forked from lunny/helm-chart
a4e5943ca5
Upgrade mariadb Helm chart to 8.0.0 The names of the values changed in the new Helm chart, see [1]. Thus the Helm chart ships breaking changes and therefore bump the major version of this Chart.yaml (not sure if you use semver?) Furthermore, there is a bug [2] where not setting the root password results in the mariadb entering a CrashLoopBackOff when re-installing it. Thus set it (as done in the mysql values already). [1] https://github.com/bitnami/charts/commit/1206942b69c02a140a60e4e5ab59bf6d53d5b7e6 [2] https://github.com/bitnami/charts/issues/3884 Co-authored-by: Andre Schröder <andre.schroedr@gmail.com> Reviewed-on: https://gitea.com/gitea/helm-chart/pulls/48 Reviewed-by: Andrew Thornton <art27@cantab.net> Reviewed-by: luhahn <luhahn@noreply.gitea.io> Co-Authored-By: schra <schra@noreply.gitea.io> Co-Committed-By: schra <schra@noreply.gitea.io>
46 lines
1.1 KiB
YAML
46 lines
1.1 KiB
YAML
apiVersion: v2
|
|
name: gitea
|
|
description: Gitea Helm chart for Kubernetes
|
|
type: application
|
|
version: 2.0.0
|
|
appVersion: 1.12.5
|
|
icon: https://docs.gitea.io/images/gitea.png
|
|
|
|
keywords:
|
|
- git
|
|
- issue tracker
|
|
- code review
|
|
- wiki
|
|
- gitea
|
|
- gogs
|
|
sources:
|
|
- https://github.com/go-gitea/gitea
|
|
- https://hub.docker.com/r/gitea/gitea/
|
|
maintainers:
|
|
- name: Charlie Drage
|
|
email: charlie@charliedrage.com
|
|
- name: Gitea Authors
|
|
email: maintainers@gitea.io
|
|
- name: Konrad Lother
|
|
email: konrad.lother@novum-rgi.de
|
|
- name: Lucas Hahn
|
|
email: lucas.hahn@novum-rgi.de
|
|
|
|
dependencies:
|
|
- name: memcached
|
|
repository: https://charts.bitnami.com/bitnami
|
|
version: 4.2.20
|
|
condition: gitea.cache.builtIn.enabled
|
|
- name: mysql
|
|
repository: https://charts.bitnami.com/bitnami
|
|
version: 6.14.10
|
|
condition: gitea.database.builtIn.mysql.enabled
|
|
- name: postgresql
|
|
repository: https://charts.bitnami.com/bitnami
|
|
version: 9.7.2
|
|
condition: gitea.database.builtIn.postgresql.enabled
|
|
- name: mariadb
|
|
repository: https://charts.bitnami.com/bitnami
|
|
version: 8.0.0
|
|
condition: gitea.database.builtIn.mariadb.enabled
|