
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [memcached](https://github.com/bitnami/charts/tree/master/bitnami/memcached) ([source](https://github.com/bitnami/charts)) | patch | `6.3.3` -> `6.3.5` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC45Ny4xIiwidXBkYXRlZEluVmVyIjoiMzQuOTcuNSJ9--> Co-authored-by: Michael Kriese <michael.kriese@gmx.de> Reviewed-on: https://codeberg.org/forgejo-contrib/forgejo-helm/pulls/33
42 lines
1.2 KiB
YAML
42 lines
1.2 KiB
YAML
apiVersion: v2
|
|
name: forgejo
|
|
description: Forgejo Helm chart for Kubernetes
|
|
type: application
|
|
version: 0.0.0
|
|
appVersion: 1.18.0-1
|
|
icon: https://design.codeberg.org/logo-kit/icon.svg
|
|
home: https://forgejo.org/
|
|
|
|
keywords:
|
|
- git
|
|
- issue tracker
|
|
- code review
|
|
- wiki
|
|
- forgejo
|
|
- gitea
|
|
- gogs
|
|
sources:
|
|
- https://codeberg.org/forgejo-contrib/forgejo-helm
|
|
- https://codeberg.org/forgejo/forgejo
|
|
maintainers:
|
|
- name: Michael Kriese
|
|
email: michael.kriese@visualon.de
|
|
|
|
# Bitnami charts are served from GitHub CDN - See https://github.com/bitnami/charts/issues/10833 for details
|
|
dependencies:
|
|
- name: memcached
|
|
repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
|
|
version: 6.3.5
|
|
condition: memcached.enabled
|
|
- name: mysql
|
|
repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
|
|
version: 9.4.5
|
|
condition: mysql.enabled
|
|
- name: postgresql
|
|
repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
|
|
version: 12.1.6
|
|
condition: postgresql.enabled
|
|
- name: mariadb
|
|
repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
|
|
version: 11.4.2
|
|
condition: mariadb.enabled
|