From 48054078e22f6b9d4156004a34644a1ccae8604f Mon Sep 17 00:00:00 2001 From: rasmus Date: Fri, 18 Apr 2025 22:16:51 +0300 Subject: [PATCH] local-path-storage already unused, for 2y --- .../local-path-storage}/README.md | 0 .../local-path-storage}/local-path-storage.yaml | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename {local-path-storage => _disabled/local-path-storage}/README.md (100%) rename {local-path-storage => _disabled/local-path-storage}/local-path-storage.yaml (96%) diff --git a/local-path-storage/README.md b/_disabled/local-path-storage/README.md similarity index 100% rename from local-path-storage/README.md rename to _disabled/local-path-storage/README.md diff --git a/local-path-storage/local-path-storage.yaml b/_disabled/local-path-storage/local-path-storage.yaml similarity index 96% rename from local-path-storage/local-path-storage.yaml rename to _disabled/local-path-storage/local-path-storage.yaml index 1bb381f..5852ee1 100644 --- a/local-path-storage/local-path-storage.yaml +++ b/_disabled/local-path-storage/local-path-storage.yaml @@ -62,7 +62,7 @@ spec: serviceAccountName: local-path-provisioner-service-account containers: - name: local-path-provisioner - image: rancher/local-path-provisioner:v0.0.22 + image: mirror.gcr.io/rancher/local-path-provisioner:v0.0.22 imagePullPolicy: IfNotPresent command: - local-path-provisioner @@ -151,7 +151,7 @@ data: spec: containers: - name: helper-pod - image: busybox + image: mirror.gcr.io/library/busybox imagePullPolicy: IfNotPresent