Skip to content

Commit

Permalink
Feature/583/gitlab update (#588)
Browse files Browse the repository at this point in the history
* Bump up Helm Chart version

* Ensure files directory
  • Loading branch information
tobigremmer-dt authored Feb 21, 2024
1 parent 4865c30 commit 8e09198
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ gitlab_username: "root"
gitlab_namespace: "gitlab"
gitlab_group_name: "demo"
feature_gitlab: false
gitlab_helm_chart_version: "v7.5.0"
gitlab_helm_chart_version: "v7.9.0"
gitlab_domain: "gitlab.{{ ingress_domain }}"
gitlab_gcpe_helm_chart_version: "0.2.15"
gitlab_gcpe_tag: "v0.5.3"
Expand Down
Empty file.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@
name: mvisonneau
repo_url: "https://charts.visonneau.fr"

- name: Ensure values file directory
file:
path: "{{ role_path }}/files"
state: directory

- name: Template Helm values file
ansible.builtin.template:
src: gitlab-gcpe-values.yml.j2
Expand Down

0 comments on commit 8e09198

Please sign in to comment.