diff --git a/chart/index.yaml b/chart/index.yaml index 258648fc..0682f00c 100644 --- a/chart/index.yaml +++ b/chart/index.yaml @@ -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 diff --git a/chart/jenkins-operator/Chart.yaml b/chart/jenkins-operator/Chart.yaml index 8038a9ad..2ed46401 100644 --- a/chart/jenkins-operator/Chart.yaml +++ b/chart/jenkins-operator/Chart.yaml @@ -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 diff --git a/chart/jenkins-operator/jenkins-operator-0.1.3.tgz b/chart/jenkins-operator/jenkins-operator-0.1.3.tgz new file mode 100644 index 00000000..61fde0af Binary files /dev/null and b/chart/jenkins-operator/jenkins-operator-0.1.3.tgz differ diff --git a/chart/jenkins-operator/templates/jenkins.yaml b/chart/jenkins-operator/templates/jenkins.yaml index 77ff0eb0..5defddec 100644 --- a/chart/jenkins-operator/templates/jenkins.yaml +++ b/chart/jenkins-operator/templates/jenkins.yaml @@ -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: