mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-15 12:17:56 +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.enabled | bool | `true` | Create a helm pre-delete hook to cleanup webhooks. |
|
||||||
| webhooksCleanup.image.registry | string | `nil` | Image registry |
|
| webhooksCleanup.image.registry | string | `nil` | Image registry |
|
||||||
| webhooksCleanup.image.repository | string | `"bitnami/kubectl"` | Image repository |
|
| 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.image.pullPolicy | string | `nil` | Image pull policy Defaults to image.pullPolicy if omitted |
|
||||||
| webhooksCleanup.imagePullSecrets | list | `[]` | Image pull secrets |
|
| webhooksCleanup.imagePullSecrets | list | `[]` | Image pull secrets |
|
||||||
| webhooksCleanup.podSecurityContext | object | `{}` | Security context for the pod |
|
| 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.enabled | bool | `true` | Enable cleanup cronjob |
|
||||||
| cleanupJobs.admissionReports.image.registry | string | `nil` | Image registry |
|
| cleanupJobs.admissionReports.image.registry | string | `nil` | Image registry |
|
||||||
| cleanupJobs.admissionReports.image.repository | string | `"bitnami/kubectl"` | Image repository |
|
| 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.image.pullPolicy | string | `nil` | Image pull policy Defaults to image.pullPolicy if omitted |
|
||||||
| cleanupJobs.admissionReports.imagePullSecrets | list | `[]` | Image pull secrets |
|
| cleanupJobs.admissionReports.imagePullSecrets | list | `[]` | Image pull secrets |
|
||||||
| cleanupJobs.admissionReports.schedule | string | `"*/10 * * * *"` | Cronjob schedule |
|
| 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.enabled | bool | `true` | Enable cleanup cronjob |
|
||||||
| cleanupJobs.clusterAdmissionReports.image.registry | string | `nil` | Image registry |
|
| cleanupJobs.clusterAdmissionReports.image.registry | string | `nil` | Image registry |
|
||||||
| cleanupJobs.clusterAdmissionReports.image.repository | string | `"bitnami/kubectl"` | Image repository |
|
| 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.image.pullPolicy | string | `nil` | Image pull policy Defaults to image.pullPolicy if omitted |
|
||||||
| cleanupJobs.clusterAdmissionReports.imagePullSecrets | list | `[]` | Image pull secrets |
|
| cleanupJobs.clusterAdmissionReports.imagePullSecrets | list | `[]` | Image pull secrets |
|
||||||
| cleanupJobs.clusterAdmissionReports.schedule | string | `"*/10 * * * *"` | Cronjob schedule |
|
| 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.enabled | bool | `true` | Create a helm post-upgrade hook to cleanup the old policy reports. |
|
||||||
| policyReportsCleanup.image.registry | string | `nil` | Image registry |
|
| policyReportsCleanup.image.registry | string | `nil` | Image registry |
|
||||||
| policyReportsCleanup.image.repository | string | `"bitnami/kubectl"` | Image repository |
|
| 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.image.pullPolicy | string | `nil` | Image pull policy Defaults to image.pullPolicy if omitted |
|
||||||
| policyReportsCleanup.imagePullSecrets | list | `[]` | Image pull secrets |
|
| policyReportsCleanup.imagePullSecrets | list | `[]` | Image pull secrets |
|
||||||
| policyReportsCleanup.podSecurityContext | object | `{}` | Security context for the pod |
|
| policyReportsCleanup.podSecurityContext | object | `{}` | Security context for the pod |
|
||||||
|
|
|
@ -335,7 +335,7 @@ webhooksCleanup:
|
||||||
repository: bitnami/kubectl
|
repository: bitnami/kubectl
|
||||||
# -- Image tag
|
# -- Image tag
|
||||||
# Defaults to `latest` if omitted
|
# Defaults to `latest` if omitted
|
||||||
tag: '1.26.4'
|
tag: '1.28.5'
|
||||||
# -- (string) Image pull policy
|
# -- (string) Image pull policy
|
||||||
# Defaults to image.pullPolicy if omitted
|
# Defaults to image.pullPolicy if omitted
|
||||||
pullPolicy: ~
|
pullPolicy: ~
|
||||||
|
@ -386,7 +386,7 @@ policyReportsCleanup:
|
||||||
repository: bitnami/kubectl
|
repository: bitnami/kubectl
|
||||||
# -- Image tag
|
# -- Image tag
|
||||||
# Defaults to `latest` if omitted
|
# Defaults to `latest` if omitted
|
||||||
tag: '1.28.4'
|
tag: '1.28.5'
|
||||||
# -- (string) Image pull policy
|
# -- (string) Image pull policy
|
||||||
# Defaults to image.pullPolicy if omitted
|
# Defaults to image.pullPolicy if omitted
|
||||||
pullPolicy: ~
|
pullPolicy: ~
|
||||||
|
@ -552,7 +552,7 @@ cleanupJobs:
|
||||||
repository: bitnami/kubectl
|
repository: bitnami/kubectl
|
||||||
# -- Image tag
|
# -- Image tag
|
||||||
# Defaults to `latest` if omitted
|
# Defaults to `latest` if omitted
|
||||||
tag: '1.26.10'
|
tag: '1.28.5'
|
||||||
# -- (string) Image pull policy
|
# -- (string) Image pull policy
|
||||||
# Defaults to image.pullPolicy if omitted
|
# Defaults to image.pullPolicy if omitted
|
||||||
pullPolicy: ~
|
pullPolicy: ~
|
||||||
|
@ -623,7 +623,7 @@ cleanupJobs:
|
||||||
repository: bitnami/kubectl
|
repository: bitnami/kubectl
|
||||||
# -- Image tag
|
# -- Image tag
|
||||||
# Defaults to `latest` if omitted
|
# Defaults to `latest` if omitted
|
||||||
tag: '1.26.4'
|
tag: '1.28.5'
|
||||||
# -- (string) Image pull policy
|
# -- (string) Image pull policy
|
||||||
# Defaults to image.pullPolicy if omitted
|
# Defaults to image.pullPolicy if omitted
|
||||||
pullPolicy: ~
|
pullPolicy: ~
|
||||||
|
|
|
@ -45856,7 +45856,7 @@ spec:
|
||||||
serviceAccountName: kyverno-cleanup-jobs
|
serviceAccountName: kyverno-cleanup-jobs
|
||||||
containers:
|
containers:
|
||||||
- name: cleanup
|
- name: cleanup
|
||||||
image: "bitnami/kubectl:1.26.10"
|
image: "bitnami/kubectl:1.28.5"
|
||||||
imagePullPolicy:
|
imagePullPolicy:
|
||||||
command:
|
command:
|
||||||
- /bin/sh
|
- /bin/sh
|
||||||
|
@ -45904,7 +45904,7 @@ spec:
|
||||||
serviceAccountName: kyverno-cleanup-jobs
|
serviceAccountName: kyverno-cleanup-jobs
|
||||||
containers:
|
containers:
|
||||||
- name: cleanup
|
- name: cleanup
|
||||||
image: "bitnami/kubectl:1.26.4"
|
image: "bitnami/kubectl:1.28.5"
|
||||||
imagePullPolicy:
|
imagePullPolicy:
|
||||||
command:
|
command:
|
||||||
- /bin/sh
|
- /bin/sh
|
||||||
|
|
Loading…
Add table
Reference in a new issue