fix: Move All Charts to apiVesion v2
Signed-off-by: Oliver Bähler <oliver.baehler@bedag.ch>
This commit is contained in:
parent
0bc4be4e2a
commit
3c1170a389
8 changed files with 22 additions and 22 deletions
|
@ -3,4 +3,4 @@ dependencies:
|
|||
repository: https://dandydeveloper.github.io/charts/
|
||||
version: 4.10.1
|
||||
digest: sha256:e1e0526ad009ecc065df937b48c4e0e5877e5194242c7888b1dc4467775f2663
|
||||
generated: "2020-12-14T14:00:30.830130403+01:00"
|
||||
generated: "2021-03-08T10:28:30.507655296+01:00"
|
|
@ -1,8 +1,8 @@
|
|||
apiVersion: v1
|
||||
apiVersion: v2
|
||||
appVersion: 1.8.4
|
||||
description: A Helm chart for ArgoCD, a declarative, GitOps continuous delivery tool for Kubernetes.
|
||||
name: argo-cd
|
||||
version: 2.14.8
|
||||
version: 3.0.0
|
||||
home: https://github.com/argoproj/argo-helm
|
||||
icon: https://raw.githubusercontent.com/argoproj/argo/master/docs/assets/argo.png
|
||||
keywords:
|
||||
|
@ -14,3 +14,8 @@ maintainers:
|
|||
- name: alexmt
|
||||
- name: jessesuen
|
||||
- name: seanson
|
||||
dependencies:
|
||||
- name: redis-ha
|
||||
version: 4.10.1
|
||||
repository: https://dandydeveloper.github.io/charts/
|
||||
condition: redis-ha.enabled
|
|
@ -1,5 +0,0 @@
|
|||
dependencies:
|
||||
- name: redis-ha
|
||||
version: 4.10.1
|
||||
repository: https://dandydeveloper.github.io/charts/
|
||||
condition: redis-ha.enabled
|
6
charts/argo-ci/Chart.lock
Normal file
6
charts/argo-ci/Chart.lock
Normal file
|
@ -0,0 +1,6 @@
|
|||
dependencies:
|
||||
- name: argo
|
||||
repository: https://argoproj.github.io/argo-helm
|
||||
version: 0.2.1
|
||||
digest: sha256:93fbe8da8dd91ae56dd0b30f6bdb5bab5d85ae83e5aa63444a5f46748ee5bddf
|
||||
generated: "2021-03-08T10:30:05.381224379+01:00"
|
|
@ -1,7 +1,7 @@
|
|||
apiVersion: v1
|
||||
apiVersion: v2
|
||||
description: A Helm chart for Argo-CI
|
||||
name: argo-ci
|
||||
version: 0.1.7
|
||||
version: 1.0.0
|
||||
icon: https://raw.githubusercontent.com/argoproj/argo/master/docs/assets/argo.png
|
||||
appVersion: v1.0.0-alpha2
|
||||
home: https://github.com/argoproj/argo-helm
|
||||
|
@ -9,3 +9,7 @@ maintainers:
|
|||
- name: alexec
|
||||
- name: alexmt
|
||||
- name: jessesuen
|
||||
dependencies:
|
||||
- name: argo
|
||||
version: 0.2.1
|
||||
repository: https://argoproj.github.io/argo-helm
|
|
@ -1,6 +0,0 @@
|
|||
dependencies:
|
||||
- name: argo
|
||||
repository: https://argoproj.github.io/argo-helm
|
||||
version: 0.2.1
|
||||
digest: sha256:af0f837200061b1720c0e05168dfc4a9537582f3004de62eeb5ef01b4c78db64
|
||||
generated: 2018-10-23T14:50:47.570677461-07:00
|
|
@ -1,4 +0,0 @@
|
|||
dependencies:
|
||||
- name: argo
|
||||
version: 0.2.1
|
||||
repository: https://argoproj.github.io/argo-helm
|
|
@ -1,8 +1,8 @@
|
|||
apiVersion: v1
|
||||
apiVersion: v2
|
||||
appVersion: "0.10.2"
|
||||
description: A Helm chart for Argo Rollouts
|
||||
name: argo-rollouts
|
||||
version: 0.4.3
|
||||
version: 1.0.0
|
||||
icon: https://raw.githubusercontent.com/argoproj/argo/master/argo.png
|
||||
home: https://github.com/argoproj/argo-helm
|
||||
maintainers:
|
||||
|
|
Loading…
Reference in a new issue