瀏覽代碼

add argo-cd chart

Simon Kaiser 3 年之前
當前提交
773309dad4
共有 4 個檔案被更改,包括 32 行新增0 行删除
  1. 1
    0
      charts/argo-cd/.gitignore
  2. 6
    0
      charts/argo-cd/Chart.lock
  3. 7
    0
      charts/argo-cd/Chart.yaml
  4. 18
    0
      charts/argo-cd/values.yaml

+ 1
- 0
charts/argo-cd/.gitignore 查看文件

@@ -0,0 +1 @@
1
+charts/

+ 6
- 0
charts/argo-cd/Chart.lock 查看文件

@@ -0,0 +1,6 @@
1
+dependencies:
2
+- name: argo-cd
3
+  repository: https://argoproj.github.io/argo-helm
4
+  version: 2.11.0
5
+digest: sha256:93edff6821c6f2a44380d1719304635dced1a963cf9a237aceaf613493e3fe33
6
+generated: "2022-01-30T18:41:31.896384+01:00"

+ 7
- 0
charts/argo-cd/Chart.yaml 查看文件

@@ -0,0 +1,7 @@
1
+apiVersion: v2
2
+name: argo-cd
3
+version: 1.0.0
4
+dependencies:
5
+  - name: argo-cd
6
+    version: 2.11.0
7
+    repository: https://argoproj.github.io/argo-helm

+ 18
- 0
charts/argo-cd/values.yaml 查看文件

@@ -0,0 +1,18 @@
1
+argo-cd:
2
+  installCRDs: false
3
+  global:
4
+    image:
5
+      tag: v2.2.3
6
+  dex:
7
+    enabled: false
8
+  server:
9
+    extraArgs:
10
+      - --insecure
11
+    config:
12
+      repositories: |
13
+        - type: helm
14
+          name: stable
15
+          url: https://charts.helm.sh/stable
16
+        - type: helm
17
+          name: argo-cd
18
+          url: https://argoproj.github.io/argo-helm