Skip to content

Commit

Permalink
jenkinsci#344 Fix operator notifications in Helm Chart
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaszsek authored and akram committed May 6, 2020
1 parent 9de6490 commit 187e2e5
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
12 changes: 11 additions & 1 deletion chart/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,17 @@ entries:
jenkins-operator:
- apiVersion: v1
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
digest: e682ccc9359a6b1674711812f440a7aa1bbc0125e0148ed6ad388bbc5b08b32c
icon: https://raw.githubusercontent.com/jenkinsci/kubernetes-operator/master/assets/jenkins-operator-icon.png
Expand Down
2 changes: 1 addition & 1 deletion chart/jenkins-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v1
appVersion: "0.4.0"
description: Kubernetes native operator which fully manages Jenkins on Kubernetes
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
Binary file added chart/jenkins-operator/jenkins-operator-0.1.3.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion chart/jenkins-operator/templates/jenkins.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,13 @@ spec:
recoveryOnce: {{ .Values.jenkins.backup.recoveryOnce }}
{{- end }}
{{- end }}
{{- with .Values.jenkins.notifications }}
{{- with .Values.jenkins.service }}
service: {{- toYaml . | nindent 4 }}
{{- end }}
{{- with .Values.jenkins.slaveService }}
slaveService: {{- toYaml . | nindent 4 }}
{{- end }}
{{- with .Values.jenkins.notifications }}
notifications: {{ toYaml . | nindent 4 }}
{{- end }}
master:
Expand Down

0 comments on commit 187e2e5

Please sign in to comment.