Skip to content

Commit

Permalink
remove datahub + mviewer helm chart + bump all helm chart version again
Browse files Browse the repository at this point in the history
  • Loading branch information
edevosc2c committed Nov 8, 2024
1 parent 4684215 commit a0f038c
Show file tree
Hide file tree
Showing 35 changed files with 27 additions and 862 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/helm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@ jobs:
if [ -z "${pkg:-}" ]; then
break
fi
helm push "${pkg}" "oci://ghcr.io/${GITHUB_REPOSITORY_OWNER}/helm-charts"
helm push "${pkg}" "oci://ghcr.io/${GITHUB_REPOSITORY_OWNER}/charts-gs"
done
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
# WARNING: New location storage for the helm chart
# How to publish a new version of an helm chart

1. Make your changes
2. Change the version in the Chart.yaml
3. Push your code

# How to create a new helm chart

1. Create a new folder with the name of your helm chart
2. Do your changes inside the folder
3. Push your code

# WARNING: New location storage for the helm chart - How to use

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

Expand Down
2 changes: 1 addition & 1 deletion acceptance-tests/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: 0.3.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
Expand Down
2 changes: 1 addition & 1 deletion apache-mod-mellon/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.1
version: 1.3.0
appVersion: "1.16.0"
2 changes: 1 addition & 1 deletion apache-nas/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: apache-nas
description: A Helm chart for deploying a Apache-httpd server
type: application
version: 1.0.0
version: 1.1.0
appVersion: "1.16.0"
2 changes: 1 addition & 1 deletion cadastrapp/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: A Helm chart for deploying geOrchestra's cadastrapp

type: application

version: 1.0.0
version: 1.1.0

# Last version released on https://github.com/georchestra/cadastrapp is 2.0
appVersion: "2.0.0"
23 changes: 0 additions & 23 deletions datahub/.helmignore

This file was deleted.

6 changes: 0 additions & 6 deletions datahub/Chart.yaml

This file was deleted.

1 change: 0 additions & 1 deletion datahub/README.md

This file was deleted.

27 changes: 0 additions & 27 deletions datahub/templates/_bootstrap-datahub-configuration.tpl

This file was deleted.

62 changes: 0 additions & 62 deletions datahub/templates/_helpers.tpl

This file was deleted.

87 changes: 0 additions & 87 deletions datahub/templates/datahub-deployment.yaml

This file was deleted.

15 changes: 0 additions & 15 deletions datahub/templates/datahub-svc.yaml

This file was deleted.

15 changes: 0 additions & 15 deletions datahub/templates/tests/test-connection.yaml

This file was deleted.

61 changes: 0 additions & 61 deletions datahub/values.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion geocontrib/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ description: |
A Helm chart for deploying geocontrib (https://github.com/neogeo-technologies/geocontrib)
type: application
version: 1.0.0
version: 1.1.0
appVersion: "5.0.2"
2 changes: 1 addition & 1 deletion georchestra-backup-ldap/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: 1.0.0
version: 1.1.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
Expand Down
2 changes: 1 addition & 1 deletion geoserver-datadir-sync/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: 1.0.0
version: 1.1.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
Expand Down
2 changes: 1 addition & 1 deletion geoserver-lb/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ name: geoserver-lb
apiVersion: v2
description: A Helm chart for deploying geoserver loadbalanced
type: application
version: 1.1.0
version: 1.2.0
appVersion: "22.0.4"
Loading

0 comments on commit a0f038c

Please sign in to comment.