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
|
||||
kubernetes.core.helm_repository:
|
||||
name: gitea-charts
|
||||
name: gitea
|
||||
repo_url: "https://dl.gitea.io/charts"
|
||||
- name: Deploy latest version of Gitea
|
||||
kubernetes.core.helm:
|
||||
context: "{{ my_context }}"
|
||||
name: gitea
|
||||
chart_ref: gitea-charts/gitea
|
||||
chart_ref: gitea/gitea
|
||||
release_namespace: "{{ gitea_namespace }}"
|
||||
values: "{{ lookup('template', 'gitea/helm-value.yaml.j2') | from_yaml }}"
|
||||
tags:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue