From 6d2ebe95677220046df855db1bc67603e9e8119b Mon Sep 17 00:00:00 2001 From: Jonathan Ervine Date: Fri, 31 Jul 2020 10:04:07 +0800 Subject: [PATCH] Switched to public repo --- wordpress/Chart.yaml | 2 +- wordpress/values.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/wordpress/Chart.yaml b/wordpress/Chart.yaml index 5c83efd..2ebddfa 100644 --- a/wordpress/Chart.yaml +++ b/wordpress/Chart.yaml @@ -14,7 +14,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. -version: 0.1.4 +version: 0.1.5 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. diff --git a/wordpress/values.yaml b/wordpress/values.yaml index 419bb12..bbbce85 100644 --- a/wordpress/values.yaml +++ b/wordpress/values.yaml @@ -6,7 +6,7 @@ replicaCount: 1 nginx: name: nginx image: - repository: harbor.ervine.dev/library/x86_64/alpine/nginx + repository: harbor.ervine.dev/public/x86_64/alpine/nginx tag: alpine pullPolicy: Always @@ -37,7 +37,7 @@ nginx: wordpress: name: wordpress image: - repository: harbor.ervine.dev/library/x86_64/alpine/wordpress + repository: harbor.ervine.dev/public/x86_64/alpine/wordpress tag: php7.4-fpm-alpine pullPolicy: Always