Compare commits
2 Commits
v4.1.2
...
helm-chart
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
253e2a5c33 | ||
|
|
3798bcd452 |
@@ -7,7 +7,7 @@ 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: 1.1.2
|
version: 1.1.3
|
||||||
|
|
||||||
# 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
|
||||||
|
|||||||
@@ -86,7 +86,7 @@ spec:
|
|||||||
caBundle: {{ b64enc $ca.Cert }}
|
caBundle: {{ b64enc $ca.Cert }}
|
||||||
|
|
||||||
---
|
---
|
||||||
apiVersion: {{ if semverCompare ">=1.20.0" .Capabilities.KubeVersion.Version }}batch/v1{{ else }}batch/v1beta1{{end}}
|
apiVersion: {{ if semverCompare ">=1.21.0-0" .Capabilities.KubeVersion.Version }}batch/v1{{ else }}batch/v1beta1{{end}}
|
||||||
kind: CronJob
|
kind: CronJob
|
||||||
metadata:
|
metadata:
|
||||||
name: restart-extensions-museum
|
name: restart-extensions-museum
|
||||||
|
|||||||
Reference in New Issue
Block a user