Skip to content

Commit

Permalink
remove from cronjob
Browse files Browse the repository at this point in the history
  • Loading branch information
nmaillat committed Oct 10, 2024
1 parent 1ab3d1d commit 505465c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 0 additions & 2 deletions charts/phraseanet/templates/cronjob_phraseanet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,6 @@ spec:
value: {{ $.Values.php.php_cli_memory_limit | quote }}
- name: PHP_LOG_LEVEL
value: {{ $.Values.php.log_level | quote }}
- name: PHP_UPLOAD_TMP_DIR
value: "/var/alchemy/Phraseanet/tmp/php_upload_tmp"
- name: SESSION_CACHE_LIMITER
value: {{ $.Values.php.session_cache_limiter | quote }}
- name: SESSION_SAVE_HANDLER
Expand Down
6 changes: 3 additions & 3 deletions charts/phraseanet/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ image:
registry: alchemyfr
imagePullPolicy: IfNotPresent
tag:
phraseanet: 4.1.8-rc7
phraseanet: 4.1.9
phraseanet_saml_sp: latest
database: 4.1.8-rc7
elasticsearch: 4.1.8-rc7
database: 4.1.9
elasticsearch: 4.1.9
pullSecret:
enabled: false
name: registry-secret
Expand Down

0 comments on commit 505465c

Please sign in to comment.