diff --git a/stable/rabbitmq-ha/Chart.yaml b/stable/rabbitmq-ha/Chart.yaml index da2300d96e..ea15f8c67d 100644 --- a/stable/rabbitmq-ha/Chart.yaml +++ b/stable/rabbitmq-ha/Chart.yaml @@ -1,7 +1,7 @@ name: rabbitmq-ha apiVersion: v1 appVersion: 3.7.12 -version: 1.22.0 +version: 1.22.1 description: Highly available RabbitMQ cluster, the open source message broker software that implements the Advanced Message Queuing Protocol (AMQP). keywords: diff --git a/stable/rabbitmq-ha/values.yaml b/stable/rabbitmq-ha/values.yaml index 9a615a6364..462d4e751a 100644 --- a/stable/rabbitmq-ha/values.yaml +++ b/stable/rabbitmq-ha/values.yaml @@ -327,18 +327,18 @@ updateStrategy: OnDelete ## resources: {} # limits: - # cpu: 100mm + # cpu: 100m # memory: 1Gi # requests: - # cpu: 100mm + # cpu: 100m # memory: 1Gi initContainer: resources: {} # limits: - # cpu: 100mm + # cpu: 100m # memory: 128Mi # requests: - # cpu: 100mm + # cpu: 100m # memory: 128Mi ## Data Persistency