diff --git a/charts/greptimedb-operator/Chart.yaml b/charts/greptimedb-operator/Chart.yaml index 394b7d0..f1e9d71 100644 --- a/charts/greptimedb-operator/Chart.yaml +++ b/charts/greptimedb-operator/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 kubeVersion: ">=1.18.0-0" description: The greptimedb-operator Helm chart for Kubernetes name: greptimedb-operator -appVersion: 0.1.0-alpha.16 -version: 0.1.1-alpha.13 +appVersion: 0.1.0-alpha.17 +version: 0.1.1-alpha.14 type: application home: https://github.com/GreptimeTeam/greptimedb-operator sources: diff --git a/charts/greptimedb-operator/values.yaml b/charts/greptimedb-operator/values.yaml index 7e31ecd..71469f6 100644 --- a/charts/greptimedb-operator/values.yaml +++ b/charts/greptimedb-operator/values.yaml @@ -7,7 +7,7 @@ image: # The image pull policy for the controller imagePullPolicy: IfNotPresent # The image tag - tag: 0.1.0-alpha.16 + tag: 0.1.0-alpha.17 # The image pull secrets. pullSecrets: [] diff --git a/charts/greptimedb/values.yaml b/charts/greptimedb/values.yaml index 0d3ba61..e830fab 100644 --- a/charts/greptimedb/values.yaml +++ b/charts/greptimedb/values.yaml @@ -49,7 +49,7 @@ datanode: initializer: registry: docker.io repository: greptime/greptimedb-initializer - tag: 0.1.0-alpha.16 + tag: 0.1.0-alpha.17 # The etcdEndpoints need be modified to the actual etcd cluster. etcdEndpoints: "etcd.default.svc.cluster.local:2379"