#344 Fix operator notifications in Helm Chart
This commit is contained in:
parent
e4b168dbe3
commit
9715217f1d
|
|
@ -3,7 +3,17 @@ entries:
|
||||||
jenkins-operator:
|
jenkins-operator:
|
||||||
- apiVersion: v1
|
- apiVersion: v1
|
||||||
appVersion: 0.4.0
|
appVersion: 0.4.0
|
||||||
created: "2020-04-22T14:46:38.579673+02:00"
|
created: "2020-04-22T20:36:21.525010622+02:00"
|
||||||
|
description: Kubernetes native operator which fully manages Jenkins on Kubernetes
|
||||||
|
digest: 97050b9409a18b4349f108d49022d0fe7cad29b2afc7866db6ae781e1b2237a6
|
||||||
|
icon: https://raw.githubusercontent.com/jenkinsci/kubernetes-operator/master/assets/jenkins-operator-icon.png
|
||||||
|
name: jenkins-operator
|
||||||
|
urls:
|
||||||
|
- https://raw.githubusercontent.com/jenkinsci/kubernetes-operator/master/chart/jenkins-operator/jenkins-operator-0.1.3.tgz
|
||||||
|
version: 0.1.3
|
||||||
|
- apiVersion: v1
|
||||||
|
appVersion: 0.4.0
|
||||||
|
created: "2020-04-22T20:36:21.531498808+02:00"
|
||||||
description: Kubernetes native operator which fully manages Jenkins on Kubernetes
|
description: Kubernetes native operator which fully manages Jenkins on Kubernetes
|
||||||
digest: e682ccc9359a6b1674711812f440a7aa1bbc0125e0148ed6ad388bbc5b08b32c
|
digest: e682ccc9359a6b1674711812f440a7aa1bbc0125e0148ed6ad388bbc5b08b32c
|
||||||
icon: https://raw.githubusercontent.com/jenkinsci/kubernetes-operator/master/assets/jenkins-operator-icon.png
|
icon: https://raw.githubusercontent.com/jenkinsci/kubernetes-operator/master/assets/jenkins-operator-icon.png
|
||||||
|
|
|
||||||
|
|
@ -2,5 +2,5 @@ apiVersion: v1
|
||||||
appVersion: "0.4.0"
|
appVersion: "0.4.0"
|
||||||
description: Kubernetes native operator which fully manages Jenkins on Kubernetes
|
description: Kubernetes native operator which fully manages Jenkins on Kubernetes
|
||||||
name: jenkins-operator
|
name: jenkins-operator
|
||||||
version: 0.1.2
|
version: 0.1.3
|
||||||
icon: https://raw.githubusercontent.com/jenkinsci/kubernetes-operator/master/assets/jenkins-operator-icon.png
|
icon: https://raw.githubusercontent.com/jenkinsci/kubernetes-operator/master/assets/jenkins-operator-icon.png
|
||||||
|
|
|
||||||
Binary file not shown.
|
|
@ -48,13 +48,13 @@ spec:
|
||||||
recoveryOnce: {{ .Values.jenkins.backup.recoveryOnce }}
|
recoveryOnce: {{ .Values.jenkins.backup.recoveryOnce }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- with .Values.jenkins.notifications }}
|
|
||||||
{{- with .Values.jenkins.service }}
|
{{- with .Values.jenkins.service }}
|
||||||
service: {{- toYaml . | nindent 4 }}
|
service: {{- toYaml . | nindent 4 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- with .Values.jenkins.slaveService }}
|
{{- with .Values.jenkins.slaveService }}
|
||||||
slaveService: {{- toYaml . | nindent 4 }}
|
slaveService: {{- toYaml . | nindent 4 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
{{- with .Values.jenkins.notifications }}
|
||||||
notifications: {{ toYaml . | nindent 4 }}
|
notifications: {{ toYaml . | nindent 4 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
master:
|
master:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue