diff --git a/scripts/utils/envoy-gateway-migration.yaml b/scripts/utils/envoy-gateway-migration.yaml index f3444d37..708168e0 100644 --- a/scripts/utils/envoy-gateway-migration.yaml +++ b/scripts/utils/envoy-gateway-migration.yaml @@ -179,7 +179,7 @@ spec: # Phase 2: Node Labeling (Main Container) containers: - name: node-labeling - image: bitnami/kubectl:latest + image: soldevelo/kubectl:latest command: ["/bin/bash"] args: - -c diff --git a/scripts/utils/label-first-node-upgrade.yaml b/scripts/utils/label-first-node-upgrade.yaml index b0bc7e65..942da45c 100644 --- a/scripts/utils/label-first-node-upgrade.yaml +++ b/scripts/utils/label-first-node-upgrade.yaml @@ -81,7 +81,7 @@ spec: serviceAccountName: label-first-node-sa containers: - name: label-node-discoverer - image: bitnami/kubectl:latest + image: soldevelo/kubectl:latest command: ["/bin/bash"] args: - -c diff --git a/sources/cluster-auth/0.5.0/templates/job-restart-envoygateway.yaml b/sources/cluster-auth/0.5.0/templates/job-restart-envoygateway.yaml index 65704260..0ed0bcda 100644 --- a/sources/cluster-auth/0.5.0/templates/job-restart-envoygateway.yaml +++ b/sources/cluster-auth/0.5.0/templates/job-restart-envoygateway.yaml @@ -10,7 +10,7 @@ spec: serviceAccountName: {{ include "cluster-auth.fullname" . }}-restart-envoygateway-sa containers: - name: restart - image: bitnami/kubectl:latest + image: soldevelo/kubectl:latest command: - /bin/sh - -c diff --git a/sources/cluster-auth/0.5.9/templates/job-restart-envoygateway.yaml b/sources/cluster-auth/0.5.9/templates/job-restart-envoygateway.yaml index 65704260..0ed0bcda 100644 --- a/sources/cluster-auth/0.5.9/templates/job-restart-envoygateway.yaml +++ b/sources/cluster-auth/0.5.9/templates/job-restart-envoygateway.yaml @@ -10,7 +10,7 @@ spec: serviceAccountName: {{ include "cluster-auth.fullname" . }}-restart-envoygateway-sa containers: - name: restart - image: bitnami/kubectl:latest + image: soldevelo/kubectl:latest command: - /bin/sh - -c