diff --git a/charts/kyverno/README.md b/charts/kyverno/README.md index aa6eec4367..84336d18d6 100644 --- a/charts/kyverno/README.md +++ b/charts/kyverno/README.md @@ -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 | diff --git a/charts/kyverno/values.yaml b/charts/kyverno/values.yaml index d6a68393f7..4fd64121cd 100644 --- a/charts/kyverno/values.yaml +++ b/charts/kyverno/values.yaml @@ -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: ~ diff --git a/config/install-latest-testing.yaml b/config/install-latest-testing.yaml index 426f2d23d7..76bc6bf1fd 100644 --- a/config/install-latest-testing.yaml +++ b/config/install-latest-testing.yaml @@ -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