Add labels for cronjob

cherry-pick-9c6aec87
Michael Haehnel 3 years ago
parent 4f8fde6207
commit f012d0119f
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 # 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. # to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/) # 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 # 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 # 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. # follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes. # It is recommended to use it with quotes.
appVersion: "0.1.15" appVersion: "0.1.16"
dependencies: dependencies:
- name: tenant - name: tenant
@ -34,5 +34,5 @@ dependencies:
version: 0.1.5 version: 0.1.5
repository: oci://prodnso-harbor-01.smardigo.digital/smardigo repository: oci://prodnso-harbor-01.smardigo.digital/smardigo
- name: smardigo-wordpress - name: smardigo-wordpress
version: 0.1.16 version: 0.1.17
repository: oci://prodnso-harbor-01.smardigo.digital/smardigo repository: oci://prodnso-harbor-01.smardigo.digital/smardigo

@ -8,6 +8,10 @@ spec:
jobTemplate: jobTemplate:
spec: spec:
template: template:
metadata:
labels:
workload: cronjob
type: wordpress
spec: spec:
containers: containers:
- name: wp-cron - name: wp-cron

Loading…
Cancel
Save