variablize chart version via host_vars (#151)

This commit is contained in:
Dale Lemons
2024-06-06 12:43:34 -04:00
committed by GitHub
parent c6c3231234
commit c98170d5f7
3 changed files with 3 additions and 1 deletions

0
ansible-navigator.yml Normal file
View File

View File

@@ -117,7 +117,7 @@
namespace: gitlab-system
spec:
chart:
version: "7.6.2"
version: "{{ gitlab_chart_version }}"
values:
nginx-ingress:
enabled: false

View File

@@ -0,0 +1,2 @@
---
gitlab_chart_version: "8.0.1"