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

@ -6,7 +6,7 @@
create_namespace: true
release_namespace: "{{ metallb_namespace | default('metallb-system') }}"
release_name: "{{ metallb_name | default('metallb') }}"
chart_ref: "{{ metallb_chart | default('metallb/metallb') }}"
chart_ref: "{{ metallb_chart_ref }}"
chart_version: "{{ metallb_version | default(omit) }}"
release_values: "{{ metallb_combined_values | from_yaml }}"
wait: true
@ -18,7 +18,7 @@
sed -e "s/strictARP: false/strictARP: true/" | \
kubectl diff -f - -n kube-system
register: check_strict_arp
when: strict_arp_for_metallb
when: metallb_strict_arp
changed_when: check_strict_arp.rc != 0
- name: Apply strict arp
@ -29,7 +29,7 @@
&& kubectl -n kube-system delete pods --selector=k8s-app=kube-proxy
when:
- strict_arp_for_metallb
- check_strict_arp.changed
- metallb_strict_arp.changed
- name: Apply MetalLB L2 definitions
k8s: