Bump kubernetes-operator chart appVersion to 0.2.1 (#100)

This commit is contained in:
Bethuel Mmbaga
2026-02-12 18:45:07 +03:00
committed by GitHub
parent 5fb144559c
commit 19650e6657
8 changed files with 14 additions and 17 deletions
@@ -29,10 +29,10 @@ spec:
- name: wait-network-ready
image: "netbirdio/kubectl:latest"
command:
- bash
- sh
- -c
args:
- kubectl wait --for 'jsonpath={.status.networkID}' -n {{ $routerNS }} nbroutingpeer router;
- kubectl wait --for 'jsonpath={.status.networkID}' -n {{ $routerNS }} nbroutingpeer router;
containers:
- name: apply-nbresource
image: "netbirdio/kubectl:latest"
@@ -62,7 +62,7 @@ spec:
tcpPorts:
- 443
command:
- bash
- sh
- -c
args:
- kubectl delete NBResource --ignore-not-found -n default kubernetes; export NETWORK_ID=$(kubectl get NBRoutingPeer -n {{ $routerNS }} router -o 'jsonpath={.status.networkID}'); echo "$NBRESOURCE_VALUE" | envsubst | kubectl apply -f -