feat(argo-cd): add helm3 Chart.lock
Signed-off-by: krrrr38 <k.kaizu38@gmail.com>
This commit is contained in:
parent
1aa7d0f0ab
commit
e1b582c28d
7 changed files with 17 additions and 15 deletions
|
@ -1,3 +1,4 @@
|
|||
chart-repos:
|
||||
- stable=https://charts.helm.sh/stable
|
||||
- argo=https://argoproj.github.io/argo-helm
|
||||
- minio=https://helm.min.io/
|
||||
|
|
6
charts/argo-cd/Chart.lock
Normal file
6
charts/argo-cd/Chart.lock
Normal file
|
@ -0,0 +1,6 @@
|
|||
dependencies:
|
||||
- name: redis-ha
|
||||
repository: https://charts.helm.sh/stable
|
||||
version: 4.4.2
|
||||
digest: sha256:1032a3e86261e94eb02b5ef5eb26362daca072811d43364038d2692068ad3e39
|
||||
generated: "2021-01-10T06:59:07.868737+09:00"
|
|
@ -1,10 +1,16 @@
|
|||
apiVersion: v1
|
||||
apiVersion: v2
|
||||
appVersion: 1.7.6
|
||||
description: A Helm chart for ArgoCD, a declarative, GitOps continuous delivery tool for Kubernetes.
|
||||
name: argo-cd
|
||||
version: 2.11.0
|
||||
version: 2.12.0
|
||||
home: https://github.com/argoproj/argo-helm
|
||||
icon: https://raw.githubusercontent.com/argoproj/argo/master/docs/assets/argo.png
|
||||
dependencies:
|
||||
- name: redis-ha
|
||||
version: 4.4.2
|
||||
repository: https://charts.helm.sh/stable
|
||||
alias: redis-ha
|
||||
condition: redis-ha.enabled
|
||||
keywords:
|
||||
- argoproj
|
||||
- argocd
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
apiVersion: apiextensions.k8s.io/v1beta1
|
||||
apiVersion: apiextensions.k8s.io/v1
|
||||
kind: CustomResourceDefinition
|
||||
metadata:
|
||||
labels:
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
apiVersion: apiextensions.k8s.io/v1beta1
|
||||
apiVersion: apiextensions.k8s.io/v1
|
||||
kind: CustomResourceDefinition
|
||||
metadata:
|
||||
labels:
|
||||
|
|
|
@ -1,6 +0,0 @@
|
|||
dependencies:
|
||||
- name: redis-ha
|
||||
repository: https://kubernetes-charts.storage.googleapis.com
|
||||
version: 4.4.2
|
||||
digest: sha256:70fdd035c3aa3b7185882f12a73143c58ab32f04262dda2cf34a2b1a52116d96
|
||||
generated: "2020-03-29T14:37:59.349371452+01:00"
|
|
@ -1,5 +0,0 @@
|
|||
dependencies:
|
||||
- name: redis-ha
|
||||
version: 4.4.2
|
||||
repository: https://kubernetes-charts.storage.googleapis.com
|
||||
condition: redis-ha.enabled
|
Loading…
Reference in a new issue