From e053c5074369b8228b02472a62f88bca3ad06c5f Mon Sep 17 00:00:00 2001 From: jonny Date: Tue, 13 Apr 2021 03:50:34 +0000 Subject: [PATCH 1/2] 'update files with ansible' --- wordpress/Chart.yaml | 2 +- wordpress/values.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/wordpress/Chart.yaml b/wordpress/Chart.yaml index 2ebddfa..cdeeffb 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.5 +version: 0.1.14 # 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 bbbce85..6446280 100644 --- a/wordpress/values.yaml +++ b/wordpress/values.yaml @@ -39,7 +39,7 @@ wordpress: image: repository: harbor.ervine.dev/public/x86_64/alpine/wordpress tag: php7.4-fpm-alpine - pullPolicy: Always + pullPolicy: IfNotPresent imagePullSecrets: [] nameOverride: "" @@ -121,5 +121,5 @@ tolerations: [] affinity: {} config: - storageClassName: nfs-client-hermes - storageSize: 50Gi + wordpressPvc: wp-data + From 056a53c916c99c4c5c03020eaf7bbe93945e9ccd Mon Sep 17 00:00:00 2001 From: jonny Date: Wed, 14 Apr 2021 07:50:34 +0000 Subject: [PATCH 2/2] 'update files with ansible' --- jellyfin/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jellyfin/Chart.yaml b/jellyfin/Chart.yaml index 5d028da..8eccd87 100644 --- a/jellyfin/Chart.yaml +++ b/jellyfin/Chart.yaml @@ -14,10 +14,10 @@ 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.9 +version: 0.1.10 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. -appVersion: 10.7.1-amd64 +appVersion: 10.7.2-amd64 icon: https://git.ervine.org/jonny/charts/raw/branch/master/jellyfin/jellyfin.png