Skip to content

Commit 94fb746

Browse files
committed
use bitnami legacy image
1 parent 3535adf commit 94fb746

File tree

4 files changed

+11
-5
lines changed

4 files changed

+11
-5
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup Helm
1818
run: |
1919
helm plugin install https://github.com/chartmuseum/helm-push.git
20-
helm repo add bitnami https://raw.githubusercontent.com/bitnami/charts/pre-2022/bitnami
20+
helm repo add bitnami https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
2121
helm repo add ncsa https://opensource.ncsa.illinois.edu/charts/
2222
helm dep build
2323

Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ description: >
1212
# This is the chart version. This version number should be incremented each time you make changes
1313
# to the chart and its templates, including the app version.
1414
# Versions are expected to follow Semantic Versioning (https://semver.org/)
15-
version: 0.5.4
15+
version: 0.5.5
1616

1717
# This is the version number of the application being deployed. This version number should be
1818
# incremented each time you make changes to the application. Versions are not expected to
@@ -35,12 +35,12 @@ sources:
3535
dependencies:
3636
- name: postgresql
3737
version: ~11
38-
repository: oci://registry-1.docker.io/bitnamicharts
38+
repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
3939
condition: postgres.enabled
4040

4141
annotations:
4242
artifacthub.io/links: |
4343
- name: Helm Chart
4444
url: https://github.com/pecanproject/bety-helm
4545
artifacthub.io/changes: |
46-
- use new repository for postgresql chart
46+
- use bitnami legacy postgresql image

ct.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ target-branch: main
44
chart-dirs:
55
- .
66
chart-repos:
7-
- bitnami=https://charts.bitnami.com/bitnami
7+
- bitnami=https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
88
- ncsa=https://opensource.ncsa.illinois.edu/charts/
99
helm-extra-args: --timeout 600s
1010
validate-yaml: true

values.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,12 @@ postgresql:
8787
## sure that the other values are provied to get access to the database.
8888
enabled: true
8989

90+
## use bitnami legacy image
91+
image:
92+
registry: docker.io
93+
repository: bitnamilegacy/postgresql
94+
tag: "11.8.0"
95+
9096
## it takes some time to start postgresql, wait 5 min before start liveness.
9197
livenessProbe:
9298
initialDelaySeconds: 300

0 commit comments

Comments
 (0)