Skip to content

Commit 9001c76

Browse files
authored
[RONDB-970] Upgrade rondb-helm to use 24.10.16 (#117)
1 parent 93da5e3 commit 9001c76

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ name: rondb
55

66
# This is the chart version. This version number should be incremented each time you make changes
77
# to the chart and its templates, including the app version.
8-
version: 0.7.20
8+
version: 0.7.21
99

1010
# This is the version number of the application being deployed. This version number should be
1111
# incremented each time you make changes to the application.
12-
appVersion: 24.10.15
12+
appVersion: 24.10.16
1313

1414
# kubeVersion: A SemVer range of compatible Kubernetes versions (optional)
1515
kubeVersion: ">= 1.27.0-0"

values.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -672,7 +672,7 @@
672672
"tag": {
673673
"type": "string",
674674
"description": "The version of RonDB to use; This should always be equivalent to .Chart.AppVersion",
675-
"default": "24.10.15"
675+
"default": "24.10.16"
676676
}
677677
}
678678
},

values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ images:
9090
name: rondb
9191
registry: docker.io
9292
repository: hopsworks
93-
tag: 24.10.15
93+
tag: 24.10.16
9494
toolbox:
9595
name: hwutils
9696
registry: docker.io

0 commit comments

Comments
 (0)