Debug CronJob command

cherry-pick-9c6aec87
Michael Haehnel 3 years ago
parent f87005bb3a
commit 0b5865ed54
No known key found for this signature in database
GPG Key ID: D2FA233B52AEC75C

@ -15,13 +15,13 @@ 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.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.13
version: 0.1.14
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "0.1.12"
appVersion: "0.1.13"
dependencies:
- name: tenant

@ -17,5 +17,5 @@ spec:
- /bin/wget
- --no-check-certificate
- -q
- "https://{{ .Values.smardigo-wordpress.wordpress.ingress.hostname }}/wp-admin.php"
- https://{{ index .Values "smardigo-wordpress" "wordpress" "ingress" "hostname" }}/wp-admin.php
restartPolicy: OnFailure
Loading…
Cancel
Save