mirror of
				https://github.com/zulip/docker-zulip.git
				synced 2025-11-03 21:43:26 +00:00 
			
		
		
		
	Update to Zulip Server 11.0.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
		@@ -27,7 +27,7 @@ WORKDIR /home/zulip
 | 
				
			|||||||
# You can specify these in docker-compose.yml or with
 | 
					# You can specify these in docker-compose.yml or with
 | 
				
			||||||
#   docker build --build-arg "ZULIP_GIT_REF=git_branch_name" .
 | 
					#   docker build --build-arg "ZULIP_GIT_REF=git_branch_name" .
 | 
				
			||||||
ARG ZULIP_GIT_URL=https://github.com/zulip/zulip.git
 | 
					ARG ZULIP_GIT_URL=https://github.com/zulip/zulip.git
 | 
				
			||||||
ARG ZULIP_GIT_REF=10.4
 | 
					ARG ZULIP_GIT_REF=11.0
 | 
				
			||||||
 | 
					
 | 
				
			||||||
RUN git clone "$ZULIP_GIT_URL" && \
 | 
					RUN git clone "$ZULIP_GIT_URL" && \
 | 
				
			||||||
    cd zulip && \
 | 
					    cd zulip && \
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -8,11 +8,11 @@
 | 
				
			|||||||
