simple cleanup (#114)
This commit is contained in:
parent
574e5cfa18
commit
2bb14b2e30
27 changed files with 10 additions and 6 deletions
|
|
@ -1,4 +1,4 @@
|
|||
apiVersion: v1
|
||||
description: A Helm chart for Argo-CI
|
||||
name: argo-ci
|
||||
version: 0.1.2
|
||||
version: 0.1.3
|
||||
|
|
|
|||
Binary file not shown.
BIN
charts/argo-ci/charts/argo-0.5.2.tgz
Normal file
BIN
charts/argo-ci/charts/argo-0.5.2.tgz
Normal file
Binary file not shown.
|
|
@ -1,4 +1,4 @@
|
|||
apiVersion: extensions/v1beta1
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: {{ .Release.Name }}-ci
|
||||
|
|
@ -7,6 +7,10 @@ metadata:
|
|||
release: {{ .Release.Name }}
|
||||
heritage: {{ .Release.Service }}
|
||||
spec:
|
||||
selector:
|
||||
matchLabels:
|
||||
app: {{ .Release.Name }}-ci
|
||||
release: {{ .Release.Name }}
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue