add argo-cd chart

This commit is contained in:
Roxedus 2022-06-01 00:07:59 +02:00
parent b2b4c60101
commit c04296913d
No known key found for this signature in database
GPG Key ID: EBC13557C4D91D7B
5 changed files with 25 additions and 10 deletions

View File

@ -7,16 +7,6 @@
"Deployments\\*\\.yaml$"
]
},
"helm-values": {
"fileMatch": [
"-values\\.yaml$"
]
},
"helmv3": {
"fileMatch": [
"-chart\\.yaml$"
]
},
"packageRules": [
{
"matchDatasources": [

1
Charts/argo-cd/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
charts/

View File

@ -0,0 +1,6 @@
dependencies:
- name: argo-cd
repository: https://argoproj.github.io/argo-helm
version: 4.8.0
digest: sha256:bcd087e09d85bc1d57e14ac907684032c7d8b3497c62af9d9d60201d9028316d
generated: "2022-06-01T00:05:40.114541805+02:00"

View File

@ -0,0 +1,7 @@
apiVersion: v2
name: argo-cd
version: 1.0.0
dependencies:
- name: argo-cd
version: 4.8.0
repository: https://argoproj.github.io/argo-helm

View File

@ -0,0 +1,11 @@
argo-cd:
dex:
enabled: false
server:
extraArgs:
- --insecure
config:
repositories: |
- type: helm
name: argo-cd
url: https://argoproj.github.io/argo-helm