1c29b32407
- The tool was totally broken, not it works again - Development has been moved to my Gitea server - A basic test for helmfile is added - A basic drone pipeline is added
16 lines
289 B
YAML
16 lines
289 B
YAML
repositories:
|
|
- name: argo
|
|
url: https://argoproj.github.io/argo-helm
|
|
|
|
releases:
|
|
- name: argocd
|
|
installed: true
|
|
namespace: argocd
|
|
createNamespace: true
|
|
chart: argo/argo-cd
|
|
version: 5.23.3
|
|
values:
|
|
- server:
|
|
extraArgs:
|
|
- --insecure
|