diff --git a/kustomize/csi/cleanup/pvcs/deployment.yaml b/kustomize/csi/cleanup/pvcs/deployment.yaml index 088c46be1..270272fa4 100644 --- a/kustomize/csi/cleanup/pvcs/deployment.yaml +++ b/kustomize/csi/cleanup/pvcs/deployment.yaml @@ -22,7 +22,7 @@ spec: initContainers: - name: cleanup # renovate: datasource=docker depName=kubectl package=bitnami/kubectl - image: bitnami/kubectl:1.33.1 + image: bitnami/kubectl:1.33.2 env: - name: RESOURCE_WAIT_TIMEOUT value: "300" diff --git a/kustomize/ingress/cleanup/ingresses/deployment.yaml b/kustomize/ingress/cleanup/ingresses/deployment.yaml index 976f91c95..f764ec4dc 100644 --- a/kustomize/ingress/cleanup/ingresses/deployment.yaml +++ b/kustomize/ingress/cleanup/ingresses/deployment.yaml @@ -22,7 +22,7 @@ spec: initContainers: - name: cleanup # renovate: datasource=docker depName=kubectl package=bitnami/kubectl - image: bitnami/kubectl:1.33.1 + image: bitnami/kubectl:1.33.2 env: - name: RESOURCE_WAIT_TIMEOUT value: "300" diff --git a/kustomize/ingress/cleanup/loadbalancers/deployment.yaml b/kustomize/ingress/cleanup/loadbalancers/deployment.yaml index 704f08b1a..a85c18625 100644 --- a/kustomize/ingress/cleanup/loadbalancers/deployment.yaml +++ b/kustomize/ingress/cleanup/loadbalancers/deployment.yaml @@ -22,7 +22,7 @@ spec: initContainers: - name: cleanup # renovate: datasource=docker depName=kubectl package=bitnami/kubectl - image: bitnami/kubectl:1.33.1 + image: bitnami/kubectl:1.33.2 env: - name: RESOURCE_WAIT_TIMEOUT value: "300" diff --git a/kustomize/object-store/resources/common/job.yaml b/kustomize/object-store/resources/common/job.yaml index 4f7d5d7f8..95b350347 100644 --- a/kustomize/object-store/resources/common/job.yaml +++ b/kustomize/object-store/resources/common/job.yaml @@ -15,7 +15,7 @@ spec: containers: - name: generate-creds # renovate: datasource=docker depName=kubectl package=bitnami/kubectl - image: bitnami/kubectl:1.33.1 + image: bitnami/kubectl:1.33.2 command: ["/bin/bash", "-c"] args: - | diff --git a/kustomize/pki/resources/private-issuer/ca/copy-root-cert-job.yaml b/kustomize/pki/resources/private-issuer/ca/copy-root-cert-job.yaml index 579fd44af..3ead77c66 100644 --- a/kustomize/pki/resources/private-issuer/ca/copy-root-cert-job.yaml +++ b/kustomize/pki/resources/private-issuer/ca/copy-root-cert-job.yaml @@ -11,7 +11,7 @@ spec: containers: - name: copy-root-cert # renovate: datasource=docker depName=kubectl package=bitnami/kubectl - image: bitnami/kubectl:1.33.1 + image: bitnami/kubectl:1.33.2 command: - /bin/sh - -c