This repository has been archived on 2024-09-13. You can view files and clone it, but cannot push or open issues or pull requests.
check-da-helm/examples/helmfile.yaml

24 lines
450 B
YAML
Raw Normal View History

2023-01-15 19:39:00 +00:00
repositories:
- name: argo
url: https://argoproj.github.io/argo-helm
2023-08-06 18:51:19 +00:00
- name: bitnami
url: registry-1.docker.io/bitnamicharts
oci: true
2023-01-15 19:39:00 +00:00
releases:
- name: argocd
2023-01-15 19:39:00 +00:00
installed: true
namespace: argocd
2023-01-15 19:39:00 +00:00
createNamespace: true
chart: argo/argo-cd
version: 5.23.3
values:
- server:
extraArgs:
- --insecure
2023-08-06 18:51:19 +00:00
- name: redis
installed: true
chart: bitnami/redis
version: 17.13.1