Compare commits

...

11 Commits

Author SHA1 Message Date
renovate-bot 1952f546b5 Update jobset Docker tag to v0.12.0
renovate/stability-days Updates have not met minimum release age requirement
2026-05-17 00:06:04 +00:00
mrtz 64532535cc fix(sorcerer/atlantis): Release 2.6.6 to Beta 2026-05-16 20:54:07 +02:00
Gitea Actions 0029f598cb ci(prod): deploy atlantis v2.6.6 2026-05-16 18:41:46 +00:00
Gitea Actions 2641a76b96 ci(prod): deploy codex v2.6.6 2026-05-16 18:41:13 +00:00
Gitea Actions cd6132a846 ci(staging): deploy atlantis 0042495a-debug 2026-05-16 18:40:16 +00:00
Gitea Actions f6b9f011de ci(prod): deploy sorcerer v2.6.6 2026-05-16 18:40:10 +00:00
Gitea Actions 766d8a7939 ci(staging): deploy sorcerer 0042495a-debug 2026-05-16 18:38:32 +00:00
Gitea Actions 95a555753b ci(staging): deploy codex 0042495a-debug 2026-05-16 18:38:26 +00:00
mrtz 1d0f30aac3 chore:(gitea): Bump to .ini fix 2026-05-16 11:12:48 +02:00
mrtz 51c172fbeb Merge pull request 'Update Helm release argo-cd to v9.5.12' (#198) from renovate/argo-cd-9.x into main
Reviewed-on: #198
2026-05-15 09:55:55 +00:00
renovate-bot ea79e359b0 Update Helm release argo-cd to v9.5.12
renovate/stability-days Updates have met minimum release age requirement
2026-05-15 08:13:15 +00:00
14 changed files with 19 additions and 19 deletions
+2 -2
View File
@@ -4,10 +4,10 @@ description: Atlantis map and simulation service
type: application
# 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.6.5
version: v2.6.6
# 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.6.5
appVersion: v2.6.6
dependencies:
- name: diagrid-dashboard
version: "0.1.0"
+1 -1
View File
@@ -4,7 +4,7 @@
replicaCount: 1
image:
repository: git.oceanbox.io/oceanbox/poseidon/atlantis
tag: v2.6.5
tag: v2.6.6
pullPolicy: IfNotPresent
init:
enabled: false
+2 -2
View File
@@ -13,9 +13,9 @@ type: application
# 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.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: v2.6.5
version: v2.6.6
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "v2.6.5"
appVersion: "v2.6.6"
+1 -1
View File
@@ -10,7 +10,7 @@ image:
# This sets the pull policy for images.
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: v2.6.5
tag: v2.6.6
# This is for the secrets for pulling an image from a private repository more information can be found here: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/
imagePullSecrets:
- name: gitlab-pull-secret
+2 -2
View File
@@ -4,10 +4,10 @@ description: A Helm chart for Kubernetes
type: application
# 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.6.5
version: v2.6.6
# 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.6.5
appVersion: v2.6.6
dependencies:
- name: diagrid-dashboard
version: "0.1.0"
+1 -1
View File
@@ -5,7 +5,7 @@
replicaCount: 1
image:
repository: git.oceanbox.io/oceanbox/poseidon/sorcerer
tag: v2.6.5
tag: v2.6.6
pullPolicy: IfNotPresent
init:
enabled: false
+1 -1
View File
@@ -15,7 +15,7 @@ releases:
- name: argocd
namespace: argocd
chart: argo/argo-cd
version: 9.5.11
version: 9.5.12
condition: argo.enabled
values:
- ../values/argo/values/argocd.yaml.gotmpl
+1 -1
View File
@@ -13,7 +13,7 @@ releases:
- name: gitea
namespace: gitea
chart: gitea/gitea
version: 12.5.3
version: 12.6.0
condition: gitea.enabled
values:
- ../values/gitea/values/values.yaml
+1 -1
View File
@@ -10,7 +10,7 @@ releases:
- name: jobset
namespace: jobset-system
chart: jobset/jobset
version: 0.11.1
version: 0.12.0
condition: jobset.enabled
values:
- ../values/jobset/values/jobset.yaml.gotmpl
@@ -2,7 +2,7 @@ replicaCount: 1
image:
repository: git.oceanbox.io/oceanbox/poseidon/atlantis
tag: v2.6.5
tag: v2.6.6
podAnnotations:
dapr.io/app-id: "beta-atlantis"
@@ -11,7 +11,7 @@ env:
- name: APP_NAMESPACE
value: beta-atlantis
- name: APP_VERSION
value: "2.6.5-beta"
value: "2.6.6-beta"
- name: LOG_LEVEL
value: "1"
- name: ANALYTICS_WEB_ID
@@ -1,7 +1,7 @@
replicaCount: 1
image:
repository: git.oceanbox.io/oceanbox/poseidon/atlantis
tag: 184c18a8-debug
tag: 0042495a-debug
podAnnotations:
dapr.io/app-id: "staging-atlantis"
env:
+1 -1
View File
@@ -38,4 +38,4 @@ volumeMounts:
readOnly: true
subPath: appsettings.json
image:
tag: 651291bd-debug
tag: 0042495a-debug
@@ -2,7 +2,7 @@ replicaCount: 1
image:
repository: git.oceanbox.io/oceanbox/poseidon/sorcerer
tag: v2.6.1
tag: v2.6.6
podAnnotations:
dapr.io/enabled: "true"
@@ -19,7 +19,7 @@ podAnnotations:
env:
- name: APP_VERSION
value: "4.16.3-beta"
value: "2.6.6-beta"
- name: LOG_LEVEL
value: "1"
- name: REDIS_USER
+1 -1
View File
@@ -1,7 +1,7 @@
replicaCount: 1
image:
repository: git.oceanbox.io/oceanbox/poseidon/sorcerer
tag: ade08af1-debug
tag: 0042495a-debug
podAnnotations:
dapr.io/enabled: "true"
dapr.io/app-id: "staging-sorcerer"