File tree Expand file tree Collapse file tree 7 files changed +15
-11
lines changed Expand file tree Collapse file tree 7 files changed +15
-11
lines changed Original file line number Diff line number Diff line change @@ -6,10 +6,10 @@ This is a container image for running [Zulip](https://zulip.com)
6
6
([ GitHub] ( https://github.com/zulip/zulip ) ) in
7
7
[ production] [ prod-overview ] . Image available from:
8
8
9
- - [ ** Docker Hub** ] ( https://hub.docker.com/r/zulip/docker-zulip ) (` docker pull zulip/docker-zulip:9.1-2 ` )
9
+ - [ ** Docker Hub** ] ( https://hub.docker.com/r/zulip/docker-zulip ) (` docker pull zulip/docker-zulip:9.1-3 ` )
10
10
11
11
Current Zulip version: ` 9.1 `
12
- Current Docker image version: ` 9.1-2 `
12
+ Current Docker image version: ` 9.1-3 `
13
13
14
14
Project status: ** Alpha** . While this project works and is
15
15
used by many sites in production, configuring is substantially more
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ services:
49
49
volumes :
50
50
- " redis:/data:rw"
51
51
zulip :
52
- image : " zulip/docker-zulip:9.1-2 "
52
+ image : " zulip/docker-zulip:9.1-3 "
53
53
restart : unless-stopped
54
54
build :
55
55
context : .
Original file line number Diff line number Diff line change 1
- ## [ 0.9.12] - 2024-08=28
1
+ ## [ 0.9.13] - 2024-09-09
2
+
3
+ - More thoroughly remove the ` ubuntu ` user
4
+
5
+ ## [ 0.9.12] - 2024-09-09
2
6
3
7
- Fix consistent user-ID for ` zulip ` user
4
8
5
- ## [ 0.9.11] - 2024-08= 28
9
+ ## [ 0.9.11] - 2024-08- 28
6
10
7
11
- Packaging updates for Docker
8
12
Original file line number Diff line number Diff line change @@ -6,13 +6,13 @@ icon: https://raw.githubusercontent.com/zulip/zulip/main/static/images/logo/zuli
6
6
# This is the chart version. This version number should be incremented each time you make changes
7
7
# to the chart and its templates, including the app version.
8
8
# Versions are expected to follow Semantic Versioning (https://semver.org/)
9
- version : 0.9.12
9
+ version : 0.9.13
10
10
11
11
# This is the version number of the application being deployed. This version number should be
12
12
# incremented each time you make changes to the application. Versions are not expected to
13
13
# follow Semantic Versioning. They should reflect the version the application is using.
14
14
# It is recommended to use it with quotes.
15
- appVersion : " 9.1-2 "
15
+ appVersion : " 9.1-3 "
16
16
dependencies :
17
17
- name : memcached
18
18
repository : https://charts.bitnami.com/bitnami
Original file line number Diff line number Diff line change 1
1
# Zulip
2
2
3
- ![ Version: 0.9.12 ] ( https://img.shields.io/badge/Version-0.9.12 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 9.1-2 ] ( https://img.shields.io/badge/AppVersion-9.1--2 -informational?style=flat-square )
3
+ ![ Version: 0.9.13 ] ( https://img.shields.io/badge/Version-0.9.13 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 9.1-3 ] ( https://img.shields.io/badge/AppVersion-9.1--3 -informational?style=flat-square )
4
4
5
5
[ Zulip] ( https://zulip.com/ ) is an open source threaded team chat that helps teams stay productive and focused.
6
6
@@ -72,7 +72,7 @@ Now you're ready to follow [the installation instructions above](#installation).
72
72
| fullnameOverride | string | ` "" ` | Fully override common.names.fullname template. |
73
73
| image.pullPolicy | string | ` "IfNotPresent" ` | Pull policy for Zulip docker image. Ref: https://kubernetes.io/docs/user-guide/images/#pre-pulling-images |
74
74
| image.repository | string | ` "zulip/docker-zulip" ` | Defaults to hub.docker.com/zulip/docker-zulip, but can be overwritten with a full HTTPS address. |
75
- | image.tag | string | ` "9.1-2 " ` | Zulip image tag (immutable tags are recommended) |
75
+ | image.tag | string | ` "9.1-3 " ` | Zulip image tag (immutable tags are recommended) |
76
76
| imagePullSecrets | list | ` [] ` | Global Docker registry secret names as an array. |
77
77
| ingress.annotations | object | ` {} ` | Can be used to add custom Ingress annotations. |
78
78
| ingress.enabled | bool | ` false ` | Enable this to use an Ingress to reach the Zulip service. |
Original file line number Diff line number Diff line change 15
15
# Ref: https://kubernetes.io/docs/user-guide/images/#pre-pulling-images
16
16
pullPolicy : IfNotPresent
17
17
# -- Zulip image tag (immutable tags are recommended)
18
- tag : " 9.1-2 "
18
+ tag : " 9.1-3 "
19
19
20
20
# -- Global Docker registry secret names as an array.
21
21
imagePullSecrets : []
Original file line number Diff line number Diff line change 86
86
- name : postgresql-persistent-storage
87
87
mountPath : /var/lib/postgresql
88
88
- name : zulip
89
- image : zulip/docker-zulip:9.1-2
89
+ image : zulip/docker-zulip:9.1-3
90
90
resources :
91
91
limits :
92
92
cpu : 100m
You can’t perform that action at this time.
0 commit comments