Compare commits

...

18 Commits

Author SHA1 Message Date
Gitea Actions 2a5c2c2f2c ci(staging): deploy docs 701771db-debug 2026-06-15 07:34:31 +00:00
Gitea Actions f0aec055d1 ci(prod): deploy docs v0.0.2 2026-06-15 07:34:18 +00:00
Gitea Actions c1834dddac ci(staging): deploy docs 5ac5ea03-debug 2026-06-15 07:29:08 +00:00
Gitea Actions 9f6d359ca5 ci(staging): deploy makai fe06fbc4-debug 2026-06-15 07:26:12 +00:00
mrtz 5eb773ca19 Merge pull request 'Update Helm release kube-prometheus-stack to v85.4.0' (#222) from renovate/kube-prometheus-stack-85.x into main
Reviewed-on: #222
2026-06-14 19:08:33 +00:00
Gitea Actions 1ddc4e2cbe ci(prod): deploy atlantis v2.13.2 2026-06-14 13:30:11 +00:00
Gitea Actions 671ecf6ac4 ci(prod): deploy codex v2.13.2 2026-06-14 13:29:29 +00:00
Gitea Actions ea90095243 ci(prod): deploy sorcerer v2.13.2 2026-06-14 13:28:29 +00:00
Gitea Actions f16ff98c72 ci(staging): deploy atlantis 52bd107a-debug 2026-06-14 13:26:57 +00:00
mrtz c627572ba3 Merge pull request 'Update Helm release opentelemetry-collector to v0.158.1' (#227) from renovate/opentelemetry-collector-0.x into main
Reviewed-on: #227
2026-06-14 07:28:37 +00:00
mrtz b7edd8a90f Merge pull request 'Update Helm release argo-rollouts to v2.41.0' (#228) from renovate/argo-rollouts-2.x into main
Reviewed-on: #228
2026-06-14 07:28:30 +00:00
renovate-bot 5682ac0228 Update Helm release argo-rollouts to v2.41.0
renovate/stability-days Updates have met minimum release age requirement
2026-06-14 00:03:42 +00:00
renovate-bot 4819dac2f4 Update Helm release opentelemetry-collector to v0.158.1
renovate/stability-days Updates have met minimum release age requirement
2026-06-14 00:03:23 +00:00
mrtz db2035da15 Merge pull request 'Update Helm release argo-cd to v9.5.19' (#225) from renovate/argo-cd-9.x into main
Reviewed-on: #225
2026-06-13 16:56:10 +00:00
mrtz 69fae08291 Merge pull request 'Update Helm release openfga to v0.3.7' (#226) from renovate/openfga-0.x into main
Reviewed-on: #226
2026-06-13 16:56:00 +00:00
renovate-bot 504134aa24 Update Helm release openfga to v0.3.7
renovate/stability-days Updates have met minimum release age requirement
2026-06-13 16:53:17 +00:00
renovate-bot b386a05273 Update Helm release argo-cd to v9.5.19
renovate/stability-days Updates have met minimum release age requirement
2026-06-13 16:52:55 +00:00
renovate-bot 256b7b9539 Update Helm release kube-prometheus-stack to v85.4.0
renovate/stability-days Updates have met minimum release age requirement
2026-06-09 15:26:11 +00:00
15 changed files with 20 additions and 20 deletions
+2 -2
View File
@@ -4,10 +4,10 @@ description: Atlantis map and simulation service
type: application type: application
# This is the chart version. This version number should be incremented each time you make changes # 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. # to the chart and its templates, including the app version.
version: v1.42.27 version: v2.13.2
# This is the version number of the application being deployed. This version number should be # This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. # incremented each time you make changes to the application.
appVersion: v1.42.27 appVersion: v2.13.2
dependencies: dependencies:
- name: diagrid-dashboard - name: diagrid-dashboard
version: "0.1.0" version: "0.1.0"
+1 -1
View File
@@ -4,7 +4,7 @@
replicaCount: 1 replicaCount: 1
image: image:
repository: git.oceanbox.io/oceanbox/poseidon/atlantis repository: git.oceanbox.io/oceanbox/poseidon/atlantis
tag: v1.42.27 tag: v2.13.2
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
init: init:
enabled: false 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 # 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. # to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/) # Versions are expected to follow Semantic Versioning (https://semver.org/)
version: v1.42.27 version: v2.13.2
# This is the version number of the application being deployed. This version number should be # 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 # 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. # follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes. # It is recommended to use it with quotes.
appVersion: "v1.42.27" appVersion: "v2.13.2"
+1 -1
View File
@@ -10,7 +10,7 @@ image:
# This sets the pull policy for images. # This sets the pull policy for images.
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion. # Overrides the image tag whose default is the chart appVersion.
tag: v1.42.27 tag: v2.13.2
# 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/ # 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: imagePullSecrets:
- name: gitlab-pull-secret - name: gitlab-pull-secret
+2 -2
View File
@@ -12,7 +12,7 @@ description: Oceanbox Documentation
type: application type: application
# This is the chart version. This version number should be incremented each time you make changes # 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. # to the chart and its templates, including the app version.
version: v0.0.1 version: v0.0.2
# This is the version number of the application being deployed. This version number should be # This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. # incremented each time you make changes to the application.
appVersion: v0.0.1 appVersion: v0.0.2
+1 -1
View File
@@ -4,7 +4,7 @@
replicaCount: 1 replicaCount: 1
image: image:
repository: git.oceanbox.io/oceanbox/documentation/docs repository: git.oceanbox.io/oceanbox/documentation/docs
tag: v0.0.1 tag: v0.0.2
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
init: init:
enabled: false enabled: false
+2 -2
View File
@@ -4,10 +4,10 @@ description: A Helm chart for Kubernetes
type: application type: application
# This is the chart version. This version number should be incremented each time you make changes # 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. # to the chart and its templates, including the app version.
version: v1.42.27 version: v2.13.2
# This is the version number of the application being deployed. This version number should be # This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. # incremented each time you make changes to the application.
appVersion: v1.42.27 appVersion: v2.13.2
dependencies: dependencies:
- name: diagrid-dashboard - name: diagrid-dashboard
version: "0.1.0" version: "0.1.0"
+1 -1
View File
@@ -5,7 +5,7 @@
replicaCount: 1 replicaCount: 1
image: image:
repository: git.oceanbox.io/oceanbox/poseidon/sorcerer repository: git.oceanbox.io/oceanbox/poseidon/sorcerer
tag: v1.42.27 tag: v2.13.2
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
init: init:
enabled: false enabled: false
+2 -2
View File
@@ -15,7 +15,7 @@ releases:
- name: argocd - name: argocd
namespace: argocd namespace: argocd
chart: argo/argo-cd chart: argo/argo-cd
version: 9.5.17 version: 9.5.19
condition: argo.enabled condition: argo.enabled
values: values:
- ../values/argo/values/argocd.yaml.gotmpl - ../values/argo/values/argocd.yaml.gotmpl
@@ -35,7 +35,7 @@ releases:
- name: argo-rollouts - name: argo-rollouts
namespace: argocd namespace: argocd
chart: argo/argo-rollouts chart: argo/argo-rollouts
version: 2.40.10 version: 2.41.0
condition: argo.rollouts.enabled condition: argo.rollouts.enabled
values: values:
- ../values/argo/values/rollouts.yaml.gotmpl - ../values/argo/values/rollouts.yaml.gotmpl
+1 -1
View File
@@ -16,7 +16,7 @@ releases:
namespace: {{ .Environment.Name }}-openfga namespace: {{ .Environment.Name }}-openfga
{{- end }} {{- end }}
chart: openfga/openfga chart: openfga/openfga
version: 0.3.6 version: 0.3.7
condition: openfga.enabled condition: openfga.enabled
values: values:
- ../values/openfga/values/values.yaml - ../values/openfga/values/values.yaml
@@ -12,7 +12,7 @@ releases:
- name: opentelemetry-collector - name: opentelemetry-collector
namespace: otel namespace: otel
chart: open-telemetry/opentelemetry-collector chart: open-telemetry/opentelemetry-collector
version: 0.158.0 version: 0.158.1
condition: otel.enabled condition: otel.enabled
values: values:
- ../values/opentelemetry-collector/values/values.yaml - ../values/opentelemetry-collector/values/values.yaml
+1 -1
View File
@@ -15,7 +15,7 @@ releases:
- name: prometheus - name: prometheus
namespace: prometheus namespace: prometheus
chart: prometheus/kube-prometheus-stack chart: prometheus/kube-prometheus-stack
version: 85.3.0 version: 85.4.0
condition: prometheus.enabled condition: prometheus.enabled
values: values:
- ../values/prometheus/values/prometheus.yaml.gotmpl - ../values/prometheus/values/prometheus.yaml.gotmpl
@@ -1,7 +1,7 @@
replicaCount: 1 replicaCount: 1
image: image:
repository: git.oceanbox.io/oceanbox/poseidon/atlantis repository: git.oceanbox.io/oceanbox/poseidon/atlantis
tag: 4733e529-debug tag: 52bd107a-debug
podAnnotations: podAnnotations:
dapr.io/app-id: "staging-atlantis" dapr.io/app-id: "staging-atlantis"
env: env:
+1 -1
View File
@@ -1,6 +1,6 @@
fullnameOverride: staging-docs fullnameOverride: staging-docs
image: image:
tag: "4bec2e8e-debug" tag: "701771db-debug"
ingress: ingress:
enabled: true enabled: true
className: "haproxy" className: "haproxy"
+1 -1
View File
@@ -1,6 +1,6 @@
replicaCount: 1 replicaCount: 1
image: image:
tag: "e49d3f4f-debug" tag: "fe06fbc4-debug"
env: env:
- name: APP_VERSION - name: APP_VERSION
value: "0.0.0" value: "0.0.0"