Compare commits

..

1 Commits

Author SHA1 Message Date
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
16 changed files with 19 additions and 27 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ applications:
server: https://kubernetes.default.svc server: https://kubernetes.default.svc
project: sys project: sys
sources: sources:
- repoURL: https://git.oceanbox.io/platform/manifests.git - repoURL: https://gitlab.com/oceanbox//manifests.git
targetRevision: HEAD targetRevision: HEAD
path: helmfile.d path: helmfile.d
plugin: plugin:
+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: v2.12.0 version: v2.11.0
# 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: v2.12.0 appVersion: v2.11.0
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: v2.12.0 tag: v2.11.0
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: v2.12.0 version: v2.11.0
# 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: "v2.12.0" appVersion: "v2.11.0"
+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: v2.12.0 tag: v2.11.0
# 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
@@ -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: v2.12.0 version: v2.11.0
# 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: v2.12.0 appVersion: v2.11.0
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: v2.12.0 tag: v2.11.0
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
init: init:
enabled: false enabled: false
+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.5
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.156.2
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 -1
View File
@@ -15,7 +15,7 @@ releases:
- name: velero - name: velero
namespace: velero namespace: velero
chart: velero/velero chart: velero/velero
version: 12.0.2 version: 12.0.1
condition: velero.enabled condition: velero.enabled
values: values:
- ../values/velero/values/velero.yaml.gotmpl - ../values/velero/values/velero.yaml.gotmpl
+1 -1
View File
@@ -109,7 +109,7 @@ spec:
- https://kubernetes-sigs.github.io/metrics-server/ - https://kubernetes-sigs.github.io/metrics-server/
- https://git.oceanbox.io/platform/manifests.git - https://git.oceanbox.io/platform/manifests.git
- https://git.oceanbox.io/platform/manifests - https://git.oceanbox.io/platform/manifests
- https://git.oceanbox.io/oceanbox/manifests.git - https://gitlab.com/oceanbox/manifests.git
- https://kubernetes.github.io/ingress-nginx - https://kubernetes.github.io/ingress-nginx
- https://cloudnative-pg.github.io/charts - https://cloudnative-pg.github.io/charts
- https://charts.jetstack.io - https://charts.jetstack.io
@@ -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: 5685d15c-debug tag: acc3745a-debug
podAnnotations: podAnnotations:
dapr.io/app-id: "staging-atlantis" dapr.io/app-id: "staging-atlantis"
env: env:
+1 -1
View File
@@ -1,5 +1,5 @@
clusterConfig: clusterConfig:
manifests: https://git.oceanbox.io/platform/manifests.git manifests: https://gitlab.com/oceanbox/manifests.git
env: "" #[dev, test, staging, prod] env: "" #[dev, test, staging, prod]
initca: "" initca: ""
domain: ".local" domain: ".local"
-8
View File
@@ -272,14 +272,6 @@ configMaps:
{ "action": "accept", "src": [ "hanskristian.djuve@oceanbox.io" ], "dst": [ "hanskristian.djuve@oceanbox.io:*" ] }, { "action": "accept", "src": [ "hanskristian.djuve@oceanbox.io" ], "dst": [ "hanskristian.djuve@oceanbox.io:*" ] },
{ "action": "accept", "src": [ "erlend.mundal@oceanbox.io" ], "dst": [ "erlend.mundal@oceanbox.io:*" ] }, { "action": "accept", "src": [ "erlend.mundal@oceanbox.io" ], "dst": [ "erlend.mundal@oceanbox.io:*" ] },
// s/"\([^"]*\)"/{ "action": "accept", "src": [ "\1" ], "dst": [ "\1:*" ] }, // s/"\([^"]*\)"/{ "action": "accept", "src": [ "\1" ], "dst": [ "\1:*" ] },
],
"ssh": [
{
"action": "accept",
"src": [ "group:admin" ],
"dst": [ "autogroup:self", "tag:hpc", "tag:mumindalen", "tag:hel1" ],
"users": [ "autogroup:nonroot", "root" ]
}
] ]
} }
dns: dns:
@@ -167,7 +167,7 @@ grafana:
{{- if .Values.prometheus.grafana.persistence }} {{- if .Values.prometheus.grafana.persistence }}
persistence: persistence:
enabled: true enabled: true
size: 20Gi size: 10Gi
{{- end }} {{- end }}
ingress: ingress:
enabled: true enabled: true
@@ -233,7 +233,7 @@ grafana:
nodeGraph: nodeGraph:
enabled: true enabled: true
serviceMap: serviceMap:
datasourceUid: 'prometheus' datasourceUid: 'Prometheus'
tracesToLogs: tracesToLogs:
datasourceUid: loki datasourceUid: loki
filterByTraceID: false filterByTraceID: false