Skip to content

Commit

Permalink
Upgraded Helm to use 2.0.0 release of the operator
Browse files Browse the repository at this point in the history
  • Loading branch information
ashishshinde committed Dec 28, 2021
1 parent e0c26b1 commit 7f06acd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
images:
- name: controller
newName: docker.io/aerospike/aerospike-kubernetes-operator-nightly
newTag: 2.0.0-dev-21
newName: docker.io/aerospike/aerospike-kubernetes-operator
newTag: 2.0.0
2 changes: 1 addition & 1 deletion helm-charts/aerospike-kubernetes-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ replicas: 2
## Operator image
operatorImage:
repository: aerospike/aerospike-kubernetes-operator
tag: 2.0.0-rc2
tag: 2.0.0
# pullPolicy: IfNotPresent

## In case the above image is pulled from a registry that requires
Expand Down

0 comments on commit 7f06acd

Please sign in to comment.