From f012d0119f00fe877a21c5bfa505edbe19968c6b Mon Sep 17 00:00:00 2001 From: Michael Haehnel Date: Mon, 23 Jan 2023 14:23:04 +0100 Subject: [PATCH] Add labels for cronjob --- Chart.yaml | 6 +++--- templates/cronjob_wordpress.yaml | 4 ++++ 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/Chart.yaml b/Chart.yaml index e9fd33e..c7c7c27 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.16 +version: 0.1.17 # 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.15" +appVersion: "0.1.16" dependencies: - name: tenant @@ -34,5 +34,5 @@ dependencies: version: 0.1.5 repository: oci://prodnso-harbor-01.smardigo.digital/smardigo - name: smardigo-wordpress - version: 0.1.16 + version: 0.1.17 repository: oci://prodnso-harbor-01.smardigo.digital/smardigo diff --git a/templates/cronjob_wordpress.yaml b/templates/cronjob_wordpress.yaml index 84ec8b9..79de805 100644 --- a/templates/cronjob_wordpress.yaml +++ b/templates/cronjob_wordpress.yaml @@ -8,6 +8,10 @@ spec: jobTemplate: spec: template: + metadata: + labels: + workload: cronjob + type: wordpress spec: containers: - name: wp-cron