21693ad18f
[bitnami/keycloak] Fix health probe paths with httpRelativePath ( #36467 )
...
* [bitnami/keycloak] Fix health probe paths with httpRelativePath
Startup, liveness, and readiness probe paths were hardcoded
without accounting for the `httpRelativePath` value, causing
probes to fail when a custom relative path is configured.
Prefix each health endpoint (`/health/started`, `/health/live`,
`/health/ready`) with the configured `httpRelativePath`, trimming
any trailing slash to avoid double slashes in the path.
Signed-off-by: Robbie Blaine <robbieblaine.rb@gmail.com >
* Update CHANGELOG.md
Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com >
---------
Signed-off-by: Robbie Blaine <robbieblaine.rb@gmail.com >
Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com >
Co-authored-by: Bitnami Bot <bitnami.bot@broadcom.com >
2026-02-19 12:03:14 +01:00
Robbie Blaine and GitHub
3f7fa45393
[bitnami/keycloak] Fix indentation in ingress TLS secret template ( #36282 )
2025-10-02 11:30:36 +02:00
aff46317d0
[bitnami/keycloak] Fix trailing dash in Config CLI Job ( #35784 )
...
* [bitnami/keycloak] Fix trailing dash in Config CLI Job
The trailing dash in the Config CLI Job template resulted in invalid
annotations.
e.g:
```yaml
annotations:checksum/configuration: 6804ba03006117e0c8c8db6ce0e2d0c072633a27b97ac8ca6ee2c633e3e94b6d
```
Instead of
```yaml
annotations:
checksum/configuration: 6804ba03006117e0c8c8db6ce0e2d0c072633a27b97ac8ca6ee2c633e3e94b6d`
```
Signed-off-by: Robbie Blaine <robbieblaine.rb@gmail.com >
* Update CHANGELOG.md
Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com >
---------
Signed-off-by: Robbie Blaine <robbieblaine.rb@gmail.com >
Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com >
Co-authored-by: Bitnami Bot <bitnami.bot@broadcom.com >
2025-08-19 18:49:48 +02:00
afdd69c8b5
[bitnami/keycloak] Fix Keycloak external DB secret keys ( #33117 )
...
* Fix Keycloak external DB secret keys
Signed-off-by: Robbie Blaine <robbieblaine.rb@gmail.com >
* Update CHANGELOG.md
Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com >
* Update CHANGELOG.md
Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com >
---------
Signed-off-by: Robbie Blaine <robbieblaine.rb@gmail.com >
Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com >
Co-authored-by: Bitnami Bot <bitnami.bot@broadcom.com >
2025-04-23 08:58:36 +02:00
Robbie Blaine and GitHub
1b34ff8d81
[bitnami/nats] Expose publishNotReadyAddresses on headless service ( #30393 )
2024-11-12 08:05:10 +01:00
Robbie Blaine and GitHub
829a6f75a5
[bitnami/nats] Expose podManagementPolicy in Statefulset ( #30218 )
2024-11-06 11:47:17 +01:00
4959500b49
[bitnami/nats] Fix single replica Jetstream ( #29379 )
...
* [bitnami/nats] Fix single replica Jetstream
* Enable Clustering if either:
* `replicaCount > 1`
* Jetstream is disabled
* Allows single replica jetstream to work as expected
Signed-off-by: Robbie Blaine <robbieblaine.rb@gmail.com >
* Update CHANGELOG.md
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com >
* [bitnami/nats] Simple is better
Signed-off-by: Robbie Blaine <robbieblaine.rb@gmail.com >
* Update CHANGELOG.md
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com >
---------
Signed-off-by: Robbie Blaine <robbieblaine.rb@gmail.com >
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com >
Co-authored-by: Bitnami Containers <bitnami-bot@vmware.com >
2024-09-16 11:02:24 +02:00
Robbie Blaine and GitHub
e10702a10c
Remove readme-generator binary ( #29381 )
...
I accidentally committed it in #29371 .
Signed-off-by: Robbie Blaine <robbieblaine.rb@gmail.com >
2024-09-13 10:21:37 +02:00
Robbie Blaine and GitHub
15d5c40828
[bitnami/nats] Add PersistentVolumeRetentionPolicy ( #29371 )
2024-09-12 11:54:56 +00:00