Skip to content

Commit

Permalink
add gitlab chart version parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
youtous committed Jan 12, 2024
1 parent 1af584b commit fad995c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openshift/gitlab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
namespace: gitlab-system
spec:
chart:
version: "6.11.0"
version: "{{ openshift_gitlab_chart_version | default('7.6.2') }}"
values:
nginx-ingress:
enabled: false
Expand Down

0 comments on commit fad995c

Please sign in to comment.