mirror of
https://github.com/zulip/docker-zulip.git
synced 2025-11-02 13:03:32 +00:00
45 lines
1.5 KiB
YAML
45 lines
1.5 KiB
YAML
apiVersion: v2
|
|
description: Zulip is an open source threaded team chat that helps teams stay productive and focused.
|
|
name: zulip
|
|
type: application
|
|
icon: https://raw.githubusercontent.com/zulip/zulip/main/static/images/logo/zulip-icon-square.svg
|
|
## This is the chart version. This version number should be
|
|
## incremented each time you make changes to the chart and its
|
|
## templates, including the app version. Versions are expected to
|
|
## follow Semantic Versioning (https://semver.org/)
|
|
version: 0.11.1
|
|
|
|
## This is the version number of the application being deployed. This
|
|
## version number should be 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: "11.1-0"
|
|
dependencies:
|
|
- name: memcached
|
|
repository: oci://registry-1.docker.io/bitnamicharts
|
|
tags:
|
|
- memcached
|
|
version: 7.4.16
|
|
- name: rabbitmq
|
|
repository: oci://registry-1.docker.io/bitnamicharts
|
|
tags:
|
|
- rabbitmq
|
|
version: 14.7.0
|
|
- name: redis
|
|
repository: oci://registry-1.docker.io/bitnamicharts
|
|
tags:
|
|
- redis
|
|
version: 20.1.4
|
|
- name: postgresql
|
|
repository: oci://registry-1.docker.io/bitnamicharts
|
|
tags:
|
|
- postgresql
|
|
## Note: values.yaml overwrites posgresql image to zulip/zulip-postgresql:14
|
|
version: 15.5.32
|
|
|
|
sources:
|
|
- https://github.com/zulip/zulip
|
|
- https://github.com/zulip/docker-zulip
|
|
- https://hub.docker.com/r/zulip/docker-zulip
|