chore(version): Bump to 0.43.0
This commit is contained in:
parent
3f2652a163
commit
d8acfdcc12
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user