feat(argo-ci): support helm3
Signed-off-by: krrrr38 <k.kaizu38@gmail.com>
This commit is contained in:
parent
f5f7ff9680
commit
6d27a63c6c
4 changed files with 12 additions and 12 deletions
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-01-10T06:35:38.955614+09:00"
|
|
@ -1,10 +1,14 @@
|
||||||
apiVersion: v1
|
apiVersion: v2
|
||||||
description: A Helm chart for Argo-CI
|
description: A Helm chart for Argo-CI
|
||||||
name: argo-ci
|
name: argo-ci
|
||||||
version: 0.1.7
|
version: 0.2.0
|
||||||
icon: https://raw.githubusercontent.com/argoproj/argo/master/docs/assets/argo.png
|
icon: https://raw.githubusercontent.com/argoproj/argo/master/docs/assets/argo.png
|
||||||
appVersion: v1.0.0-alpha2
|
appVersion: v1.0.0-alpha2
|
||||||
home: https://github.com/argoproj/argo-helm
|
home: https://github.com/argoproj/argo-helm
|
||||||
|
dependencies:
|
||||||
|
- name: argo
|
||||||
|
version: 0.2.1
|
||||||
|
repository: https://argoproj.github.io/argo-helm
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: alexec
|
- name: alexec
|
||||||
- name: alexmt
|
- name: alexmt
|
||||||
|
|
|
@ -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
|
|
Loading…
Reference in a new issue