diff --git a/charts/atlantis/Chart.yaml b/charts/atlantis/Chart.yaml index 6c71e1aa..8452f00e 100644 --- a/charts/atlantis/Chart.yaml +++ b/charts/atlantis/Chart.yaml @@ -2,5 +2,9 @@ apiVersion: v2 name: atlantis description: Atlantis map and simulation service type: application -version: v2.87.1 -appVersion: v2.87.1 +# This is the chart version. This version number should be incremented each time you make changes +# 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 diff --git a/charts/atlantis/values.yaml b/charts/atlantis/values.yaml index 2fad3e15..66fc09df 100644 --- a/charts/atlantis/values.yaml +++ b/charts/atlantis/values.yaml @@ -6,7 +6,7 @@ replicaCount: 1 image: repository: registry.gitlab.com/oceanbox/atlantis - tag: v2.87.1 + tag: v2.97.5 pullPolicy: IfNotPresent init: diff --git a/charts/sorcerer/Chart.yaml b/charts/sorcerer/Chart.yaml index 65bf96f8..d93fecd1 100644 --- a/charts/sorcerer/Chart.yaml +++ b/charts/sorcerer/Chart.yaml @@ -2,5 +2,9 @@ apiVersion: v2 name: sorcerer description: A Helm chart for Kubernetes type: application -version: v4.9.0 -appVersion: v4.9.0 +# This is the chart version. This version number should be incremented each time you make changes +# 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 diff --git a/charts/sorcerer/values.yaml b/charts/sorcerer/values.yaml index 6a6d6930..01acab9b 100644 --- a/charts/sorcerer/values.yaml +++ b/charts/sorcerer/values.yaml @@ -6,7 +6,7 @@ replicaCount: 1 image: repository: registry.gitlab.com/oceanbox/sorcerer - tag: v4.9.0 + tag: v4.16.3 pullPolicy: IfNotPresent init: diff --git a/values/atlantis/values-prod.yaml b/values/atlantis/values-prod.yaml index 03b77b94..3cd1aad1 100644 --- a/values/atlantis/values-prod.yaml +++ b/values/atlantis/values-prod.yaml @@ -1,8 +1,5 @@ replicaCount: 2 -image: - tag: v2.97.5 - podAnnotations: dapr.io/app-id: "prod-atlantis" diff --git a/values/petimeter/manifests/acl.json b/values/petimeter/manifests/acl.json index 0eebf006..9a873e76 100644 --- a/values/petimeter/manifests/acl.json +++ b/values/petimeter/manifests/acl.json @@ -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", "access": [ diff --git a/values/sorcerer/values-prod.yaml b/values/sorcerer/values-prod.yaml index 6903162a..23ac699d 100644 --- a/values/sorcerer/values-prod.yaml +++ b/values/sorcerer/values-prod.yaml @@ -1,8 +1,5 @@ replicaCount: 2 -image: - tag: v4.16.3 - podAnnotations: dapr.io/enabled: "true" dapr.io/app-id: "prod-sorcerer"