2 Commits

Author SHA1 Message Date
Dale Lemons
14267973ad Merge branch 'main' into gitlab_ver 2024-06-06 12:43:12 -04:00
Dale Lemons
95ea3344a1 variablize chart version via host_vars 2024-06-06 11:36:31 -04:00
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"