fix: merge with main

This commit is contained in:
2025-02-07 07:42:07 +01:00
7 changed files with 56 additions and 12 deletions
+6 -2
View File
@@ -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
+1 -1
View File
@@ -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:
+6 -2
View File
@@ -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
+1 -1
View File
@@ -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:
-3
View File
@@ -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"
+42
View File
@@ -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": [
-3
View File
@@ -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"