Skip to content

Commit

Permalink
ci: bump greptimedb version from 0.4.0 to 0.4.1 (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
zyy17 authored Oct 19, 2023
1 parent 370354a commit 8581a37
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions charts/greptimedb-standalone/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: greptimedb-standalone
description: A Helm chart for deploying standalone greptimedb.
type: application
version: 0.1.0-alpha.1
appVersion: 0.4.0
version: 0.1.0-alpha.2
appVersion: 0.4.1
2 changes: 1 addition & 1 deletion charts/greptimedb-standalone/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ image:
# The image repository
repository: greptime/greptimedb
# The image tag
tag: "v0.4.0"
tag: "v0.4.1"
# The image pull policy for the controller
pullPolicy: IfNotPresent
# The image pull secrets.
Expand Down
4 changes: 2 additions & 2 deletions charts/greptimedb/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: greptimedb
description: A Helm chart for deploying GreptimeDB cluster in Kubernetes
type: application
version: 0.1.1-alpha.17
appVersion: 0.4.0
version: 0.1.1-alpha.18
appVersion: 0.4.1
2 changes: 1 addition & 1 deletion charts/greptimedb/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ image:
# The image repository
repository: greptime/greptimedb
# The image tag
tag: "v0.4.0"
tag: "v0.4.1"
# The image pull secrets.
pullSecrets: []

Expand Down

0 comments on commit 8581a37

Please sign in to comment.