add argo-cd chart
This commit is contained in:
parent
b2b4c60101
commit
c04296913d
10
.renovaterc
10
.renovaterc
@ -7,16 +7,6 @@
|
|||||||
"Deployments\\*\\.yaml$"
|
"Deployments\\*\\.yaml$"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"helm-values": {
|
|
||||||
"fileMatch": [
|
|
||||||
"-values\\.yaml$"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"helmv3": {
|
|
||||||
"fileMatch": [
|
|
||||||
"-chart\\.yaml$"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
{
|
{
|
||||||
"matchDatasources": [
|
"matchDatasources": [
|
||||||
|
1
Charts/argo-cd/.gitignore
vendored
Normal file
1
Charts/argo-cd/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
charts/
|
6
Charts/argo-cd/Chart.lock
Normal file
6
Charts/argo-cd/Chart.lock
Normal 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"
|
7
Charts/argo-cd/Chart.yaml
Normal file
7
Charts/argo-cd/Chart.yaml
Normal 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
|
11
Charts/argo-cd/values.yaml
Normal file
11
Charts/argo-cd/values.yaml
Normal 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
|
Loading…
Reference in New Issue
Block a user