Skip to content

Commit

Permalink
✏️ Fix default media path
Browse files Browse the repository at this point in the history
  • Loading branch information
sjoerdie committed Mar 6, 2024
1 parent 9a9a337 commit 7a2963f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/openzaak/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: openzaak
description: Productiewaardige API's voor Zaakgericht Werken

type: application
version: 1.2.0
version: 1.2.1
appVersion: 1.11.0

dependencies:
Expand Down
2 changes: 1 addition & 1 deletion charts/openzaak/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ helm install my-release my-repo/opennotificaties
| pdb.minAvailable | int | `1` | |
| persistence.enabled | bool | `true` | |
| persistence.existingClaim | string | `nil` | |
| persistence.mediaMountSubpath | string | `"openforms/media"` | |
| persistence.mediaMountSubpath | string | `"openzaak/media"` | |
| persistence.privateMediaMountSubpath | string | `"openzaak/private_media"` | |
| persistence.size | string | `"1Gi"` | |
| persistence.storageClassName | string | `""` | |
Expand Down
6 changes: 3 additions & 3 deletions charts/openzaak/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ ingress:
# - path: /
# pathType: ImplementationSpecific
tls: []
# - secretName: openforms-tls
# - secretName: openzaak-tls
# hosts:
# - openformulieren.gemeente.nl

Expand Down Expand Up @@ -123,7 +123,7 @@ persistence:
size: 1Gi
storageClassName: ""
existingClaim: null
mediaMountSubpath: openforms/media
mediaMountSubpath: openzaak/media
privateMediaMountSubpath: openzaak/private_media

# Existing Secret must be defined for AzureVaultSecret to work
Expand All @@ -142,7 +142,7 @@ azureVaultSecret:
# You must set .Values.existingSecret
secretName: "{{ .Values.existingSecret }}"

# extraEnvVars Array with extra environment variables to add to openforms
# extraEnvVars Array with extra environment variables to add to openzaak
# e.g:
# extraEnvVars:
# - name: FOO
Expand Down

0 comments on commit 7a2963f

Please sign in to comment.