File tree 3 files changed +7
-7
lines changed
hirosystems/stacks-blockchain
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
dependencies:
2
2
- name: bitcoin-core
3
3
repository: https://charts.hiro.so/hirosystems
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
- name: common
6
6
repository: https://charts.bitnami.com/bitnami
7
7
version: 1.17.1
8
- digest: sha256:3db4e457ff36fe8b49bfa5f6f7a9a8ae865dce13bbc61799dad30e1719ac3b79
9
- generated: "2022-09-27T09:54:15.412558 -04:00"
8
+ digest: sha256:095258480680ab789850955c34b4a4a1c1918066a09e1d6c3aa1a1476515085d
9
+ generated: "2022-09-28T14:01:28.452601 -04:00"
Original file line number Diff line number Diff line change @@ -33,4 +33,4 @@ name: stacks-blockchain
33
33
sources :
34
34
- https://github.com/stacks-network/stacks-blockchain
35
35
- https://docs.stacks.co/
36
- version : 1.1.1
36
+ version : 1.1.2
Original file line number Diff line number Diff line change @@ -109,9 +109,9 @@ spec:
109
109
- /bin/bash
110
110
- -ec
111
111
- |
112
- chown -R {{ .Values.initContainerSecurityContext .runAsUser }}:{{ .Values.initContainerSecurityContext .fsGroup }} {{ .Values.persistence.mountPath }}
113
- {{- if .Values.initContainerSecurityContext .enabled }}
114
- securityContext : {{- omit .Values.initContainerSecurityContext "enabled" | toYaml | nindent 12 }}
112
+ chown -R {{ .Values.containerSecurityContext .runAsUser }}:{{ .Values.containerSecurityContext .fsGroup }} {{ .Values.persistence.mountPath }}
113
+ {{- if .Values.volumePermissions.containerSecurityContext .enabled }}
114
+ securityContext : {{- omit .Values.volumePermissions.containerSecurityContext "enabled" | toYaml | nindent 12 }}
115
115
{{- end }}
116
116
{{- if .Values.volumePermissions.resources }}
117
117
resources : {{- toYaml .Values.volumePermissions.resources | nindent 12 }}
You can’t perform that action at this time.
0 commit comments