Update to Zulip Server 7.2.

This commit is contained in:
Alex Vandiver
2023-07-05 20:13:15 +00:00
parent 52d89c5c40
commit 14839b99b6
8 changed files with 16 additions and 12 deletions

View File

@@ -1,3 +1,7 @@
## [0.7.2] - 2023-07-05
- Update Zulip Server to 7.2
## [0.7.1] - 2023-06-13
- Update Zulip Server to 7.1

View File

@@ -6,13 +6,13 @@ icon: https://raw.githubusercontent.com/zulip/zulip/main/static/images/logo/zuli
# This is the chart version. This version number should be 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.7.1
version: 0.7.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: "7.1-0"
appVersion: "7.2-0"
dependencies:
- name: memcached
repository: https://charts.bitnami.com/bitnami

View File

@@ -1,6 +1,6 @@
# Zulip
![Version: 0.4.0](https://img.shields.io/badge/Version-0.4.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 7.1-0](https://img.shields.io/badge/AppVersion-7.1--0-informational?style=flat-square)
![Version: 0.4.0](https://img.shields.io/badge/Version-0.4.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 7.2-0](https://img.shields.io/badge/AppVersion-7.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 | `""` | Fully override common.names.fullname template. |
| image.pullPolicy | string | `"IfNotPresent"` | Pull policy for Zulip docker image. Ref: https://kubernetes.io/docs/user-guide/images/#pre-pulling-images |
| image.repository | string | `"zulip/docker-zulip"` | Defaults to hub.docker.com/zulip/docker-zulip, but can be overwritten with a full HTTPS address. |
| image.tag | string | `"7.1-0"` | Zulip image tag (immutable tags are recommended) |
| image.tag | string | `"7.2-0"` | Zulip image tag (immutable tags are recommended) |
| imagePullSecrets | list | `[]` | Global Docker registry secret names as an array. |
| ingress.annotations | object | `{}` | Can be used to add custom Ingress annotations. |
| ingress.enabled | bool | `false` | Enable this to use an Ingress to reach the Zulip service. |

View File

@@ -15,7 +15,7 @@ image:
# Ref: https://kubernetes.io/docs/user-guide/images/#pre-pulling-images
pullPolicy: IfNotPresent
# -- Zulip image tag (immutable tags are recommended)
tag: "7.1-0"
tag: "7.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
- name: zulip
image: zulip/docker-zulip:7.1-0
image: zulip/docker-zulip:7.2-0
resources:
limits:
cpu: 100m