@@ -71,8 +71,8 @@ Now you're ready to follow [the installation instructions above](#installation).
71
71
| affinity | object | ` {} ` | Affinity for pod assignment. Ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity |
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
- | 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 | ` "6.1-0 " ` | Zulip image tag (immutable tags are recommended) |
74
+ | image.repository | string | ` "ghcr.io/ zulip/zulip" ` | Image repository. Override this only if using a forked or otherwise custom image . |
75
+ | image.tag | string | ` "6.1-1 " ` | 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. |
@@ -116,11 +116,12 @@ Now you're ready to follow [the installation instructions above](#installation).
116
116
## About this helm chart
117
117
118
118
This helm chart sets up a StatefulSet that runs a Zulip pod, that in turn runs
119
- the [ docker-zulip] ( https://hub.docker.com/r/zulip/docker-zulip/ ) Dockerized
120
- Zulip version. Configuration of Zulip happens through environment variables that
121
- are defined in the ` values.yaml ` under ` zulip.environment ` . These environment
122
- variables are forwarded to the Docker container, you can read more about
123
- configuring Zulip through environment variables
119
+ the [ Dockerized Zulip
120
+ version] ( https://github.com/orgs/zulip/packages/container/package/zulip ) .
121
+ Configuration of Zulip happens through environment variables that are defined
122
+ in the ` values.yaml ` under ` zulip.environment ` . These environment variables are
123
+ forwarded to the Docker container, you can read more about configuring Zulip
124
+ through environment variables
124
125
[ here] ( https://github.com/zulip/docker-zulip/#configuration ) .
125
126
126
127
### Dependencies
0 commit comments