From 46842155de226501a649f6826c4dbd6784f8e5f2 Mon Sep 17 00:00:00 2001 From: Emilien Devos <121870973+edevosc2c@users.noreply.github.com> Date: Fri, 8 Nov 2024 12:11:18 +0100 Subject: [PATCH] bump all helm chart to deploy them to docker registry --- acceptance-tests/Chart.yaml | 2 +- apache-mod-mellon/Chart.yaml | 2 +- apache-nas/Chart.yaml | 2 +- cadastrapp/Chart.yaml | 2 +- geocontrib/Chart.yaml | 3 +-- georchestra-backup-ldap/Chart.yaml | 2 +- geoserver-datadir-sync/Chart.yaml | 2 +- geoserver-lb/Chart.yaml | 2 +- opendata-ogc-features/Chart.yaml | 2 +- pgbouncer/Chart.yaml | 2 +- sdi-consistence-check/Chart.yaml | 2 +- sftp/Chart.yaml | 2 +- vrt-bot/Chart.yaml | 2 +- 13 files changed, 13 insertions(+), 14 deletions(-) diff --git a/acceptance-tests/Chart.yaml b/acceptance-tests/Chart.yaml index 7888c06..0531189 100644 --- a/acceptance-tests/Chart.yaml +++ b/acceptance-tests/Chart.yaml @@ -15,7 +15,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. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.0 +version: 0.2.0 # 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 diff --git a/apache-mod-mellon/Chart.yaml b/apache-mod-mellon/Chart.yaml index f11eb2b..8afd16e 100644 --- a/apache-mod-mellon/Chart.yaml +++ b/apache-mod-mellon/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: apache-mod-mellon description: A Helm chart for deploying an Apache HTTPd configured with the mod_mellon type: application -version: 1.1.1 +version: 1.2.1 appVersion: "1.16.0" diff --git a/apache-nas/Chart.yaml b/apache-nas/Chart.yaml index 361e6cb..d352bfd 100644 --- a/apache-nas/Chart.yaml +++ b/apache-nas/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: apache-nas description: A Helm chart for deploying a Apache-httpd server type: application -version: 0.6.0 +version: 1.0.0 appVersion: "1.16.0" diff --git a/cadastrapp/Chart.yaml b/cadastrapp/Chart.yaml index 1bbcc7e..777f6e4 100644 --- a/cadastrapp/Chart.yaml +++ b/cadastrapp/Chart.yaml @@ -4,7 +4,7 @@ description: A Helm chart for deploying geOrchestra's cadastrapp type: application -version: 0.2.3 +version: 1.0.0 # Last version released on https://github.com/georchestra/cadastrapp is 2.0 appVersion: "2.0.0" diff --git a/geocontrib/Chart.yaml b/geocontrib/Chart.yaml index dc4f808..1b2186a 100644 --- a/geocontrib/Chart.yaml +++ b/geocontrib/Chart.yaml @@ -4,6 +4,5 @@ description: | A Helm chart for deploying geocontrib (https://github.com/neogeo-technologies/geocontrib) type: application -version: 0.4.1 - +version: 1.0.0 appVersion: "5.0.2" diff --git a/georchestra-backup-ldap/Chart.yaml b/georchestra-backup-ldap/Chart.yaml index 28a996f..866f1ed 100644 --- a/georchestra-backup-ldap/Chart.yaml +++ b/georchestra-backup-ldap/Chart.yaml @@ -15,7 +15,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. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.2.0 +version: 1.0.0 # 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 diff --git a/geoserver-datadir-sync/Chart.yaml b/geoserver-datadir-sync/Chart.yaml index 9e0f59d..74f97e4 100644 --- a/geoserver-datadir-sync/Chart.yaml +++ b/geoserver-datadir-sync/Chart.yaml @@ -15,7 +15,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. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.1 +version: 1.0.0 # 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 diff --git a/geoserver-lb/Chart.yaml b/geoserver-lb/Chart.yaml index cb97af4..3b28def 100644 --- a/geoserver-lb/Chart.yaml +++ b/geoserver-lb/Chart.yaml @@ -2,5 +2,5 @@ name: geoserver-lb apiVersion: v2 description: A Helm chart for deploying geoserver loadbalanced type: application -version: 1.0.1 +version: 1.1.0 appVersion: "22.0.4" diff --git a/opendata-ogc-features/Chart.yaml b/opendata-ogc-features/Chart.yaml index 4832c64..c7b5c7e 100644 --- a/opendata-ogc-features/Chart.yaml +++ b/opendata-ogc-features/Chart.yaml @@ -4,6 +4,6 @@ description: Helm chart for data-api (opendata-ogc-features) type: application -version: 0.0.4 +version: 1.0.0 appVersion: "1.0.0" diff --git a/pgbouncer/Chart.yaml b/pgbouncer/Chart.yaml index 633dbda..5e0c30e 100644 --- a/pgbouncer/Chart.yaml +++ b/pgbouncer/Chart.yaml @@ -2,4 +2,4 @@ apiVersion: v1 appVersion: "1.18.0" description: A Helm chart installing pgbouncer in kubernetes name: pgbouncer -version: 1.7.0 +version: 1.8.0 diff --git a/sdi-consistence-check/Chart.yaml b/sdi-consistence-check/Chart.yaml index 91ff9c8..30f08ce 100644 --- a/sdi-consistence-check/Chart.yaml +++ b/sdi-consistence-check/Chart.yaml @@ -2,4 +2,4 @@ apiVersion: v1 appVersion: "1.0" description: A Helm chart sdi-consistency-check cronjob name: sdi-consistence-check -version: 0.1.4 +version: 1.0.0 diff --git a/sftp/Chart.yaml b/sftp/Chart.yaml index 7458190..5b9460b 100644 --- a/sftp/Chart.yaml +++ b/sftp/Chart.yaml @@ -4,6 +4,6 @@ description: A Helm chart for deploying a SFTP stack type: application -version: 1.1.0 +version: 1.2.0 appVersion: "1.0" diff --git a/vrt-bot/Chart.yaml b/vrt-bot/Chart.yaml index e0799ec..7f46f2a 100644 --- a/vrt-bot/Chart.yaml +++ b/vrt-bot/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: vrt-bot description: A Helm chart for deploying vrt-bot type: application -version: 0.2.5 +version: 1.0.0 appVersion: "0.0.1"