Skip to content

Commit

Permalink
update operator version to 1.0.2 (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
pangzhenzhou authored Jun 30, 2023
1 parent 5ede118 commit 19bb040
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/monosql-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
name: monosql-operator
description: monosql-operator Helm chart for Kubernetes
version: 1.0.1
appVersion: "1.0.1"
version: 1.0.2
appVersion: "1.0.2"
keywords:
- database
- newsql
Expand Down
2 changes: 1 addition & 1 deletion charts/monosql-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ controllerManager:
serviceAccount: "monosql-operator-sa"
image:
repository: monographdb/monosql-operator
tag: v1.0.1
tag: v1.0.2
pullPolicy: IfNotPresent
## In case the above image is pulled from a registry that requires
## authentication, a secret containining credentials can be added
Expand Down

0 comments on commit 19bb040

Please sign in to comment.