46 lines
967 B
YAML
46 lines
967 B
YAML
---
|
|
helmDefaults:
|
|
atomic: true
|
|
wait: true
|
|
|
|
repositories:
|
|
- name: gitea-charts
|
|
url: https://dl.gitea.io/charts/
|
|
- name: woodpecker
|
|
url: https://woodpecker-ci.org/helm-charts
|
|
- name: harbor
|
|
url: https://helm.goharbor.io
|
|
|
|
releases:
|
|
- name: gitea
|
|
namespace: nt
|
|
chart: gitea-charts/gitea
|
|
version: 8.3.0
|
|
values:
|
|
- applications/gitea/values.yaml
|
|
|
|
- name: woodpecker
|
|
namespace: ci
|
|
chart: woodpecker/woodpecker
|
|
version: 1.0.3
|
|
values:
|
|
- applications/woodpecker/values.yaml
|
|
|
|
- name: harbor
|
|
namespace: harbor
|
|
chart: harbor/harbor
|
|
version: 1.15.1
|
|
values:
|
|
- applications/harbor/values.yaml
|
|
|
|
helmfiles:
|
|
- path: applications/vault/helmfile.yaml
|
|
- path: applications/logging/helmfile.yaml
|
|
- path: applications/gitea/helmfile.yaml
|
|
- path: applications/woodpecker/helmfile.yaml
|
|
- path: applications/harbor/helmfile.yaml
|
|
|
|
# Common configurations
|
|
commonConfig:
|
|
- common-config.yaml
|