Skip to content

Commit

Permalink
Merge pull request #418 from eformat/fix-jenkins-agent-builds
Browse files Browse the repository at this point in the history
🪿 default to main for containers-quickstarts🪿
  • Loading branch information
ckavili authored Dec 30, 2023
2 parents aecede8 + b7500db commit 1885682
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.222.1"
description: A Helm chart for deploying Jenkins on OpenShift with some additional build agents and plugins
name: jenkins
version: 1.0.9
version: 1.0.10
home: https://github.com/redhat-cop/helm-charts
icon: https://www.jenkins.io/images/logos/jenkins/256.png
maintainers:
Expand Down
2 changes: 1 addition & 1 deletion charts/jenkins/templates/buildconfigs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ spec:
{{- end }}
git:
uri: {{ .source_repo | default "https://github.com/redhat-cop/containers-quickstarts" | quote }}
ref: {{ .source_repo_ref | default "master" | quote }}
ref: {{ .source_repo_ref | default "main" | quote }}
{{- if .source_context_dir }}
contextDir: {{ .source_context_dir | quote }}
{{- else }}
Expand Down

0 comments on commit 1885682

Please sign in to comment.