Compare commits
2 Commits
main
...
gitlab_ver
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
14267973ad | ||
|
|
95ea3344a1 |
0
ansible-navigator.yml
Normal file
0
ansible-navigator.yml
Normal file
@@ -117,7 +117,7 @@
|
||||
namespace: gitlab-system
|
||||
spec:
|
||||
chart:
|
||||
version: "7.6.2"
|
||||
version: "{{ gitlab_chart_version }}"
|
||||
values:
|
||||
nginx-ingress:
|
||||
enabled: false
|
||||
|
||||
2
openshift/host_vars/localhost.yml
Normal file
2
openshift/host_vars/localhost.yml
Normal file
@@ -0,0 +1,2 @@
|
||||
---
|
||||
gitlab_chart_version: "8.0.1"
|
||||
Reference in New Issue
Block a user