Switched to public repo
This commit is contained in:
parent
2719899060
commit
6d2ebe9567
@ -14,7 +14,7 @@ type: application
|
|||||||
|
|
||||||
# This is the chart version. This version number should be incremented each time you make changes
|
# 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.
|
# 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
|
# This is the version number of the application being deployed. This version number should be
|
||||||
# incremented each time you make changes to the application.
|
# incremented each time you make changes to the application.
|
||||||
|
|||||||
@ -6,7 +6,7 @@ replicaCount: 1
|
|||||||
nginx:
|
nginx:
|
||||||
name: nginx
|
name: nginx
|
||||||
image:
|
image:
|
||||||
repository: harbor.ervine.dev/library/x86_64/alpine/nginx
|
repository: harbor.ervine.dev/public/x86_64/alpine/nginx
|
||||||
tag: alpine
|
tag: alpine
|
||||||
pullPolicy: Always
|
pullPolicy: Always
|
||||||
|
|
||||||
@ -37,7 +37,7 @@ nginx:
|
|||||||
wordpress:
|
wordpress:
|
||||||
name: wordpress
|
name: wordpress
|
||||||
image:
|
image:
|
||||||
repository: harbor.ervine.dev/library/x86_64/alpine/wordpress
|
repository: harbor.ervine.dev/public/x86_64/alpine/wordpress
|
||||||
tag: php7.4-fpm-alpine
|
tag: php7.4-fpm-alpine
|
||||||
pullPolicy: Always
|
pullPolicy: Always
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user