From 2d3da652c28cb299e6a768ccd5dbcbd33be8cf84 Mon Sep 17 00:00:00 2001 From: tharanath Date: Mon, 25 Mar 2024 15:28:37 +0530 Subject: [PATCH] standalone geoserver v0.1.6 --- charts/geoserver-standalone/README.md | 2 +- .../{v0.1.5 => v0.1.6}/Chart.yaml | 2 +- .../{v0.1.5 => v0.1.6}/README.md | 0 .../{v0.1.5 => v0.1.6}/app-readme.md | 0 .../{v0.1.5 => v0.1.6}/charts/postgis-0.2.4.tgz | Bin .../{v0.1.5 => v0.1.6}/ci/values.yaml | 0 .../{v0.1.5 => v0.1.6}/templates/NOTES.txt | 0 .../{v0.1.5 => v0.1.6}/templates/_helpers.tpl | 0 .../{v0.1.5 => v0.1.6}/templates/configmap.yaml | 0 .../{v0.1.5 => v0.1.6}/templates/deployment.yaml | 0 .../templates/externaldb-secrets.yaml | 0 .../{v0.1.5 => v0.1.6}/templates/hpa.yaml | 0 .../{v0.1.5 => v0.1.6}/templates/ingress.yaml | 0 .../{v0.1.5 => v0.1.6}/templates/rbac.yaml | 0 .../{v0.1.5 => v0.1.6}/templates/secrets.yaml | 0 .../{v0.1.5 => v0.1.6}/templates/service.yaml | 0 .../templates/serviceaccount.yaml | 0 .../{v0.1.5 => v0.1.6}/templates/volume.yaml | 0 .../{v0.1.5 => v0.1.6}/values.schema.json | 0 .../{v0.1.5 => v0.1.6}/values.yaml | 0 20 files changed, 2 insertions(+), 2 deletions(-) rename charts/geoserver-standalone/{v0.1.5 => v0.1.6}/Chart.yaml (97%) rename charts/geoserver-standalone/{v0.1.5 => v0.1.6}/README.md (100%) rename charts/geoserver-standalone/{v0.1.5 => v0.1.6}/app-readme.md (100%) rename charts/geoserver-standalone/{v0.1.5 => v0.1.6}/charts/postgis-0.2.4.tgz (100%) rename charts/geoserver-standalone/{v0.1.5 => v0.1.6}/ci/values.yaml (100%) rename charts/geoserver-standalone/{v0.1.5 => v0.1.6}/templates/NOTES.txt (100%) rename charts/geoserver-standalone/{v0.1.5 => v0.1.6}/templates/_helpers.tpl (100%) rename charts/geoserver-standalone/{v0.1.5 => v0.1.6}/templates/configmap.yaml (100%) rename charts/geoserver-standalone/{v0.1.5 => v0.1.6}/templates/deployment.yaml (100%) rename charts/geoserver-standalone/{v0.1.5 => v0.1.6}/templates/externaldb-secrets.yaml (100%) rename charts/geoserver-standalone/{v0.1.5 => v0.1.6}/templates/hpa.yaml (100%) rename charts/geoserver-standalone/{v0.1.5 => v0.1.6}/templates/ingress.yaml (100%) rename charts/geoserver-standalone/{v0.1.5 => v0.1.6}/templates/rbac.yaml (100%) rename charts/geoserver-standalone/{v0.1.5 => v0.1.6}/templates/secrets.yaml (100%) rename charts/geoserver-standalone/{v0.1.5 => v0.1.6}/templates/service.yaml (100%) rename charts/geoserver-standalone/{v0.1.5 => v0.1.6}/templates/serviceaccount.yaml (100%) rename charts/geoserver-standalone/{v0.1.5 => v0.1.6}/templates/volume.yaml (100%) rename charts/geoserver-standalone/{v0.1.5 => v0.1.6}/values.schema.json (100%) rename charts/geoserver-standalone/{v0.1.5 => v0.1.6}/values.yaml (100%) diff --git a/charts/geoserver-standalone/README.md b/charts/geoserver-standalone/README.md index f5bd57e..308a3d9 120000 --- a/charts/geoserver-standalone/README.md +++ b/charts/geoserver-standalone/README.md @@ -1 +1 @@ -v0.1.5/README.md \ No newline at end of file +v0.1.6/README.md \ No newline at end of file diff --git a/charts/geoserver-standalone/v0.1.5/Chart.yaml b/charts/geoserver-standalone/v0.1.6/Chart.yaml similarity index 97% rename from charts/geoserver-standalone/v0.1.5/Chart.yaml rename to charts/geoserver-standalone/v0.1.6/Chart.yaml index 3f48fc9..76b978c 100644 --- a/charts/geoserver-standalone/v0.1.5/Chart.yaml +++ b/charts/geoserver-standalone/v0.1.6/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: geoserver-standalone -version: 0.1.4 +version: 0.1.6 appVersion: 2.24.2 description: Chart for GeoServer diff --git a/charts/geoserver-standalone/v0.1.5/README.md b/charts/geoserver-standalone/v0.1.6/README.md similarity index 100% rename from charts/geoserver-standalone/v0.1.5/README.md rename to charts/geoserver-standalone/v0.1.6/README.md diff --git a/charts/geoserver-standalone/v0.1.5/app-readme.md b/charts/geoserver-standalone/v0.1.6/app-readme.md similarity index 100% rename from charts/geoserver-standalone/v0.1.5/app-readme.md rename to charts/geoserver-standalone/v0.1.6/app-readme.md diff --git a/charts/geoserver-standalone/v0.1.5/charts/postgis-0.2.4.tgz b/charts/geoserver-standalone/v0.1.6/charts/postgis-0.2.4.tgz similarity index 100% rename from charts/geoserver-standalone/v0.1.5/charts/postgis-0.2.4.tgz rename to charts/geoserver-standalone/v0.1.6/charts/postgis-0.2.4.tgz diff --git a/charts/geoserver-standalone/v0.1.5/ci/values.yaml b/charts/geoserver-standalone/v0.1.6/ci/values.yaml similarity index 100% rename from charts/geoserver-standalone/v0.1.5/ci/values.yaml rename to charts/geoserver-standalone/v0.1.6/ci/values.yaml diff --git a/charts/geoserver-standalone/v0.1.5/templates/NOTES.txt b/charts/geoserver-standalone/v0.1.6/templates/NOTES.txt similarity index 100% rename from charts/geoserver-standalone/v0.1.5/templates/NOTES.txt rename to charts/geoserver-standalone/v0.1.6/templates/NOTES.txt diff --git a/charts/geoserver-standalone/v0.1.5/templates/_helpers.tpl b/charts/geoserver-standalone/v0.1.6/templates/_helpers.tpl similarity index 100% rename from charts/geoserver-standalone/v0.1.5/templates/_helpers.tpl rename to charts/geoserver-standalone/v0.1.6/templates/_helpers.tpl diff --git a/charts/geoserver-standalone/v0.1.5/templates/configmap.yaml b/charts/geoserver-standalone/v0.1.6/templates/configmap.yaml similarity index 100% rename from charts/geoserver-standalone/v0.1.5/templates/configmap.yaml rename to charts/geoserver-standalone/v0.1.6/templates/configmap.yaml diff --git a/charts/geoserver-standalone/v0.1.5/templates/deployment.yaml b/charts/geoserver-standalone/v0.1.6/templates/deployment.yaml similarity index 100% rename from charts/geoserver-standalone/v0.1.5/templates/deployment.yaml rename to charts/geoserver-standalone/v0.1.6/templates/deployment.yaml diff --git a/charts/geoserver-standalone/v0.1.5/templates/externaldb-secrets.yaml b/charts/geoserver-standalone/v0.1.6/templates/externaldb-secrets.yaml similarity index 100% rename from charts/geoserver-standalone/v0.1.5/templates/externaldb-secrets.yaml rename to charts/geoserver-standalone/v0.1.6/templates/externaldb-secrets.yaml diff --git a/charts/geoserver-standalone/v0.1.5/templates/hpa.yaml b/charts/geoserver-standalone/v0.1.6/templates/hpa.yaml similarity index 100% rename from charts/geoserver-standalone/v0.1.5/templates/hpa.yaml rename to charts/geoserver-standalone/v0.1.6/templates/hpa.yaml diff --git a/charts/geoserver-standalone/v0.1.5/templates/ingress.yaml b/charts/geoserver-standalone/v0.1.6/templates/ingress.yaml similarity index 100% rename from charts/geoserver-standalone/v0.1.5/templates/ingress.yaml rename to charts/geoserver-standalone/v0.1.6/templates/ingress.yaml diff --git a/charts/geoserver-standalone/v0.1.5/templates/rbac.yaml b/charts/geoserver-standalone/v0.1.6/templates/rbac.yaml similarity index 100% rename from charts/geoserver-standalone/v0.1.5/templates/rbac.yaml rename to charts/geoserver-standalone/v0.1.6/templates/rbac.yaml diff --git a/charts/geoserver-standalone/v0.1.5/templates/secrets.yaml b/charts/geoserver-standalone/v0.1.6/templates/secrets.yaml similarity index 100% rename from charts/geoserver-standalone/v0.1.5/templates/secrets.yaml rename to charts/geoserver-standalone/v0.1.6/templates/secrets.yaml diff --git a/charts/geoserver-standalone/v0.1.5/templates/service.yaml b/charts/geoserver-standalone/v0.1.6/templates/service.yaml similarity index 100% rename from charts/geoserver-standalone/v0.1.5/templates/service.yaml rename to charts/geoserver-standalone/v0.1.6/templates/service.yaml diff --git a/charts/geoserver-standalone/v0.1.5/templates/serviceaccount.yaml b/charts/geoserver-standalone/v0.1.6/templates/serviceaccount.yaml similarity index 100% rename from charts/geoserver-standalone/v0.1.5/templates/serviceaccount.yaml rename to charts/geoserver-standalone/v0.1.6/templates/serviceaccount.yaml diff --git a/charts/geoserver-standalone/v0.1.5/templates/volume.yaml b/charts/geoserver-standalone/v0.1.6/templates/volume.yaml similarity index 100% rename from charts/geoserver-standalone/v0.1.5/templates/volume.yaml rename to charts/geoserver-standalone/v0.1.6/templates/volume.yaml diff --git a/charts/geoserver-standalone/v0.1.5/values.schema.json b/charts/geoserver-standalone/v0.1.6/values.schema.json similarity index 100% rename from charts/geoserver-standalone/v0.1.5/values.schema.json rename to charts/geoserver-standalone/v0.1.6/values.schema.json diff --git a/charts/geoserver-standalone/v0.1.5/values.yaml b/charts/geoserver-standalone/v0.1.6/values.yaml similarity index 100% rename from charts/geoserver-standalone/v0.1.5/values.yaml rename to charts/geoserver-standalone/v0.1.6/values.yaml