Rename gitea chart
This commit is contained in:
parent
912278c555
commit
f2b6d884ba
1 changed files with 2 additions and 2 deletions
|
|
@ -25,13 +25,13 @@
|
||||||
|
|
||||||
- name: Defined gitea repository
|
- name: Defined gitea repository
|
||||||
kubernetes.core.helm_repository:
|
kubernetes.core.helm_repository:
|
||||||
name: gitea-charts
|
name: gitea
|
||||||
repo_url: "https://dl.gitea.io/charts"
|
repo_url: "https://dl.gitea.io/charts"
|
||||||
- name: Deploy latest version of Gitea
|
- name: Deploy latest version of Gitea
|
||||||
kubernetes.core.helm:
|
kubernetes.core.helm:
|
||||||
context: "{{ my_context }}"
|
context: "{{ my_context }}"
|
||||||
name: gitea
|
name: gitea
|
||||||
chart_ref: gitea-charts/gitea
|
chart_ref: gitea/gitea
|
||||||
release_namespace: "{{ gitea_namespace }}"
|
release_namespace: "{{ gitea_namespace }}"
|
||||||
values: "{{ lookup('template', 'gitea/helm-value.yaml.j2') | from_yaml }}"
|
values: "{{ lookup('template', 'gitea/helm-value.yaml.j2') | from_yaml }}"
|
||||||
tags:
|
tags:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue