mirror of
				https://github.com/zulip/docker-zulip.git
				synced 2025-10-31 20:13:37 +00:00 
			
		
		
		
	Release 9.1-1 packaging update.
This commit is contained in:
		| @@ -6,10 +6,10 @@ This is a container image for running [Zulip](https://zulip.com) | ||||
| ([GitHub](https://github.com/zulip/zulip)) in | ||||
| [production][prod-overview]. Image available from: | ||||
|  | ||||
| - [**Docker Hub**](https://hub.docker.com/r/zulip/docker-zulip) (`docker pull zulip/docker-zulip:9.1-0`) | ||||
| - [**Docker Hub**](https://hub.docker.com/r/zulip/docker-zulip) (`docker pull zulip/docker-zulip:9.1-1`) | ||||
|  | ||||
| Current Zulip version: `9.1` | ||||
| Current Docker image version: `9.1-0` | ||||
| Current Docker image version: `9.1-1` | ||||
|  | ||||
| Project status: **Alpha**. While this project works and is | ||||
| used by many sites in production, configuring is substantially more | ||||
|   | ||||
| @@ -49,7 +49,7 @@ services: | ||||
|     volumes: | ||||
|       - "redis:/data:rw" | ||||
|   zulip: | ||||
|     image: "zulip/docker-zulip:9.1-0" | ||||
|     image: "zulip/docker-zulip:9.1-1" | ||||
|     restart: unless-stopped | ||||
|     build: | ||||
|       context: . | ||||
|   | ||||
| @@ -1,3 +1,7 @@ | ||||
| ## [0.9.11] - 2024-08=28 | ||||
|  | ||||
| - Packaging updates for Docker | ||||
|  | ||||
| ## [0.9.1] - 2024-08-02 | ||||
|  | ||||
| - Update Zulip Server to 9.1 | ||||
|   | ||||
| @@ -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.9.1 | ||||
| version: 0.9.11 | ||||
|  | ||||
| # 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: "9.1-0" | ||||
| appVersion: "9.1-1" | ||||
| dependencies: | ||||
|   - name: memcached | ||||
|     repository: https://charts.bitnami.com/bitnami | ||||
|   | ||||
| @@ -1,6 +1,6 @@ | ||||
| # Zulip | ||||
|  | ||||
|    | ||||
|    | ||||
|  | ||||
| [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 | `"9.1-0"` | Zulip image tag (immutable tags are recommended) | | ||||
| | image.tag | string | `"9.1-1"` | 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. | | ||||
|   | ||||
| @@ -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: "9.1-0" | ||||
|   tag: "9.1-1" | ||||
|  | ||||
| # -- Global Docker registry secret names as an array. | ||||
| imagePullSecrets: [] | ||||
|   | ||||
| @@ -86,7 +86,7 @@ spec: | ||||
|             - name: postgresql-persistent-storage | ||||
|               mountPath: /var/lib/postgresql | ||||
|         - name: zulip | ||||
|           image: zulip/docker-zulip:9.1-0 | ||||
|           image: zulip/docker-zulip:9.1-1 | ||||
|           resources: | ||||
|             limits: | ||||
|               cpu: 100m | ||||
|   | ||||
		Reference in New Issue
	
	Block a user