Skip to content

Commit

Permalink
update monosql crd (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
pangzhenzhou authored Jun 26, 2023
1 parent 1d020eb commit df4cf46
Show file tree
Hide file tree
Showing 3 changed files with 9 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: 0.2.0
appVersion: "0.2.0"
version: 1.0.0
appVersion: "1.0.0"
keywords:
- database
- newsql
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@ spec:
spec:
description: MonoSQLClusterSpec defines the desired state of MonoSQLCluster
properties:
annotations:
additionalProperties:
type: string
description: (Optional) Annotations of the MonoSQL cluster will be
added to all MonoSQL instances.
type: object
dnsConfig:
description: Specifies the DNS parameters of a pod.
properties:
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: v0.2.0-nightly
tag: v1.0.0
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 df4cf46

Please sign in to comment.