Update to Zulip Server 11.2.

This commit is contained in:
Alex Vandiver
2025-09-16 10:02:23 -04:00
parent 3a6c3a47ac
commit 4fcf3d694a
8 changed files with 16 additions and 12 deletions

View File

@@ -1,3 +1,7 @@
## [0.11.2] - 2025-09-16
- Update to Zulip Server 11.2
## [0.11.1] - 2025-09-11
- Update to Zulip Server 11.1

View File

@@ -7,14 +7,14 @@ icon: https://raw.githubusercontent.com/zulip/zulip/main/static/images/logo/zuli
## 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.11.1
version: 0.11.2
## 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: "11.1-0"
appVersion: "11.2-0"
dependencies:
- name: memcached
repository: oci://registry-1.docker.io/bitnamicharts

View File

@@ -1,6 +1,6 @@
# Zulip
![Version: 0.11.1](https://img.shields.io/badge/Version-0.11.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 11.1-0](https://img.shields.io/badge/AppVersion-11.1--0-informational?style=flat-square)
![Version: 0.11.2](https://img.shields.io/badge/Version-0.11.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 11.2-0](https://img.shields.io/badge/AppVersion-11.2--0-informational?style=flat-square)
[Zulip](https://zulip.com/) is an open source threaded team chat that helps teams stay productive and focused.
@@ -72,7 +72,7 @@ Now you're ready to follow [the installation instructions above](#installation).
| fullnameOverride | string | `""` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"zulip/docker-zulip"` | |
| image.tag | string | `"11.1-0"` | |
| image.tag | string | `"11.2-0"` | |
| imagePullSecrets | list | `[]` | |
| ingress.annotations | object | `{}` | |
| ingress.enabled | bool | `false` | |

View File

@@ -17,7 +17,7 @@ image:
## Ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
pullPolicy: IfNotPresent
## Zulip image tag (immutable tags are recommended)
tag: "11.1-0"
tag: "11.2-0"
## Global Docker registry secret names as an array.
imagePullSecrets: []

View File

@@ -86,7 +86,7 @@ spec:
- name: postgresql-persistent-storage
mountPath: /var/lib/postgresql/data
- name: zulip
image: zulip/docker-zulip:11.1-0
image: zulip/docker-zulip:11.2-0
resources:
limits:
cpu: 100m