simple cleanup (#114)
parent
574e5cfa18
commit
2bb14b2e30
|
@ -2,4 +2,4 @@ apiVersion: v1
|
||||||
appVersion: "1.2.0"
|
appVersion: "1.2.0"
|
||||||
description: A Helm chart for Argo-CD
|
description: A Helm chart for Argo-CD
|
||||||
name: 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
|
apiVersion: v1
|
||||||
description: A Helm chart for Argo-CI
|
description: A Helm chart for Argo-CI
|
||||||
name: 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
|
kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
name: {{ .Release.Name }}-ci
|
name: {{ .Release.Name }}-ci
|
||||||
|
@ -7,6 +7,10 @@ metadata:
|
||||||
release: {{ .Release.Name }}
|
release: {{ .Release.Name }}
|
||||||
heritage: {{ .Release.Service }}
|
heritage: {{ .Release.Service }}
|
||||||
spec:
|
spec:
|
||||||
|
selector:
|
||||||
|
matchLabels:
|
||||||
|
app: {{ .Release.Name }}-ci
|
||||||
|
release: {{ .Release.Name }}
|
||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
description: A Helm chart to install Argo-Events in k8s Cluster
|
description: A Helm chart to install Argo-Events in k8s Cluster
|
||||||
name: argo-events
|
name: argo-events
|
||||||
version: 0.4.2
|
version: 0.4.3
|
||||||
keywords:
|
keywords:
|
||||||
- argo-events
|
- argo-events
|
||||||
- sensor-controller
|
- sensor-controller
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
apiVersion: apps/v1beta1
|
apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
name: {{ .Release.Name }}-{{ .Values.gatewayController.name }}
|
name: {{ .Release.Name }}-{{ .Values.gatewayController.name }}
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
apiVersion: apps/v1beta1
|
apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
name: {{ .Release.Name }}-{{ .Values.sensorController.name }}
|
name: {{ .Release.Name }}-{{ .Values.sensorController.name }}
|
||||||
|
|
Loading…
Reference in New Issue