mirror of
				https://github.com/zulip/docker-zulip.git
				synced 2025-11-04 05:53:19 +00:00 
			
		
		
		
	Update versions for Zulip Server 5.4.
This commit is contained in:
		@@ -1,6 +1,6 @@
 | 
			
		||||
## [0.4.0] - 2022-06-21
 | 
			
		||||
 | 
			
		||||
- Update Zulip Server 5.2 to 5.3
 | 
			
		||||
- Update Zulip Server 5.2 to 5.4
 | 
			
		||||
 | 
			
		||||
## [0.3.0] - 2022-04-21
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -12,7 +12,7 @@ version: 0.4.0
 | 
			
		||||
# 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: "5.3-0"
 | 
			
		||||
appVersion: "5.4-0"
 | 
			
		||||
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 | `"5.3-0"` | Zulip image tag (immutable tags are recommended) |
 | 
			
		||||
| image.tag | string | `"5.4-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. |
 | 
			
		||||
 
 | 
			
		||||
@@ -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: "5.3-0"
 | 
			
		||||
  tag: "5.4-0"
 | 
			
		||||
 | 
			
		||||
# -- Global Docker registry secret names as an array.
 | 
			
		||||
imagePullSecrets: []
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user