Skip to content

Commit

Permalink
Merge pull request #12 from alchemy-fr/PHRAS-3920_ftp_mounted_cronjob
Browse files Browse the repository at this point in the history
PHRAS-3920 ftp mounted in cron Jobs
  • Loading branch information
nmaillat authored Sep 22, 2023
2 parents 906d151 + 01268c7 commit dcc154b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/phraseanet/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ type: application

# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
version: 0.21.0
version: 0.22.0


# This is the version number of the application being deployed. This version number should be
Expand Down
2 changes: 1 addition & 1 deletion charts/phraseanet/templates/cronjob_phraseanet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ spec:
claimName: {{ $.Values.app.pvc_name.custom }}
- name: phraseanet-ftp
persistentVolumeClaim:
claimName: {{ .Values.app.pvc.ftp.name }}
claimName: {{ $.Values.app.pvc_name.ftp }}
- name: phraseanet-tmp
emptyDir:
- name: phraseanet-logs
Expand Down

0 comments on commit dcc154b

Please sign in to comment.