chore(version): Bump to 0.43.0
This commit is contained in:
parent
3f2652a163
commit
d8acfdcc12
@ -15,7 +15,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: dashboard
|
- name: dashboard
|
||||||
image: netbirdio/dashboard:v2.10.0
|
image: netbirdio/dashboard:v2.11.0
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 80
|
- containerPort: 80
|
||||||
env:
|
env:
|
||||||
@ -27,8 +27,6 @@ spec:
|
|||||||
value: "309574205744152807@netbird"
|
value: "309574205744152807@netbird"
|
||||||
- name: AUTH_CLIENT_ID
|
- name: AUTH_CLIENT_ID
|
||||||
value: "309574205744152807@netbird"
|
value: "309574205744152807@netbird"
|
||||||
- name: AUTH_CLIENT_SECRET
|
|
||||||
value: ""
|
|
||||||
- name: AUTH_AUTHORITY
|
- name: AUTH_AUTHORITY
|
||||||
value: "https://zitadel.halis.io"
|
value: "https://zitadel.halis.io"
|
||||||
- name: USE_AUTH0
|
- name: USE_AUTH0
|
||||||
@ -39,8 +37,6 @@ spec:
|
|||||||
value: "/nb-auth"
|
value: "/nb-auth"
|
||||||
- name: AUTH_SILENT_REDIRECT_URI
|
- name: AUTH_SILENT_REDIRECT_URI
|
||||||
value: "/nb-silent-auth"
|
value: "/nb-silent-auth"
|
||||||
- name: NETBIRD_TOKEN_SOURCE
|
|
||||||
value: ""
|
|
||||||
---
|
---
|
||||||
apiVersion: apps/v1
|
apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
@ -59,7 +55,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: management
|
- name: management
|
||||||
image: netbirdio/management:0.37.1
|
image: netbirdio/management:0.43.0
|
||||||
args: [
|
args: [
|
||||||
"--port", "443",
|
"--port", "443",
|
||||||
"--log-file", "console",
|
"--log-file", "console",
|
||||||
@ -67,7 +63,6 @@ spec:
|
|||||||
"--disable-anonymous-metrics=true",
|
"--disable-anonymous-metrics=true",
|
||||||
"--single-account-mode-domain=entos.kerux",
|
"--single-account-mode-domain=entos.kerux",
|
||||||
"--dns-domain=entos.kerux"
|
"--dns-domain=entos.kerux"
|
||||||
#"--disable-single-account-mode"
|
|
||||||
]
|
]
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 443
|
- containerPort: 443
|
||||||
@ -102,7 +97,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: signal
|
- name: signal
|
||||||
image: netbirdio/signal:0.37.1
|
image: netbirdio/signal:0.43.0
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 10000
|
- containerPort: 10000
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
@ -130,7 +125,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: relay
|
- name: relay
|
||||||
image: netbirdio/relay:0.37.1
|
image: netbirdio/relay:0.43.0
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 33080
|
- containerPort: 33080
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
|
Loading…
x
Reference in New Issue
Block a user