Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

Commit

Permalink
[stable/jenkins] Allow NetworkPolicy.ApiVersion and Master.Ingress.Ap…
Browse files Browse the repository at this point in the history
…iVersion to Differ (#5103)
  • Loading branch information
midnightconman authored and k8s-ci-robot committed Apr 23, 2018
1 parent 0fe90b5 commit 78ee4ba
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion stable/jenkins/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: jenkins
home: https://jenkins.io/
version: 0.15.0
version: 0.15.1
appVersion: 2.107
description: Open source continuous integration server. It supports multiple SCM tools
including CVS, Subversion and Git. It can execute Apache Ant and Apache Maven-based
Expand Down
2 changes: 1 addition & 1 deletion stable/jenkins/templates/jenkins-master-ingress.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{- if .Values.Master.HostName }}
apiVersion: {{ .Values.NetworkPolicy.ApiVersion }}
apiVersion: {{ .Values.Master.Ingress.ApiVersion }}
kind: Ingress
metadata:
{{- if .Values.Master.Ingress.Annotations }}
Expand Down
1 change: 1 addition & 0 deletions stable/jenkins/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ Master:
Tolerations: {}

Ingress:
ApiVersion: extensions/v1beta1
Annotations:
# kubernetes.io/ingress.class: nginx
# kubernetes.io/tls-acme: "true"
Expand Down

0 comments on commit 78ee4ba

Please sign in to comment.