Skip to content

Commit a0f038c

Browse files
committed
remove datahub + mviewer helm chart + bump all helm chart version again
1 parent 4684215 commit a0f038c

35 files changed

+27
-862
lines changed

.github/workflows/helm-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,5 @@ jobs:
4747
if [ -z "${pkg:-}" ]; then
4848
break
4949
fi
50-
helm push "${pkg}" "oci://ghcr.io/${GITHUB_REPOSITORY_OWNER}/helm-charts"
50+
helm push "${pkg}" "oci://ghcr.io/${GITHUB_REPOSITORY_OWNER}/charts-gs"
5151
done

README.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
1-
# WARNING: New location storage for the helm chart
1+
# How to publish a new version of an helm chart
2+
3+
1. Make your changes
4+
2. Change the version in the Chart.yaml
5+
3. Push your code
6+
7+
# How to create a new helm chart
8+
9+
1. Create a new folder with the name of your helm chart
10+
2. Do your changes inside the folder
11+
3. Push your code
12+
13+
# WARNING: New location storage for the helm chart - How to use
214

315
All the helm chart are now stored inside the GitHub Docker registry.
416

acceptance-tests/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.2.0
18+
version: 0.3.0
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to

apache-mod-mellon/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v2
22
name: apache-mod-mellon
33
description: A Helm chart for deploying an Apache HTTPd configured with the mod_mellon
44
type: application
5-
version: 1.2.1
5+
version: 1.3.0
66
appVersion: "1.16.0"

apache-nas/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v2
22
name: apache-nas
33
description: A Helm chart for deploying a Apache-httpd server
44
type: application
5-
version: 1.0.0
5+
version: 1.1.0
66
appVersion: "1.16.0"

cadastrapp/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: A Helm chart for deploying geOrchestra's cadastrapp
44

55
type: application
66

7-
version: 1.0.0
7+
version: 1.1.0
88

99
# Last version released on https://github.com/georchestra/cadastrapp is 2.0
1010
appVersion: "2.0.0"

datahub/.helmignore

-23
This file was deleted.

datahub/Chart.yaml

-6
This file was deleted.

datahub/README.md

-1
This file was deleted.

datahub/templates/_bootstrap-datahub-configuration.tpl

-27
This file was deleted.

datahub/templates/_helpers.tpl

-62
This file was deleted.

datahub/templates/datahub-deployment.yaml

-87
This file was deleted.

datahub/templates/datahub-svc.yaml

-15
This file was deleted.

datahub/templates/tests/test-connection.yaml

-15
This file was deleted.

datahub/values.yaml

-61
This file was deleted.

geocontrib/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ description: |
44
A Helm chart for deploying geocontrib (https://github.com/neogeo-technologies/geocontrib)
55
66
type: application
7-
version: 1.0.0
7+
version: 1.1.0
88
appVersion: "5.0.2"

georchestra-backup-ldap/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 1.0.0
18+
version: 1.1.0
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to

geoserver-datadir-sync/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 1.0.0
18+
version: 1.1.0
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to

geoserver-lb/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ name: geoserver-lb
22
apiVersion: v2
33
description: A Helm chart for deploying geoserver loadbalanced
44
type: application
5-
version: 1.1.0
5+
version: 1.2.0
66
appVersion: "22.0.4"

0 commit comments

Comments
 (0)