mirror of
https://github.com/kyverno/kyverno.git
synced 2024-12-15 17:51:20 +00:00
Signed-off-by: ShutingZhao <shuting@nirmata.com>
This commit is contained in:
parent
e3ea068dff
commit
e59ddbdd96
3 changed files with 10 additions and 10 deletions
|
@ -631,7 +631,7 @@ The chart values are organised per component.
|
|||
| webhooksCleanup.enabled | bool | `true` | Create a helm pre-delete hook to cleanup webhooks. |
|
||||
| webhooksCleanup.image.registry | string | `nil` | Image registry |
|
||||
| webhooksCleanup.image.repository | string | `"bitnami/kubectl"` | Image repository |
|
||||
| webhooksCleanup.image.tag | string | `"1.26.4"` | Image tag Defaults to `latest` if omitted |
|
||||
| webhooksCleanup.image.tag | string | `"1.28.5"` | Image tag Defaults to `latest` if omitted |
|
||||
| webhooksCleanup.image.pullPolicy | string | `nil` | Image pull policy Defaults to image.pullPolicy if omitted |
|
||||
| webhooksCleanup.imagePullSecrets | list | `[]` | Image pull secrets |
|
||||
| webhooksCleanup.podSecurityContext | object | `{}` | Security context for the pod |
|
||||
|
@ -667,7 +667,7 @@ The chart values are organised per component.
|
|||
| cleanupJobs.admissionReports.enabled | bool | `true` | Enable cleanup cronjob |
|
||||
| cleanupJobs.admissionReports.image.registry | string | `nil` | Image registry |
|
||||
| cleanupJobs.admissionReports.image.repository | string | `"bitnami/kubectl"` | Image repository |
|
||||
| cleanupJobs.admissionReports.image.tag | string | `"1.26.10"` | Image tag Defaults to `latest` if omitted |
|
||||
| cleanupJobs.admissionReports.image.tag | string | `"1.28.5"` | Image tag Defaults to `latest` if omitted |
|
||||
| cleanupJobs.admissionReports.image.pullPolicy | string | `nil` | Image pull policy Defaults to image.pullPolicy if omitted |
|
||||
| cleanupJobs.admissionReports.imagePullSecrets | list | `[]` | Image pull secrets |
|
||||
| cleanupJobs.admissionReports.schedule | string | `"*/10 * * * *"` | Cronjob schedule |
|
||||
|
@ -686,7 +686,7 @@ The chart values are organised per component.
|
|||
| cleanupJobs.clusterAdmissionReports.enabled | bool | `true` | Enable cleanup cronjob |
|
||||
| cleanupJobs.clusterAdmissionReports.image.registry | string | `nil` | Image registry |
|
||||
| cleanupJobs.clusterAdmissionReports.image.repository | string | `"bitnami/kubectl"` | Image repository |
|
||||
| cleanupJobs.clusterAdmissionReports.image.tag | string | `"1.26.4"` | Image tag Defaults to `latest` if omitted |
|
||||
| cleanupJobs.clusterAdmissionReports.image.tag | string | `"1.28.5"` | Image tag Defaults to `latest` if omitted |
|
||||
| cleanupJobs.clusterAdmissionReports.image.pullPolicy | string | `nil` | Image pull policy Defaults to image.pullPolicy if omitted |
|
||||
| cleanupJobs.clusterAdmissionReports.imagePullSecrets | list | `[]` | Image pull secrets |
|
||||
| cleanupJobs.clusterAdmissionReports.schedule | string | `"*/10 * * * *"` | Cronjob schedule |
|
||||
|
@ -718,7 +718,7 @@ The chart values are organised per component.
|
|||
| policyReportsCleanup.enabled | bool | `true` | Create a helm post-upgrade hook to cleanup the old policy reports. |
|
||||
| policyReportsCleanup.image.registry | string | `nil` | Image registry |
|
||||
| policyReportsCleanup.image.repository | string | `"bitnami/kubectl"` | Image repository |
|
||||
| policyReportsCleanup.image.tag | string | `"1.28.4"` | Image tag Defaults to `latest` if omitted |
|
||||
| policyReportsCleanup.image.tag | string | `"1.28.5"` | Image tag Defaults to `latest` if omitted |
|
||||
| policyReportsCleanup.image.pullPolicy | string | `nil` | Image pull policy Defaults to image.pullPolicy if omitted |
|
||||
| policyReportsCleanup.imagePullSecrets | list | `[]` | Image pull secrets |
|
||||
| policyReportsCleanup.podSecurityContext | object | `{}` | Security context for the pod |
|
||||
|
|
|
@ -335,7 +335,7 @@ webhooksCleanup:
|
|||
repository: bitnami/kubectl
|
||||
# -- Image tag
|
||||
# Defaults to `latest` if omitted
|
||||
tag: '1.26.4'
|
||||
tag: '1.28.5'
|
||||
# -- (string) Image pull policy
|
||||
# Defaults to image.pullPolicy if omitted
|
||||
pullPolicy: ~
|
||||
|
@ -386,7 +386,7 @@ policyReportsCleanup:
|
|||
repository: bitnami/kubectl
|
||||
# -- Image tag
|
||||
# Defaults to `latest` if omitted
|
||||
tag: '1.28.4'
|
||||
tag: '1.28.5'
|
||||
# -- (string) Image pull policy
|
||||
# Defaults to image.pullPolicy if omitted
|
||||
pullPolicy: ~
|
||||
|
@ -552,7 +552,7 @@ cleanupJobs:
|
|||
repository: bitnami/kubectl
|
||||
# -- Image tag
|
||||
# Defaults to `latest` if omitted
|
||||
tag: '1.26.10'
|
||||
tag: '1.28.5'
|
||||
# -- (string) Image pull policy
|
||||
# Defaults to image.pullPolicy if omitted
|
||||
pullPolicy: ~
|
||||
|
@ -623,7 +623,7 @@ cleanupJobs:
|
|||
repository: bitnami/kubectl
|
||||
# -- Image tag
|
||||
# Defaults to `latest` if omitted
|
||||
tag: '1.26.4'
|
||||
tag: '1.28.5'
|
||||
# -- (string) Image pull policy
|
||||
# Defaults to image.pullPolicy if omitted
|
||||
pullPolicy: ~
|
||||
|
|
|
@ -45856,7 +45856,7 @@ spec:
|
|||
serviceAccountName: kyverno-cleanup-jobs
|
||||
containers:
|
||||
- name: cleanup
|
||||
image: "bitnami/kubectl:1.26.10"
|
||||
image: "bitnami/kubectl:1.28.5"
|
||||
imagePullPolicy:
|
||||
command:
|
||||
- /bin/sh
|
||||
|
@ -45904,7 +45904,7 @@ spec:
|
|||
serviceAccountName: kyverno-cleanup-jobs
|
||||
containers:
|
||||
- name: cleanup
|
||||
image: "bitnami/kubectl:1.26.4"
|
||||
image: "bitnami/kubectl:1.28.5"
|
||||
imagePullPolicy:
|
||||
command:
|
||||
- /bin/sh
|
||||
|
|
Loading…
Reference in a new issue