fix: update atlantis and sorcerer versions
This commit is contained in:
@@ -69,9 +69,6 @@ cluster:
|
||||
instances: 2
|
||||
bootstrap:
|
||||
enabled: false
|
||||
source:
|
||||
db: prod-atlantis-db
|
||||
namespace: prod-atlantis
|
||||
|
||||
resources:
|
||||
limits:
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
"userinfo_endpoint": "https://auth.oceanbox.io/realms/oceanbox/protocol/openid-connect/userinfo",
|
||||
"end_session_endpoint": "https://auth.oceanbox.io/realms/oceanbox/protocol/openid-connect/logout",
|
||||
"device_authorization_endpoint": "https://auth.oceanbox.io/realms/oceanbox/protocol/openid-connect/auth/device",
|
||||
"clientId": "sorcerer",
|
||||
"clientId": "sorcerer_dev",
|
||||
"clientSecret": "",
|
||||
"scopes": [
|
||||
"openid",
|
||||
@@ -25,7 +25,7 @@
|
||||
"sso": {
|
||||
"cookieDomain": ".oceanbox.io",
|
||||
"cookieName": ".obx.prod",
|
||||
"signedOutRedirectUri": "https://maps.beta.oceanbox.io",
|
||||
"signedOutRedirectUri": "https://atlantis.beta.oceanbox.io",
|
||||
"realm": "atlantis",
|
||||
"environment": "prod",
|
||||
"keyStore": {
|
||||
@@ -71,6 +71,5 @@
|
||||
"otelCollector": "http://10.255.241.12:4317",
|
||||
"archiveSvc": "https://maps.beta.oceanbox.io",
|
||||
"dataDir": "/data/archives",
|
||||
"cacheDir": "/data/archives/cache",
|
||||
"authDomain": "staging"
|
||||
"cacheDir": "/data/archives/cache"
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
replicaCount: 1
|
||||
|
||||
image:
|
||||
tag: v4.16.1
|
||||
tag: v4.16.3
|
||||
|
||||
podAnnotations:
|
||||
dapr.io/enabled: "true"
|
||||
|
||||
Reference in New Issue
Block a user