Skip to content

Commit

Permalink
Update Helm release library to v2.1.0 (#70)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: adusumillipraveen <adusumillipraveenkumar@gmail.com>
Co-authored-by: Tim Jacomb <timjacomb1@gmail.com>
  • Loading branch information
3 people authored Dec 15, 2023
1 parent 99f2690 commit da67363
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion neuvector-azure-keyvault/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: neuvector-azure-keyvault
version: 1.1.5
dependencies:
- name: library
version: 2.0.17
version: 2.1.0
repository: https://hmctspublic.azurecr.io/helm/v1/repo/
- name: core
alias: neuvector
Expand Down
3 changes: 2 additions & 1 deletion neuvector-azure-keyvault/templates/post-install-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,11 @@ spec:
- name: post-install-job
image: hmctspublic.azurecr.io/docker-curl
command: ["/bin/sh", "-c", "/etc/config/config.sh"]
volumeMounts:
{{- ( include "hmcts.secretMounts.v2" . ) | indent 10 }}
- name: config-volume
mountPath: /etc/config

volumes:
{{- ( include "hmcts.secretCSIVolumes.v2" . ) | indent 6 }}
- name: config-volume
configMap:
Expand Down
3 changes: 2 additions & 1 deletion neuvector-azure-keyvault/templates/tests/test-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ spec:
- name: {{ .Release.Name }}-test-service
image: hmctspublic.azurecr.io/docker-curl
command: ["/bin/sh", "-c", "/etc/config/config.sh"]
volumeMounts:
{{- ( include "hmcts.secretMounts.v2" . ) | indent 6 }}
- name: config-volume
mountPath: /entrypoint
Expand All @@ -24,7 +25,7 @@ spec:
value: {{ .Release.Name }}
command: ["sh", "-c", "/entrypoint/entrypoint.sh"]
restartPolicy: Never

volumes:
{{- ( include "hmcts.secretCSIVolumes.v2" . ) | indent 2 }}
- name: config-volume
configMap:
Expand Down

0 comments on commit da67363

Please sign in to comment.