simple cleanup (#114)
parent
574e5cfa18
commit
2bb14b2e30
|
@ -2,4 +2,4 @@ apiVersion: v1
|
|||
appVersion: "1.2.0"
|
||||
description: A Helm chart for Argo-CD
|
||||
name: argo-cd
|
||||
version: 0.5.0
|
||||
version: 0.5.1
|
||||
|
|
0
charts/argo-cd/templates/argocd-application-controller-deployment.yaml
Executable file → Normal file
0
charts/argo-cd/templates/argocd-application-controller-deployment.yaml
Executable file → Normal file
0
charts/argo-cd/templates/argocd-application-controller-metrics-service.yaml
Executable file → Normal file
0
charts/argo-cd/templates/argocd-application-controller-metrics-service.yaml
Executable file → Normal file
0
charts/argo-cd/templates/argocd-application-controller-rolebinding.yaml
Executable file → Normal file
0
charts/argo-cd/templates/argocd-application-controller-rolebinding.yaml
Executable file → Normal file
|
@ -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.
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:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
apiVersion: v1
|
||||
description: A Helm chart to install Argo-Events in k8s Cluster
|
||||
name: argo-events
|
||||
version: 0.4.2
|
||||
version: 0.4.3
|
||||
keywords:
|
||||
- argo-events
|
||||
- sensor-controller
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
apiVersion: apps/v1beta1
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: {{ .Release.Name }}-{{ .Values.gatewayController.name }}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
apiVersion: apps/v1beta1
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: {{ .Release.Name }}-{{ .Values.sensorController.name }}
|
||||
|
|
Loading…
Reference in New Issue