Skip to content

Commit

Permalink
ci: bump operator version from '0.1.0-alpha.16' tp '0.1.0-alpha.17' (#71
Browse files Browse the repository at this point in the history
)
  • Loading branch information
zyy17 authored Oct 19, 2023
1 parent 2b06c5a commit 370354a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/greptimedb-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion charts/greptimedb-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: []

Expand Down
2 changes: 1 addition & 1 deletion charts/greptimedb/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 370354a

Please sign in to comment.