Skip to content

Commit f445fc5

Browse files
authored
helm: Update README to reflect recent changes.
1 parent c9d1b79 commit f445fc5

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

kubernetes/chart/zulip/README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ Now you're ready to follow [the installation instructions above](#installation).
9696
| serviceAccount.annotations | object | `{}` | Annotations to add to the service account. |
9797
| serviceAccount.create | bool | `true` | Specifies whether a service account should be created. |
9898
| serviceAccount.name | string | `""` | The name of the service account to use. If not set and create is true, a name is generated using the fullname template |
99+
| sidecars | list | `[]` | |
99100
| startupProbe | object | `{"enabled":true,"failureThreshold":30,"initialDelaySeconds":10,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":5}` | Startup probe values. Ref: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#container-probes |
100101
| statefulSetAnnotations | object | `{}` | Custom annotations to add to the Zulip StatefulSet. |
101102
| statefulSetLabels | object | `{}` | Custom labels to add to the Zulip StatefulSet. |
@@ -111,7 +112,8 @@ Now you're ready to follow [the installation instructions above](#installation).
111112
| zulip.environment.SETTING_ZULIP_ADMINISTRATOR | string | `"[email protected]"` | |
112113
| zulip.environment.SSL_CERTIFICATE_GENERATION | string | `"self-signed"` | Set SSL certificate generation to self-signed because Kubernetes manages the client-facing SSL certs. |
113114
| zulip.environment.ZULIP_AUTH_BACKENDS | string | `"EmailAuthBackend"` | |
114-
| zulip.persistence | object | `{"accessMode":"ReadWriteOnce","enabled":true,"size":"10Gi"}` | If `persistence.existingClaim` is not set, a PVC is generated with these specifications. |
115+
| zulip.persistence | object | `{"accessMode":"ReadWriteOnce","enabled":true,"size":"10Gi","storageClass":null}` | If `persistence.existingClaim` is not set, a PVC is generated with these specifications. |
116+
| zulip.persistence.storageClass | string | `nil` | Set storageClass to use. |
115117

116118
## About this helm chart
117119

@@ -140,7 +142,7 @@ image, because it contains the Postgresql plugins that are needed to run Zulip.
140142

141143
| Repository | Name | Version |
142144
|------------|------|---------|
143-
| https://charts.bitnami.com/bitnami | memcached | 6.0.16 |
144-
| https://charts.bitnami.com/bitnami | postgresql | 11.1.22 |
145-
| https://charts.bitnami.com/bitnami | rabbitmq | 8.32.0 |
146-
| https://charts.bitnami.com/bitnami | redis | 16.8.7 |
145+
| oci://registry-1.docker.io/bitnamicharts | memcached | 7.4.16 |
146+
| oci://registry-1.docker.io/bitnamicharts | postgresql | 15.5.32 |
147+
| oci://registry-1.docker.io/bitnamicharts | rabbitmq | 14.7.0 |
148+
| oci://registry-1.docker.io/bitnamicharts | redis | 20.1.4 |

0 commit comments

Comments
 (0)