fix: merge with main
This commit is contained in:
@@ -2,5 +2,9 @@ apiVersion: v2
|
|||||||
name: atlantis
|
name: atlantis
|
||||||
description: Atlantis map and simulation service
|
description: Atlantis map and simulation service
|
||||||
type: application
|
type: application
|
||||||
version: v2.87.1
|
# This is the chart version. This version number should be incremented each time you make changes
|
||||||
appVersion: v2.87.1
|
# to the chart and its templates, including the app version.
|
||||||
|
version: v2.97.5
|
||||||
|
# This is the version number of the application being deployed. This version number should be
|
||||||
|
# incremented each time you make changes to the application.
|
||||||
|
appVersion: v2.97.5
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ replicaCount: 1
|
|||||||
|
|
||||||
image:
|
image:
|
||||||
repository: registry.gitlab.com/oceanbox/atlantis
|
repository: registry.gitlab.com/oceanbox/atlantis
|
||||||
tag: v2.87.1
|
tag: v2.97.5
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
init:
|
init:
|
||||||
|
|||||||
@@ -2,5 +2,9 @@ apiVersion: v2
|
|||||||
name: sorcerer
|
name: sorcerer
|
||||||
description: A Helm chart for Kubernetes
|
description: A Helm chart for Kubernetes
|
||||||
type: application
|
type: application
|
||||||
version: v4.9.0
|
# This is the chart version. This version number should be incremented each time you make changes
|
||||||
appVersion: v4.9.0
|
# to the chart and its templates, including the app version.
|
||||||
|
version: v4.16.3
|
||||||
|
# This is the version number of the application being deployed. This version number should be
|
||||||
|
# incremented each time you make changes to the application.
|
||||||
|
appVersion: v4.16.3
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ replicaCount: 1
|
|||||||
|
|
||||||
image:
|
image:
|
||||||
repository: registry.gitlab.com/oceanbox/sorcerer
|
repository: registry.gitlab.com/oceanbox/sorcerer
|
||||||
tag: v4.9.0
|
tag: v4.16.3
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
init:
|
init:
|
||||||
|
|||||||
@@ -1,8 +1,5 @@
|
|||||||
replicaCount: 2
|
replicaCount: 2
|
||||||
|
|
||||||
image:
|
|
||||||
tag: v2.97.5
|
|
||||||
|
|
||||||
podAnnotations:
|
podAnnotations:
|
||||||
dapr.io/app-id: "prod-atlantis"
|
dapr.io/app-id: "prod-atlantis"
|
||||||
|
|
||||||
|
|||||||
@@ -347,6 +347,48 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"domain": "bioceanor.com",
|
||||||
|
"access": [
|
||||||
|
{
|
||||||
|
"matching": ".*@bioceanor.com",
|
||||||
|
"group": "/bioceanor",
|
||||||
|
"roles": [ "user" ],
|
||||||
|
"capabilities": [
|
||||||
|
"run:transport",
|
||||||
|
"run:sedimentation"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"domain": "oceanvisuals.no",
|
||||||
|
"access": [
|
||||||
|
{
|
||||||
|
"matching": ".*@oceanvisuals.no",
|
||||||
|
"group": "/oceanvisuals",
|
||||||
|
"roles": [ "user" ],
|
||||||
|
"capabilities": [
|
||||||
|
"run:transport",
|
||||||
|
"run:sedimentation"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"domain": "capgemini.com",
|
||||||
|
"access": [
|
||||||
|
{
|
||||||
|
"matching": ".*@capgemini.com",
|
||||||
|
"group": "/capgemini",
|
||||||
|
"roles": [ "user" ],
|
||||||
|
"capabilities": [
|
||||||
|
"run:transport",
|
||||||
|
"run:sedimentation"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"domain": "gmail.com",
|
"domain": "gmail.com",
|
||||||
"access": [
|
"access": [
|
||||||
|
|||||||
@@ -1,8 +1,5 @@
|
|||||||
replicaCount: 2
|
replicaCount: 2
|
||||||
|
|
||||||
image:
|
|
||||||
tag: v4.16.3
|
|
||||||
|
|
||||||
podAnnotations:
|
podAnnotations:
|
||||||
dapr.io/enabled: "true"
|
dapr.io/enabled: "true"
|
||||||
dapr.io/app-id: "prod-sorcerer"
|
dapr.io/app-id: "prod-sorcerer"
|
||||||
|
|||||||
Reference in New Issue
Block a user