Skip to content

Commit

Permalink
[bitnami/redmine] chore!: ⬆️ 💥 Bump MariaDB subchart to 20 (bitnami#3…
Browse files Browse the repository at this point in the history
  • Loading branch information
javsalgar authored and sajad-sadra committed Nov 20, 2024
1 parent 5d0c669 commit 5e70e5f
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 10 deletions.
8 changes: 6 additions & 2 deletions bitnami/redmine/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Changelog

## 30.0.4 (2024-11-10)
## 31.0.0 (2024-11-12)

* [bitnami/redmine] Release 30.0.4 ([#30384](https://github.com/bitnami/charts/pull/30384))
* [bitnami/redmine] chore!: :arrow_up: :boom: Bump MariaDB subchart to 20 ([#30357](https://github.com/bitnami/charts/pull/30357))

## <small>30.0.4 (2024-11-10)</small>

* [bitnami/redmine] Release 30.0.4 (#30384) ([0571e4a](https://github.com/bitnami/charts/commit/0571e4ad81a91503e6783435ed473c711942418c)), closes [#30384](https://github.com/bitnami/charts/issues/30384)

## <small>30.0.3 (2024-11-08)</small>

Expand Down
6 changes: 3 additions & 3 deletions bitnami/redmine/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ dependencies:
version: 16.1.2
- name: mariadb
repository: oci://registry-1.docker.io/bitnamicharts
version: 19.1.2
version: 20.0.0
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.27.0
digest: sha256:90c1cb23ae66478c5dfd34997db0672e40d22cb1851c3842bc96baa0cf431ae4
generated: "2024-11-10T00:16:00.717368657Z"
digest: sha256:16698e9dd7c15f21c62ae5457b4f425c880554095c95f2767c5d0795bb66c87e
generated: "2024-11-08T16:24:29.47266746+01:00"
4 changes: 2 additions & 2 deletions bitnami/redmine/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies:
- condition: mariadb.enabled
name: mariadb
repository: oci://registry-1.docker.io/bitnamicharts
version: 19.x.x
version: 20.x.x
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
tags:
Expand All @@ -43,4 +43,4 @@ maintainers:
name: redmine
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/redmine
version: 30.0.4
version: 31.0.0
11 changes: 10 additions & 1 deletion bitnami/redmine/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,6 @@ helm install test --set persistence.existingClaim=PVC_REDMINE,mariadb.persistenc
| `global.imageRegistry` | Global Docker image registry | `""` |
| `global.imagePullSecrets` | Global Docker registry secret names as an array | `[]` |
| `global.defaultStorageClass` | Global default StorageClass for Persistent Volume(s) | `""` |
| `global.storageClass` | DEPRECATED: use global.defaultStorageClass instead | `""` |
| `global.compatibility.openshift.adaptSecurityContext` | Adapt the securityContext sections of the deployment to make them compatible with Openshift restricted-v2 SCC: remove runAsUser, runAsGroup and fsGroup and let the platform use their allowed default IDs. Possible values: auto (apply if the detected running cluster is Openshift), force (perform the adaptation always), disabled (do not perform adaptation) | `auto` |
### Common parameters
Expand Down Expand Up @@ -573,6 +572,16 @@ Find more information about how to deal with common errors related to Bitnami's
## Upgrading
### To 31.0.0
This major bump updates the MariaDB subchart to version 20.0.0. This subchart updates the StatefulSet objects `serviceName` to use a headless service, as the current non-headless service attached to it was not providing DNS entries. This will cause an upgrade issue because it changes "immutable fields". To workaround it, delete the StatefulSet objects as follows (replace the RELEASE_NAME placeholder):
```shell
kubectl delete sts RELEASE_NAME-mariadb --cascade=false
```
Then execute `helm upgrade` as usual.
### To 30.0.0
This major updates the PostgreSQL subchart to its newest major, 16.0.0, which uses PostgreSQL 17.x. Follow the [official instructions](https://www.postgresql.org/docs/17/upgrading.html) to upgrade to 17.x.
Expand Down
2 changes: 0 additions & 2 deletions bitnami/redmine/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
## @param global.imageRegistry Global Docker image registry
## @param global.imagePullSecrets Global Docker registry secret names as an array
## @param global.defaultStorageClass Global default StorageClass for Persistent Volume(s)
## @param global.storageClass DEPRECATED: use global.defaultStorageClass instead
##
global:
imageRegistry: ""
Expand All @@ -20,7 +19,6 @@ global:
##
imagePullSecrets: []
defaultStorageClass: ""
storageClass: ""
## Compatibility adaptations for Kubernetes platforms
##
compatibility:
Expand Down

0 comments on commit 5e70e5f

Please sign in to comment.