From 210586091642328360062bb864df177cdac747fc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 10 Jul 2025 06:49:17 +0000 Subject: [PATCH] chore(deps): update kubectl docker tag to v1.33.2 --- kustomize/csi/cleanup/pvcs/deployment.yaml | 2 +- kustomize/ingress/cleanup/ingresses/deployment.yaml | 2 +- kustomize/ingress/cleanup/loadbalancers/deployment.yaml | 2 +- kustomize/object-store/resources/common/job.yaml | 2 +- .../pki/resources/private-issuer/ca/copy-root-cert-job.yaml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) 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