Skip to content

Commit 9484460

Browse files
committed
helm: Major version bump for the incompatible changes.
1 parent 5052149 commit 9484460

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

kubernetes/chart/zulip/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [1.11.4] - 2025-11-25
2+
3+
- Switch to a new `CERTIFICATES` env var, which combines of `DISABLE_HTTPS` and
4+
`SSL_CERTIFICATE_GENERATION`. The chart defaults to HTTP-only.
5+
- PostgreSQL container now defaults to running as non-root.
6+
- Chart dependencies remain the bitnamilegacy images, which are unmaintained;
7+
they have been updated to their latest versions.
8+
- Fix startupProbe and livenessProbe to use the healthcheck endpoint.
9+
- Add ingress.className setting.
10+
111
## [0.11.4] - 2025-10-23
212

313
- Update to Zulip Server 11.4
@@ -141,6 +151,7 @@
141151
## [0.3.0] - 2022-04-21
142152

143153
- Update dependencies:
154+
144155
- Helm charts:
145156

146157
| Repository | Name | Version |

kubernetes/chart/zulip/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ maintainers:
1010
## incremented each time you make changes to the chart and its
1111
## templates, including the app version. Versions are expected to
1212
## follow Semantic Versioning (https://semver.org/)
13-
version: 0.11.42
13+
version: 1.11.4
1414

1515
## This is the version number of the application being deployed. This
1616
## version number should be incremented each time you make changes to

0 commit comments

Comments
 (0)