Skip to content

Commit

Permalink
[stable/couchbase] Update to version 1.2.1 (helm#16905)
Browse files Browse the repository at this point in the history
Updates Operator and Admission controller

Signed-off-by: Tommie McAfee <tommie@couchbase.com>
  • Loading branch information
tahmmee authored and Ram Sri committed Sep 30, 2019
1 parent 5002524 commit cb1522d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions stable/couchbase-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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.0
appVersion: 1.2.0
version: 1.0.1
appVersion: 1.2.1
keywords:
- couchbase
- operator
Expand Down
4 changes: 2 additions & 2 deletions stable/couchbase-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ couchbaseOperator:
# image config
image:
repository: couchbase/operator
tag: 1.2.0
tag: 1.2.1
imagePullPolicy: IfNotPresent
# imagePullSecrets is an optional list of references to secrets to use for pulling images
imagePullSecrets: []
Expand Down Expand Up @@ -63,7 +63,7 @@ admissionController:
name: "couchbase-admission-controller"
image:
repository: couchbase/admission-controller
tag: 1.2.0
tag: 1.2.1
imagePullPolicy: IfNotPresent
# imagePullSecrets is an optional list of references to secrets to use for pulling images
imagePullSecrets: []
Expand Down

0 comments on commit cb1522d

Please sign in to comment.