Hub](https://hub.docker.com/r/zulip/docker-zulip):
 | 
					Hub](https://hub.docker.com/r/zulip/docker-zulip):
 | 
				
			||||||
 | 
					
 | 
				
			||||||
```console
 | 
					```console
 | 
				
			||||||
$ docker pull zulip/docker-zulip:10.4-0
 | 
					$ docker pull zulip/docker-zulip:11.0-0
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Current Zulip version: `10.4`
 | 
					Current Zulip version: `11.0`
 | 
				
			||||||
Current Docker image version: `10.4-0`
 | 
					Current Docker image version: `11.0-0`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
We recommend using the Docker image if your organization has a
 | 
					We recommend using the Docker image if your organization has a
 | 
				
			||||||
preference for deploying services using Docker. Deploying with Docker
 | 
					preference for deploying services using Docker. Deploying with Docker
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -48,14 +48,14 @@ services:
 | 
				
			|||||||
    volumes:
 | 
					    volumes:
 | 
				
			||||||
      - "redis:/data:rw"
 | 
					      - "redis:/data:rw"
 | 
				
			||||||
  zulip:
 | 
					  zulip:
 | 
				
			||||||
    image: "zulip/docker-zulip:10.4-0"
 | 
					    image: "zulip/docker-zulip:11.0-0"
 | 
				
			||||||
    restart: unless-stopped
 | 
					    restart: unless-stopped
 | 
				
			||||||
    build:
 | 
					    build:
 | 
				
			||||||
      context: .
 | 
					      context: .
 | 
				
			||||||
      args:
 | 
					      args:
 | 
				
			||||||
        ## Change these if you want to build zulip from a different repo/branch
 | 
					        ## Change these if you want to build zulip from a different repo/branch
 | 
				
			||||||
        ZULIP_GIT_URL: https://github.com/zulip/zulip.git
 | 
					        ZULIP_GIT_URL: https://github.com/zulip/zulip.git
 | 
				
			||||||
        ZULIP_GIT_REF: "10.4"
 | 
					        ZULIP_GIT_REF: "11.0"
 | 
				
			||||||
        ## Set this up if you plan to use your own CA certificate bundle for building
 | 
					        ## Set this up if you plan to use your own CA certificate bundle for building
 | 
				
			||||||
        # CUSTOM_CA_CERTIFICATES:
 | 
					        # CUSTOM_CA_CERTIFICATES:
 | 
				
			||||||
    ports:
 | 
					    ports:
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,4 +1,8 @@
 | 
				
			|||||||
## [0.10.3] - 2025-07-02
 | 
					## [0.11.0] - 2025-08-13
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					- Update to Zulip Server 11.0
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					## [0.10.4] - 2025-07-02
 | 
				
			||||||
 | 
					
 | 
				
			||||||
- Update to Zulip Server 10.4
 | 
					- Update to Zulip Server 10.4
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -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
 | 
					## incremented each time you make changes to the chart and its
 | 
				
			||||||
## templates, including the app version.  Versions are expected to
 | 
					## templates, including the app version.  Versions are expected to
 | 
				
			||||||
## follow Semantic Versioning (https://semver.org/)
 | 
					## follow Semantic Versioning (https://semver.org/)
 | 
				
			||||||
version: 0.10.4
 | 
					version: 0.11.0
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## This is the version number of the application being deployed. This
 | 
					## This is the version number of the application being deployed. This
 | 
				
			||||||
## version number should be incremented each time you make changes to
 | 
					## version number should be incremented each time you make changes to
 | 
				
			||||||
## the application. Versions are not expected to follow Semantic
 | 
					## the application. Versions are not expected to follow Semantic
 | 
				
			||||||
## Versioning. They should reflect the version the application is
 | 
					## Versioning. They should reflect the version the application is
 | 
				
			||||||
## using.  It is recommended to use it with quotes.
 | 
					## using.  It is recommended to use it with quotes.
 | 
				
			||||||
appVersion: "10.4-0"
 | 
					appVersion: "11.0-0"
 | 
				
			||||||
dependencies:
 | 
					dependencies:
 | 
				
			||||||
  - name: memcached
 | 
					  - name: memcached
 | 
				
			||||||
    repository: oci://registry-1.docker.io/bitnamicharts
 | 
					    repository: oci://registry-1.docker.io/bitnamicharts
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,6 +1,6 @@
 | 
				
			|||||||
# Zulip
 | 
					# Zulip
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  
 | 
					  
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[Zulip](https://zulip.com/) is an open source threaded team chat that helps teams stay productive and focused.
 | 
					[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 | `""` |  |
 | 
					| fullnameOverride | string | `""` |  |
 | 
				
			||||||
| image.pullPolicy | string | `"IfNotPresent"` |  |
 | 
					| image.pullPolicy | string | `"IfNotPresent"` |  |
 | 
				
			||||||
| image.repository | string | `"zulip/docker-zulip"` |  |
 | 
					| image.repository | string | `"zulip/docker-zulip"` |  |
 | 
				
			||||||
| image.tag | string | `"10.4-0"` |  |
 | 
					| image.tag | string | `"11.0-0"` |  |
 | 
				
			||||||
| imagePullSecrets | list | `[]` |  |
 | 
					| imagePullSecrets | list | `[]` |  |
 | 
				
			||||||
| ingress.annotations | object | `{}` |  |
 | 
					| ingress.annotations | object | `{}` |  |
 | 
				
			||||||
| ingress.enabled | bool | `false` |  |
 | 
					| ingress.enabled | bool | `false` |  |
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -17,7 +17,7 @@ image:
 | 
				
			|||||||
  ## Ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
 | 
					  ## Ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
 | 
				
			||||||
  pullPolicy: IfNotPresent
 | 
					  pullPolicy: IfNotPresent
 | 
				
			||||||
  ## Zulip image tag (immutable tags are recommended)
 | 
					  ## Zulip image tag (immutable tags are recommended)
 | 
				
			||||||
  tag: "10.4-0"
 | 
					  tag: "11.0-0"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Global Docker registry secret names as an array.
 | 
					## Global Docker registry secret names as an array.
 | 
				
			||||||
imagePullSecrets: []
 | 
					imagePullSecrets: []
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -86,7 +86,7 @@ spec:
 | 
				
			|||||||
            - name: postgresql-persistent-storage
 | 
					            - name: postgresql-persistent-storage
 | 
				
			||||||
              mountPath: /var/lib/postgresql/data
 | 
					              mountPath: /var/lib/postgresql/data
 | 
				
			||||||
        - name: zulip
 | 
					        - name: zulip
 | 
				
			||||||
          image: zulip/docker-zulip:10.4-0
 | 
					          image: zulip/docker-zulip:11.0-0
 | 
				
			||||||
          resources:
 | 
					          resources:
 | 
				
			||||||
            limits:
 | 
					            limits:
 | 
				
			||||||
              cpu: 100m
 | 
					              cpu: 100m
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user