Skip to content

Commit

Permalink
variablize chart version via host_vars (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemons-redhat authored Jun 6, 2024
1 parent c6c3231 commit c98170d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
Empty file added ansible-navigator.yml
Empty file.
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: "7.6.2"
version: "{{ gitlab_chart_version }}"
values:
nginx-ingress:
enabled: false
Expand Down
2 changes: 2 additions & 0 deletions openshift/host_vars/localhost.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
gitlab_chart_version: "8.0.1"

0 comments on commit c98170d

Please sign in to comment.