From d8acfdcc12e6b1482fef8a916c926b456fdc0b1f Mon Sep 17 00:00:00 2001 From: Tanguy Herbron Date: Tue, 29 Apr 2025 18:19:24 +0200 Subject: [PATCH] chore(version): Bump to 0.43.0 --- manifests/deployment.yaml | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/manifests/deployment.yaml b/manifests/deployment.yaml index b73e720..97849b1 100644 --- a/manifests/deployment.yaml +++ b/manifests/deployment.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: dashboard - image: netbirdio/dashboard:v2.10.0 + image: netbirdio/dashboard:v2.11.0 ports: - containerPort: 80 env: @@ -27,8 +27,6 @@ spec: value: "309574205744152807@netbird" - name: AUTH_CLIENT_ID value: "309574205744152807@netbird" - - name: AUTH_CLIENT_SECRET - value: "" - name: AUTH_AUTHORITY value: "https://zitadel.halis.io" - name: USE_AUTH0 @@ -39,8 +37,6 @@ spec: value: "/nb-auth" - name: AUTH_SILENT_REDIRECT_URI value: "/nb-silent-auth" - - name: NETBIRD_TOKEN_SOURCE - value: "" --- apiVersion: apps/v1 kind: Deployment @@ -59,7 +55,7 @@ spec: spec: containers: - name: management - image: netbirdio/management:0.37.1 + image: netbirdio/management:0.43.0 args: [ "--port", "443", "--log-file", "console", @@ -67,7 +63,6 @@ spec: "--disable-anonymous-metrics=true", "--single-account-mode-domain=entos.kerux", "--dns-domain=entos.kerux" - #"--disable-single-account-mode" ] ports: - containerPort: 443 @@ -102,7 +97,7 @@ spec: spec: containers: - name: signal - image: netbirdio/signal:0.37.1 + image: netbirdio/signal:0.43.0 ports: - containerPort: 10000 volumeMounts: @@ -130,7 +125,7 @@ spec: spec: containers: - name: relay - image: netbirdio/relay:0.37.1 + image: netbirdio/relay:0.43.0 ports: - containerPort: 33080 protocol: TCP