variablize chart version via host_vars

This commit is contained in:
Dale Lemons
2024-06-06 11:36:31 -04:00
parent 3468d1c443
commit 95ea3344a1
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 namespace: gitlab-system
spec: spec:
chart: chart:
version: "7.6.2" version: "{{ gitlab_chart_version }}"
values: values:
nginx-ingress: nginx-ingress:
enabled: false enabled: false

View File

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