From fb60673aa0bb605a17db086b50436defadbc331d Mon Sep 17 00:00:00 2001 From: Marius Ensrud Date: Tue, 20 Sep 2022 14:07:08 +0200 Subject: [PATCH] 6.0.2 --- charts/wordpress/{5.9.4 => 6.0.2}/Chart.yaml | 4 ++-- charts/wordpress/{5.9.4 => 6.0.2}/templates/NOTES.txt | 0 charts/wordpress/{5.9.4 => 6.0.2}/templates/_helpers.tpl | 0 charts/wordpress/{5.9.4 => 6.0.2}/templates/deployment.yaml | 0 charts/wordpress/{5.9.4 => 6.0.2}/templates/hpa.yaml | 0 charts/wordpress/{5.9.4 => 6.0.2}/templates/ingress.yaml | 0 .../wordpress/{5.9.4 => 6.0.2}/templates/networkpolicy.yaml | 0 charts/wordpress/{5.9.4 => 6.0.2}/templates/pvc.yaml | 0 charts/wordpress/{5.9.4 => 6.0.2}/templates/secrets.yaml | 0 charts/wordpress/{5.9.4 => 6.0.2}/templates/service.yaml | 0 .../wordpress/{5.9.4 => 6.0.2}/templates/serviceaccount.yaml | 0 charts/wordpress/{5.9.4 => 6.0.2}/values.yaml | 2 +- 12 files changed, 3 insertions(+), 3 deletions(-) rename charts/wordpress/{5.9.4 => 6.0.2}/Chart.yaml (96%) rename charts/wordpress/{5.9.4 => 6.0.2}/templates/NOTES.txt (100%) rename charts/wordpress/{5.9.4 => 6.0.2}/templates/_helpers.tpl (100%) rename charts/wordpress/{5.9.4 => 6.0.2}/templates/deployment.yaml (100%) rename charts/wordpress/{5.9.4 => 6.0.2}/templates/hpa.yaml (100%) rename charts/wordpress/{5.9.4 => 6.0.2}/templates/ingress.yaml (100%) rename charts/wordpress/{5.9.4 => 6.0.2}/templates/networkpolicy.yaml (100%) rename charts/wordpress/{5.9.4 => 6.0.2}/templates/pvc.yaml (100%) rename charts/wordpress/{5.9.4 => 6.0.2}/templates/secrets.yaml (100%) rename charts/wordpress/{5.9.4 => 6.0.2}/templates/service.yaml (100%) rename charts/wordpress/{5.9.4 => 6.0.2}/templates/serviceaccount.yaml (100%) rename charts/wordpress/{5.9.4 => 6.0.2}/values.yaml (99%) diff --git a/charts/wordpress/5.9.4/Chart.yaml b/charts/wordpress/6.0.2/Chart.yaml similarity index 96% rename from charts/wordpress/5.9.4/Chart.yaml rename to charts/wordpress/6.0.2/Chart.yaml index 84e2a35..c43029b 100644 --- a/charts/wordpress/5.9.4/Chart.yaml +++ b/charts/wordpress/6.0.2/Chart.yaml @@ -15,10 +15,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. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 5.9.4 +version: 6.0.2 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "5.9.4" +appVersion: "6.0.2" diff --git a/charts/wordpress/5.9.4/templates/NOTES.txt b/charts/wordpress/6.0.2/templates/NOTES.txt similarity index 100% rename from charts/wordpress/5.9.4/templates/NOTES.txt rename to charts/wordpress/6.0.2/templates/NOTES.txt diff --git a/charts/wordpress/5.9.4/templates/_helpers.tpl b/charts/wordpress/6.0.2/templates/_helpers.tpl similarity index 100% rename from charts/wordpress/5.9.4/templates/_helpers.tpl rename to charts/wordpress/6.0.2/templates/_helpers.tpl diff --git a/charts/wordpress/5.9.4/templates/deployment.yaml b/charts/wordpress/6.0.2/templates/deployment.yaml similarity index 100% rename from charts/wordpress/5.9.4/templates/deployment.yaml rename to charts/wordpress/6.0.2/templates/deployment.yaml diff --git a/charts/wordpress/5.9.4/templates/hpa.yaml b/charts/wordpress/6.0.2/templates/hpa.yaml similarity index 100% rename from charts/wordpress/5.9.4/templates/hpa.yaml rename to charts/wordpress/6.0.2/templates/hpa.yaml diff --git a/charts/wordpress/5.9.4/templates/ingress.yaml b/charts/wordpress/6.0.2/templates/ingress.yaml similarity index 100% rename from charts/wordpress/5.9.4/templates/ingress.yaml rename to charts/wordpress/6.0.2/templates/ingress.yaml diff --git a/charts/wordpress/5.9.4/templates/networkpolicy.yaml b/charts/wordpress/6.0.2/templates/networkpolicy.yaml similarity index 100% rename from charts/wordpress/5.9.4/templates/networkpolicy.yaml rename to charts/wordpress/6.0.2/templates/networkpolicy.yaml diff --git a/charts/wordpress/5.9.4/templates/pvc.yaml b/charts/wordpress/6.0.2/templates/pvc.yaml similarity index 100% rename from charts/wordpress/5.9.4/templates/pvc.yaml rename to charts/wordpress/6.0.2/templates/pvc.yaml diff --git a/charts/wordpress/5.9.4/templates/secrets.yaml b/charts/wordpress/6.0.2/templates/secrets.yaml similarity index 100% rename from charts/wordpress/5.9.4/templates/secrets.yaml rename to charts/wordpress/6.0.2/templates/secrets.yaml diff --git a/charts/wordpress/5.9.4/templates/service.yaml b/charts/wordpress/6.0.2/templates/service.yaml similarity index 100% rename from charts/wordpress/5.9.4/templates/service.yaml rename to charts/wordpress/6.0.2/templates/service.yaml diff --git a/charts/wordpress/5.9.4/templates/serviceaccount.yaml b/charts/wordpress/6.0.2/templates/serviceaccount.yaml similarity index 100% rename from charts/wordpress/5.9.4/templates/serviceaccount.yaml rename to charts/wordpress/6.0.2/templates/serviceaccount.yaml diff --git a/charts/wordpress/5.9.4/values.yaml b/charts/wordpress/6.0.2/values.yaml similarity index 99% rename from charts/wordpress/5.9.4/values.yaml rename to charts/wordpress/6.0.2/values.yaml index 53d03e1..3c736b5 100644 --- a/charts/wordpress/5.9.4/values.yaml +++ b/charts/wordpress/6.0.2/values.yaml @@ -8,7 +8,7 @@ image: repository: wordpress pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "5.9.4" + tag: "6.0.2" imagePullSecrets: [] nameOverride: ""