Skip to content

Commit

Permalink
update bitnami helm charts + release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
edevosc2c committed Jun 6, 2024
1 parent c9e56e3 commit 0324fd3
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 10 deletions.
9 changes: 9 additions & 0 deletions HISTORY.md → CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# 1.0.0

Changelog after 2 years!!!

- Update RabbitMQ and PostgreSQL Helm charts
- Change healthcheck to a local layer for avoiding geoserver to be down due to external databases being down. (#88)
- Remove override of entrypoint of geonetwork component (#31)
- Upgrade to Elasticsearch 7.17.21 for Geonetwork (#89)

# 0.2.11

"Label ALL THE THING !"
Expand Down
8 changes: 4 additions & 4 deletions Chart.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
dependencies:
- name: postgresql
repository: oci://registry-1.docker.io/bitnamicharts
version: 12.11.2
version: 15.5.2
- name: rabbitmq
repository: oci://registry-1.docker.io/bitnamicharts
version: 12.1.7
digest: sha256:19953586f12a67b832c6706513cf14033bdfb65c97d9f2e7b6d5c9775efb005f
generated: "2024-02-09T16:03:20.017713783+01:00"
version: 14.4.0
digest: sha256:37ee18f6216ee19da1dd5b01ab977d0df4cfc61c8323094a3576877a3fb48241
generated: "2024-06-06T13:49:34.646844546+02:00"
8 changes: 4 additions & 4 deletions Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,22 +15,22 @@ 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.19.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
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "23.0"
appVersion: "24.0"

dependencies:
- name: postgresql
version: 12.11.2
version: 15.5.2
repository: "oci://registry-1.docker.io/bitnamicharts"
condition: database.builtin
alias: database
- name: rabbitmq
version: 12.1.7
version: 14.4.0
repository: "oci://registry-1.docker.io/bitnamicharts"
condition: rabbitmq.enabled, rabbitmq.builtin
alias: rabbitmq
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ some of the features and/or implementation choices.

## How to create a new chart release
1. Change and push the version in the Chart.yaml
2. Execute `git tag 0.X.X` (with the same version as the chart)
2. Execute `git push --tags`
2. Execute `git tag 1.X.X` (with the same version as the chart)
3. Execute `git push --tags`
4. Write a changelog in the CHANGELOG.md

# Usage

Expand Down

0 comments on commit 0324fd3

Please sign in to comment.