Skip to content

Commit fb95ed5

Browse files
committed
update bitnami/load-url
- fix left over when initializing from URL - fix binami url change
1 parent d33efa8 commit fb95ed5

File tree

5 files changed

+14
-8
lines changed

5 files changed

+14
-8
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://charts.bitnami.com/bitnami
20+
helm repo add bitnami https://raw.githubusercontent.com/bitnami/charts/pre-2022/bitnami
2121
helm repo add ncsa https://opensource.ncsa.illinois.edu/charts/
2222
helm dep build
2323

Chart.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
dependencies:
22
- name: postgresql
3-
repository: https://charts.bitnami.com/bitnami
3+
repository: https://raw.githubusercontent.com/bitnami/charts/pre-2022/bitnami
44
version: 8.9.9
5-
digest: sha256:788b9c691c8d3254deb1ee2341c41b4ab6a50f5112b839896daa9aa2d7bf457d
6-
generated: "2021-10-06T23:08:24.431682-05:00"
5+
digest: sha256:526629d1646df6a72d4414adc89f3728f0e97e37a4e8ac65036c51e06361c7bb
6+
generated: "2022-06-22T22:35:06.775527-05:00"

Chart.yaml

Lines changed: 5 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.0
15+
version: 0.5.1
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,14 @@ sources:
3535
dependencies:
3636
- name: postgresql
3737
version: ~8.9
38-
repository: https://charts.bitnami.com/bitnami
38+
repository: https://raw.githubusercontent.com/bitnami/charts/pre-2022/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-
- initial release of bety helm chart
46+
- update README to describe values
47+
- fix left over when initializing from URL
48+
- fix binami url change

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,11 @@ The command removes all the Kubernetes components associated with the chart and
124124

125125
## ChangeLog
126126

127+
### 0.5.1
128+
- update README to describe values
129+
- fix left over when initializing from URL
130+
- fix binami url change
131+
127132
### 0.5.0
128133
- initial release of the BETY helm chart.
129134
- build on bety 5.4.1

templates/hooks/load-db.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ spec:
5353
- 0
5454
- -w
5555
- {{ .Values.dburl | quote }}
56-
./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}
5756
{{- else }}
5857
image: "pecan/db:{{ .Values.dbtag }}"
5958
imagePullPolicy: Always

0 commit comments

Comments
 (0)