diff --git a/charts/greptimedb-operator/Chart.yaml b/charts/greptimedb-operator/Chart.yaml index 93e712b..6446de2 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.14 -version: 0.1.1-alpha.11 +appVersion: 0.1.0-alpha.15 +version: 0.1.1-alpha.12 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 669750c..5afed56 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.14 + tag: 0.1.0-alpha.15 # The image pull secrets. pullSecrets: []