File tree Expand file tree Collapse file tree 4 files changed +11
-5
lines changed
Expand file tree Collapse file tree 4 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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:
3535dependencies :
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
4141annotations :
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
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ target-branch: main
44chart-dirs :
55 - .
66chart-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/
99helm-extra-args : --timeout 600s
1010validate-yaml : true
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments