Skip to content

Commit

Permalink
πŸ‘• jnlp port is corrected πŸ‘• (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
ckavili authored Apr 28, 2020
1 parent 2727403 commit 4d10b36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/jenkins/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
appVersion: "v2.204.1"
description: A Helm chart for deploying Jenkins on OpenShift with some additional build agents and plugins
name: jenkins
version: 0.0.11
version: 0.0.12
home: https://github.com/rht-labs/helm-charts
maintainers:
- name: springdo
Expand Down
2 changes: 1 addition & 1 deletion charts/jenkins/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ services:
- name: jenkins-jnlp
port_name: agent
port: 50000
target_port: 5000
target_port: 50000
selector: *name

imagestreams:
Expand Down

0 comments on commit 4d10b36

Please sign in to comment.