cleanup and mass update: moving from Harbor to Gitea registries and from Drone to Gitea CI/CD with Gitea Act Runner

This commit is contained in:
ace
2023-06-10 06:20:10 +03:00
parent 1283a554fe
commit a251e593c6
89 changed files with 146 additions and 595 deletions

View File

@@ -1,5 +1,6 @@
roundcube_enabled: true
roundcube_publish: false
roundcube_chart_ref: "ghp/roundcube"
roundcube_use_external_db: true
roundcube_short_name: "webmail"
roundcube_default_values:

View File

@@ -12,7 +12,7 @@
create_namespace: true
release_namespace: "{{ roundcube_namespace | default(mail_namespace) | default(namespace) }}"
release_name: "{{ roundcube_name | default('roundcube') }}"
chart_ref: "{{ roundcube_chart | default('ghp/roundcube') }}"
chart_ref: "{{ roundcube_chart_ref }}"
chart_version: "{{ roundcube_version | default(omit) }}"
release_values: "{{ roundcube_combined_values | from_yaml }}"
wait: true