mirror of
				https://github.com/zulip/docker-zulip.git
				synced 2025-10-30 19:43:36 +00:00 
			
		
		
		
	Update Helm chart to 0.4.0 with Zulip Server 5.7.
This commit is contained in:
		| @@ -1,3 +1,7 @@ | |||||||
|  | ## [0.5.0] - 2022-11-16 | ||||||
|  |  | ||||||
|  | - Update Zulip Server to 5.7 | ||||||
|  |  | ||||||
| ## [0.4.0] - 2022-06-21 | ## [0.4.0] - 2022-06-21 | ||||||
|  |  | ||||||
| - Update Zulip Server 5.2 to 5.6 | - Update Zulip Server 5.2 to 5.6 | ||||||
|   | |||||||
| @@ -12,7 +12,7 @@ version: 0.4.0 | |||||||
| # incremented each time you make changes to the application. Versions are not expected to | # 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. | # follow Semantic Versioning. They should reflect the version the application is using. | ||||||
| # It is recommended to use it with quotes. | # It is recommended to use it with quotes. | ||||||
| appVersion: "5.6-0" | appVersion: "5.7-0" | ||||||
| dependencies: | dependencies: | ||||||
|   - name: memcached |   - name: memcached | ||||||
|     repository: https://charts.bitnami.com/bitnami |     repository: https://charts.bitnami.com/bitnami | ||||||
|   | |||||||
| @@ -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 | `""` | Fully override common.names.fullname template. | | | 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.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.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.6-0"` | Zulip image tag (immutable tags are recommended) | | | image.tag | string | `"5.7-0"` | Zulip image tag (immutable tags are recommended) | | ||||||
| | imagePullSecrets | list | `[]` | Global Docker registry secret names as an array. | | | imagePullSecrets | list | `[]` | Global Docker registry secret names as an array. | | ||||||
| | ingress.annotations | object | `{}` | Can be used to add custom Ingress annotations. | | | 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. | | | 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 |   # Ref: https://kubernetes.io/docs/user-guide/images/#pre-pulling-images | ||||||
|   pullPolicy: IfNotPresent |   pullPolicy: IfNotPresent | ||||||
|   # -- Zulip image tag (immutable tags are recommended) |   # -- Zulip image tag (immutable tags are recommended) | ||||||
|   tag: "5.6-0" |   tag: "5.7-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 |               mountPath: /var/lib/postgresql | ||||||
|         - name: zulip |         - name: zulip | ||||||
|           image: zulip/docker-zulip:5.6-0 |           image: zulip/docker-zulip:5.7-0 | ||||||
|           resources: |           resources: | ||||||
|             limits: |             limits: | ||||||
|               cpu: 100m |               cpu: 100m | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user