Skip to content

Commit

Permalink
build(dependencies): bump zaakbrug chart ff-common to v0.1.24 (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
MLenterman authored Oct 22, 2024
1 parent 483994a commit 1b89810
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
6 changes: 3 additions & 3 deletions charts/zaakbrug/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
dependencies:
- name: ff-common
repository: https://frankframework.github.io/charts/
version: 0.1.22
version: 0.1.24
- name: openzaak
repository: https://maykinmedia.github.io/charts/
version: 1.1.1
digest: sha256:68dd7c3ce218e995ee2c3c4de72b81f483c57bcc2c28fd8b6cfda36bcb325ba6
generated: "2024-01-16T15:49:49.615149708+01:00"
digest: sha256:619ab69a3a1597edbf28c96dd312383031ec0a92d779fa11d75c9af58e39e137
generated: "2024-10-22T10:04:19.5893825+02:00"
4 changes: 2 additions & 2 deletions charts/zaakbrug/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ description: A Helm chart for running ZaakBrug on Kubernetes
name: zaakbrug
icon: https://raw.githubusercontent.com/wearefrank/charts/master/charts/zaakbrug/icon.png
type: application
version: 2.1.49
version: 2.1.50

dependencies:
- name: ff-common
version: ~0.1.22
version: ~0.1.24
repository: https://frankframework.github.io/charts/
- name: openzaak
alias: staging
Expand Down
4 changes: 4 additions & 0 deletions charts/zaakbrug/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,10 @@ volumeMounts:
mountPath: /usr/local/tomcat/conf/tomcat-users.xml
subPath: tomcat-users.xml
readOnly: true
- name: {{ template "ff-common.fullname" . }}-tomcat-users
mountPath: /opt/frank/resources/localUsers.yml
subPath: localUsers.yml
readOnly: true
{{- end }}
{{- if .Values.frank.security.http.activeDirectory.enabled }}
- name: {{ template "ff-common.fullname" . }}-ldap-role-mapping
Expand Down

0 comments on commit 1b89810

Please sign in to comment.