From 0b5865ed542b73ace7708434a88dd8bbf73cea1a Mon Sep 17 00:00:00 2001 From: Michael Haehnel Date: Fri, 20 Jan 2023 19:08:10 +0100 Subject: [PATCH] Debug CronJob command --- Chart.yaml | 4 ++-- templates/cronjob_wordpress.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Chart.yaml b/Chart.yaml index 433e972..b792c9c 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -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 diff --git a/templates/cronjob_wordpress.yaml b/templates/cronjob_wordpress.yaml index 462a590..84ec8b9 100644 --- a/templates/cronjob_wordpress.yaml +++ b/templates/cronjob_wordpress.yaml @@ -17,5 +17,5 @@ spec: - /bin/wget - --no-check-certificate - -q - - "https://{{ .Values.smardigo-wordpress.wordpress.ingress.hostname }}/wp-admin.php" - restartPolicy: OnFailure \ No newline at end of file + - https://{{ index .Values "smardigo-wordpress" "wordpress" "ingress" "hostname" }}/wp-admin.php + restartPolicy: OnFailure