mirror of
https://github.com/bitnami/charts.git
synced 2026-03-08 00:37:41 +08:00
* [bitnami/discourse] Update plugins to compatible versions This change introduces a new helm value `discourse.compatiblePlugins` which is per default enabled. If enabled and the plugins are persisted (`discourse.persistPlugins`) it will update all plugins to the latest version (same as on first time installation) on initialization. Then it will update all plugins to a compatible version (for upgrade and first time installation). This change should fix upgrades with outdated plugins and fix install if a plugin already has a newer version. Signed-off-by: Gernot Pansy <gernot@pansy.at> * [bitnami/discourse] Bump chart version to 12.8.0 Signed-off-by: Gernot Pansy <gernot@pansy.at> * Update README.md with readme-generator-for-helm Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> --------- Signed-off-by: Gernot Pansy <gernot@pansy.at> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Co-authored-by: Bitnami Containers <bitnami-bot@vmware.com>
45 lines
1.3 KiB
YAML
45 lines
1.3 KiB
YAML
# Copyright VMware, Inc.
|
|
# SPDX-License-Identifier: APACHE-2.0
|
|
|
|
annotations:
|
|
category: Forum
|
|
licenses: Apache-2.0
|
|
images: |
|
|
- name: discourse
|
|
image: docker.io/bitnami/discourse:3.2.1-debian-12-r0
|
|
- name: os-shell
|
|
image: docker.io/bitnami/os-shell:12-debian-12-r16
|
|
apiVersion: v2
|
|
appVersion: 3.2.1
|
|
dependencies:
|
|
- condition: redis.enabled
|
|
name: redis
|
|
repository: oci://registry-1.docker.io/bitnamicharts
|
|
version: 18.X.X
|
|
- condition: postgresql.enabled
|
|
name: postgresql
|
|
repository: oci://registry-1.docker.io/bitnamicharts
|
|
version: 13.X.X
|
|
- name: common
|
|
repository: oci://registry-1.docker.io/bitnamicharts
|
|
tags:
|
|
- bitnami-common
|
|
version: 2.x.x
|
|
description: Discourse is an open source discussion platform with built-in moderation and governance systems that let discussion communities protect themselves from bad actors even without official moderators.
|
|
home: https://bitnami.com
|
|
icon: https://bitnami.com/assets/stacks/discourse/img/discourse-stack-220x234.png
|
|
keywords:
|
|
- community
|
|
- forum
|
|
maintainers:
|
|
- name: VMware, Inc.
|
|
url: https://github.com/bitnami/charts
|
|
- email: username.taken@gmail.com
|
|
name: paulczar
|
|
- email: preteluca@gmail.com
|
|
name: lucaprete
|
|
name: discourse
|
|
sources:
|
|
- https://github.com/bitnami/charts/tree/main/bitnami/discourse
|
|
version: 12.8.0
|