40 lines
1.2 KiB
YAML
40 lines
1.2 KiB
YAML
apiVersion: v2
|
|
name: actions
|
|
description: Gitea Actions chart for Kubernetes
|
|
type: application
|
|
version: 0.0.0
|
|
# renovate datasource=github-releases depName=go-gitea/act extractVersion=^v(?<version>.*)$
|
|
appVersion: 0.261.3
|
|
|
|
keywords:
|
|
- cicd
|
|
- runner
|
|
- actions
|
|
sources:
|
|
- https://gitea.com/gitea/helm-actions
|
|
- https://gitea.com/gitea/act
|
|
# FIXME:
|
|
# maintainers:
|
|
|
|
dependencies:
|
|
# https://github.com/bitnami/charts/blob/main/bitnami/postgresql
|
|
- name: postgresql
|
|
repository: oci://registry-1.docker.io/bitnamicharts
|
|
version: 16.4.14
|
|
condition: postgresql.enabled
|
|
# https://github.com/bitnami/charts/blob/main/bitnami/postgresql-ha/Chart.yaml
|
|
- name: postgresql-ha
|
|
repository: oci://registry-1.docker.io/bitnamicharts
|
|
version: 15.2.3
|
|
condition: postgresql-ha.enabled
|
|
# https://github.com/bitnami/charts/blob/main/bitnami/redis-cluster/Chart.yaml
|
|
- name: redis-cluster
|
|
repository: oci://registry-1.docker.io/bitnamicharts
|
|
version: 11.4.3
|
|
condition: redis-cluster.enabled
|
|
# https://github.com/bitnami/charts/blob/main/bitnami/redis/Chart.yaml
|
|
- name: redis
|
|
repository: oci://registry-1.docker.io/bitnamicharts
|
|
version: 20.8.0
|
|
condition: redis.enabled
|