diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 62d5c65a..5fa156c2 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -17,7 +17,7 @@ jobs: - name: Setup Helm run: | helm plugin install https://github.com/chartmuseum/helm-push.git - helm repo add bitnami https://charts.bitnami.com/bitnami + helm repo add bitnami https://raw.githubusercontent.com/bitnami/charts/pre-2022/bitnami helm repo add ncsa https://opensource.ncsa.illinois.edu/charts/ helm dep build diff --git a/Chart.lock b/Chart.lock index a6a3683d..4d62d201 100644 --- a/Chart.lock +++ b/Chart.lock @@ -1,6 +1,6 @@ dependencies: - name: postgresql - repository: https://charts.bitnami.com/bitnami + repository: https://raw.githubusercontent.com/bitnami/charts/pre-2022/bitnami version: 8.9.9 -digest: sha256:788b9c691c8d3254deb1ee2341c41b4ab6a50f5112b839896daa9aa2d7bf457d -generated: "2021-10-06T23:08:24.431682-05:00" +digest: sha256:526629d1646df6a72d4414adc89f3728f0e97e37a4e8ac65036c51e06361c7bb +generated: "2022-06-22T22:35:06.775527-05:00" diff --git a/Chart.yaml b/Chart.yaml index 782e8d5e..5ccdf541 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -12,7 +12,7 @@ description: > # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.5.0 +version: 0.5.1 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to @@ -35,7 +35,7 @@ sources: dependencies: - name: postgresql version: ~8.9 - repository: https://charts.bitnami.com/bitnami + repository: https://raw.githubusercontent.com/bitnami/charts/pre-2022/bitnami condition: postgres.enabled annotations: @@ -43,4 +43,6 @@ annotations: - name: Helm Chart url: https://github.com/pecanproject/bety-helm artifacthub.io/changes: | - - initial release of bety helm chart + - update README to describe values + - fix left over when initializing from URL + - fix binami url change diff --git a/README.md b/README.md index aeb1c1ff..6b512da7 100644 --- a/README.md +++ b/README.md @@ -124,6 +124,11 @@ The command removes all the Kubernetes components associated with the chart and ## ChangeLog +### 0.5.1 +- update README to describe values +- fix left over when initializing from URL +- fix binami url change + ### 0.5.0 - initial release of the BETY helm chart. - build on bety 5.4.1 diff --git a/templates/hooks/load-db.yaml b/templates/hooks/load-db.yaml index 92449e65..2d62a2ee 100644 --- a/templates/hooks/load-db.yaml +++ b/templates/hooks/load-db.yaml @@ -53,7 +53,6 @@ spec: - 0 - -w - {{ .Values.dburl | quote }} - ./script/load.bety.sh -a "postgres" -d "bety" -p "-h postgres -p 5432" -o bety -c ${INITIALIZE_FLAGS} -m ${LOCAL_SERVER} -r 0 ${INITIALIZE_URL} {{- else }} image: "pecan/db:{{ .Values.dbtag }}" imagePullPolicy: Always