diff --git a/stable/couchbase-operator/Chart.yaml b/stable/couchbase-operator/Chart.yaml index 9bafccc5fd..19c4de92a2 100644 --- a/stable/couchbase-operator/Chart.yaml +++ b/stable/couchbase-operator/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v1 name: couchbase-operator description: A Helm chart to deploy the Couchbase Autonomous Operator for easily deploying, managing, and maintaining Couchbase Clusters. -version: 1.0.1 -appVersion: 1.2.1 +version: 1.0.2 +appVersion: 1.2.2 keywords: - couchbase - operator diff --git a/stable/couchbase-operator/values.yaml b/stable/couchbase-operator/values.yaml index 4a959130d6..eb2e5f56b9 100644 --- a/stable/couchbase-operator/values.yaml +++ b/stable/couchbase-operator/values.yaml @@ -28,7 +28,7 @@ couchbaseOperator: # image config image: repository: couchbase/operator - tag: 1.2.1 + tag: 1.2.2 imagePullPolicy: IfNotPresent # imagePullSecrets is an optional list of references to secrets to use for pulling images imagePullSecrets: [] @@ -63,7 +63,7 @@ admissionController: name: "couchbase-admission-controller" image: repository: couchbase/admission-controller - tag: 1.2.1 + tag: 1.2.2 imagePullPolicy: IfNotPresent # imagePullSecrets is an optional list of references to secrets to use for pulling images imagePullSecrets: []