Skip to content

Commit

Permalink
[bitnami/mariadb] fix: 🐛 Set correct TLS mountPath (#30641)
Browse files Browse the repository at this point in the history
* [bitnami/mariadb] fix: 🐛 Set correct TLS mountPath

Signed-off-by: Javier J. Salmerón García <[email protected]>

* Update CHANGELOG.md

Signed-off-by: Bitnami Containers <[email protected]>

---------

Signed-off-by: Javier J. Salmerón García <[email protected]>
Signed-off-by: Bitnami Containers <[email protected]>
Co-authored-by: Bitnami Containers <[email protected]>
  • Loading branch information
javsalgar and bitnami-bot authored Nov 27, 2024
1 parent 623e584 commit fc2dcd7
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
8 changes: 6 additions & 2 deletions bitnami/mariadb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Changelog

## 20.1.0 (2024-11-26)
## 20.1.1 (2024-11-27)

* [bitnami/mariadb] feat: :sparkles: Add TLS support ([#30629](https://github.com/bitnami/charts/pull/30629))
* [bitnami/mariadb] fix: :bug: Set correct TLS mountPath ([#30641](https://github.com/bitnami/charts/pull/30641))

## 20.1.0 (2024-11-27)

* [bitnami/mariadb] feat: :sparkles: Add TLS support (#30629) ([13c518f](https://github.com/bitnami/charts/commit/13c518ffc9cfefc10110317d9aa13ddc84a2d6ec)), closes [#30629](https://github.com/bitnami/charts/issues/30629)

## 20.0.0 (2024-11-08)

Expand Down
2 changes: 1 addition & 1 deletion bitnami/mariadb/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ maintainers:
name: mariadb
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/mariadb
version: 20.1.0
version: 20.1.1
2 changes: 1 addition & 1 deletion bitnami/mariadb/templates/primary/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ spec:
{{- end }}
{{- if .Values.tls.enabled }}
- name: cert
mountPath: /opt/bitnami/mariadb/cert
mountPath: /opt/bitnami/mariadb/certs
{{- end }}
- name: empty-dir
mountPath: /tmp
Expand Down
2 changes: 1 addition & 1 deletion bitnami/mariadb/templates/secondary/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ spec:
subPath: app-logs-dir
{{- if .Values.tls.enabled }}
- name: cert
mountPath: /opt/bitnami/mariadb/cert
mountPath: /opt/bitnami/mariadb/certs
{{- end }}
{{- if .Values.metrics.enabled }}
- name: metrics
Expand Down

0 comments on commit fc2dcd7

Please sign in to comment.