Skip to content

Commit

Permalink
update bitnami/load-url
Browse files Browse the repository at this point in the history
- fix left over when initializing from URL
- fix binami url change
  • Loading branch information
robkooper committed Jun 23, 2022
1 parent d33efa8 commit fb95ed5
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions Chart.lock
Original file line number Diff line number Diff line change
@@ -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"
8 changes: 5 additions & 3 deletions Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -35,12 +35,14 @@ 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:
artifacthub.io/links: |
- 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
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 0 additions & 1 deletion templates/hooks/load-db.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fb95ed5

Please sign in to comment.