'update files with ansible'

This commit is contained in:
jonny 2021-04-13 03:50:34 +00:00
parent 3f06d32f5c
commit e053c50743
2 changed files with 4 additions and 4 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 # 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.5 version: 0.1.14
# 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.

View File

@ -39,7 +39,7 @@ wordpress:
image: image:
repository: harbor.ervine.dev/public/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: IfNotPresent
imagePullSecrets: [] imagePullSecrets: []
nameOverride: "" nameOverride: ""
@ -121,5 +121,5 @@ tolerations: []
affinity: {} affinity: {}
config: config:
storageClassName: nfs-client-hermes wordpressPvc: wp-data
storageSize: 50Gi