Switched to public repo

This commit is contained in:
Jonathan Ervine 2020-07-31 10:04:07 +08:00
parent 2719899060
commit 6d2ebe9567
2 changed files with 3 additions and 3 deletions

View File

@ -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.

View File

@ -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