mirror of
https://github.com/ysoftdevs/imagepullsecret-injector.git
synced 2026-02-25 20:05:37 +01:00
Compare commits
1 Commits
imagepulls
...
imagepulls
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
42be5e1041 |
@@ -15,7 +15,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: 0.0.13
|
version: 0.0.14
|
||||||
|
|
||||||
# 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
|
||||||
|
|||||||
@@ -21,3 +21,5 @@ webhooks:
|
|||||||
resources: ["serviceaccounts"]
|
resources: ["serviceaccounts"]
|
||||||
admissionReviewVersions: ["v1", "v1beta1"]
|
admissionReviewVersions: ["v1", "v1beta1"]
|
||||||
sideEffects: None
|
sideEffects: None
|
||||||
|
# The default "Fail" option prevents Gardener cluster to be hibernated
|
||||||
|
failurePolicy: Ignore
|
||||||
|
|||||||
Reference in New Issue
Block a user