[stable/couchbase] Update to version 1.2.2 (#18970)

Updates Operator and Admission controller

Signed-off-by: Tommie McAfee <tommie@couchbase.com>
This commit is contained in:
Tommie McAfee
2019-12-07 12:19:09 -08:00
committed by Kubernetes Prow Robot
parent 580247ed9c
commit 23eb35f89c
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -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
+2 -2
View File
@@ -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: []