chore: update Forgejo and Drone
This commit is contained in:
parent
273a4ae240
commit
d879dc4aa5
3 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,6 @@
|
|||
image:
|
||||
tag: 1.8.3
|
||||
|
||||
extraSecretNamesForEnvFrom:
|
||||
- drone-runner-secrets
|
||||
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
image:
|
||||
tag: 2.17.0
|
||||
|
||||
ingress:
|
||||
enabled: true
|
||||
hosts:
|
||||
|
|
|
@ -29,6 +29,6 @@
|
|||
chart_ref: oci://codeberg.org/forgejo-contrib/forgejo
|
||||
release_namespace: forgejo
|
||||
release_state: present
|
||||
chart_version: 0.7.0
|
||||
chart_version: 0.8.1
|
||||
update_repo_cache: true
|
||||
release_values: "{{ lookup('template', 'values.forgejo.yml.j2') | from_yaml }}"
|
||||
|
|
Loading…
Reference in a new issue