Skip to content

Commit 7348ec6

Browse files
authored
fix: use bitnamilegacy (#196)
Signed-off-by: arkbriar <arkbriar@gmail.com>
1 parent efa141d commit 7348ec6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

charts/risingwave/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ type: application
1919
# This is the chart version. This version number should be incremented each time you make changes
2020
# to the chart and its templates, including the app version.
2121
# Versions are expected to follow Semantic Versioning (https://semver.org/)
22-
version: 0.2.35
22+
version: 0.2.36
2323

2424
# This is the version number of the application being deployed. This version number should be
2525
# incremented each time you make changes to the application. Versions are not expected to

charts/risingwave/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ tags:
2626
##
2727
postgresql:
2828
image:
29-
repository: bitnami/postgresql
29+
repository: bitnamilegacy/postgresql
3030

3131
auth:
3232
postgresPassword: "postgres"
@@ -50,7 +50,7 @@ postgresql:
5050
##
5151
minio:
5252
image:
53-
repository: bitnami/minio
53+
repository: bitnamilegacy/minio
5454

5555
defaultBuckets: risingwave
5656

0 commit comments

Comments
 (0)