File tree Expand file tree Collapse file tree 5 files changed +14
-8
lines changed Expand file tree Collapse file tree 5 files changed +14
-8
lines changed Original file line number Diff line number Diff line change 17
17
- name : Setup Helm
18
18
run : |
19
19
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
21
21
helm repo add ncsa https://opensource.ncsa.illinois.edu/charts/
22
22
helm dep build
23
23
Original file line number Diff line number Diff line change 1
1
dependencies:
2
2
- name: postgresql
3
- repository: https://charts.bitnami .com/bitnami
3
+ repository: https://raw.githubusercontent .com/bitnami/charts/pre-2022 /bitnami
4
4
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"
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ description: >
12
12
# This is the chart version. This version number should be incremented each time you make changes
13
13
# to the chart and its templates, including the app version.
14
14
# Versions are expected to follow Semantic Versioning (https://semver.org/)
15
- version : 0.5.0
15
+ version : 0.5.1
16
16
17
17
# This is the version number of the application being deployed. This version number should be
18
18
# incremented each time you make changes to the application. Versions are not expected to
@@ -35,12 +35,14 @@ sources:
35
35
dependencies :
36
36
- name : postgresql
37
37
version : ~8.9
38
- repository : https://charts.bitnami .com/bitnami
38
+ repository : https://raw.githubusercontent .com/bitnami/charts/pre-2022 /bitnami
39
39
condition : postgres.enabled
40
40
41
41
annotations :
42
42
artifacthub.io/links : |
43
43
- name: Helm Chart
44
44
url: https://github.com/pecanproject/bety-helm
45
45
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
Original file line number Diff line number Diff line change @@ -124,6 +124,11 @@ The command removes all the Kubernetes components associated with the chart and
124
124
125
125
## ChangeLog
126
126
127
+ ### 0.5.1
128
+ - update README to describe values
129
+ - fix left over when initializing from URL
130
+ - fix binami url change
131
+
127
132
### 0.5.0
128
133
- initial release of the BETY helm chart.
129
134
- build on bety 5.4.1
Original file line number Diff line number Diff line change 53
53
- 0
54
54
- -w
55
55
- {{ .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}
57
56
{{- else }}
58
57
image : " pecan/db:{{ .Values.dbtag }}"
59
58
imagePullPolicy : Always
You can’t perform that action at this time.
0 commit comments