Skip to content

Commit 0f9c8e3

Browse files
committed
Update ghcr.io/slok/sloth Docker tag to v0.15.0
Signed-off-by: Renovate Bot <tech+renovate@vshn.ch>
1 parent ac6b3c5 commit 0f9c8e3

File tree

53 files changed

+53
-53
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+53
-53
lines changed

class/defaults.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ parameters:
6464
sloth:
6565
registry: ghcr.io
6666
image: slok/sloth
67-
tag: v0.11.0
67+
tag: v0.15.0
6868
statefulset-resize-controller:
6969
registry: ghcr.io
7070
repository: vshn/statefulset-resize-controller

tests/golden/dev/appcat/appcat/sli_exporter/70_slo_vshn_forgejo.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ spec:
142142
sloth_service: appcat-vshn-forgejo
143143
sloth_slo: uptime
144144
sloth_spec: prometheus/v1
145-
sloth_version: v0.11.0
145+
sloth_version: v0.15.0
146146
record: sloth_slo_info
147147
- name: sloth-slo-alerts-appcat-vshn-forgejo-uptime
148148
rules:

tests/golden/dev/appcat/appcat/sli_exporter/70_slo_vshn_keycloak.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ spec:
142142
sloth_service: appcat-vshn-keycloak
143143
sloth_slo: uptime
144144
sloth_spec: prometheus/v1
145-
sloth_version: v0.11.0
145+
sloth_version: v0.15.0
146146
record: sloth_slo_info
147147
- name: sloth-slo-alerts-appcat-vshn-keycloak-uptime
148148
rules:

tests/golden/dev/appcat/appcat/sli_exporter/70_slo_vshn_mariadb.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ spec:
142142
sloth_service: appcat-vshn-mariadb
143143
sloth_slo: uptime
144144
sloth_spec: prometheus/v1
145-
sloth_version: v0.11.0
145+
sloth_version: v0.15.0
146146
record: sloth_slo_info
147147
- name: sloth-slo-alerts-appcat-vshn-mariadb-uptime
148148
rules:

tests/golden/dev/appcat/appcat/sli_exporter/70_slo_vshn_nextcloud.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ spec:
142142
sloth_service: appcat-vshn-nextcloud
143143
sloth_slo: uptime
144144
sloth_spec: prometheus/v1
145-
sloth_version: v0.11.0
145+
sloth_version: v0.15.0
146146
record: sloth_slo_info
147147
- name: sloth-slo-alerts-appcat-vshn-nextcloud-uptime
148148
rules:

tests/golden/dev/appcat/appcat/sli_exporter/70_slo_vshn_postgresql.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ spec:
142142
sloth_service: appcat-vshn-postgresql
143143
sloth_slo: uptime
144144
sloth_spec: prometheus/v1
145-
sloth_version: v0.11.0
145+
sloth_version: v0.15.0
146146
record: sloth_slo_info
147147
- name: sloth-slo-alerts-appcat-vshn-postgresql-uptime
148148
rules:

tests/golden/dev/appcat/appcat/sli_exporter/70_slo_vshn_redis.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ spec:
142142
sloth_service: appcat-vshn-redis
143143
sloth_slo: uptime
144144
sloth_spec: prometheus/v1
145-
sloth_version: v0.11.0
145+
sloth_version: v0.15.0
146146
record: sloth_slo_info
147147
- name: sloth-slo-alerts-appcat-vshn-redis-uptime
148148
rules:

tests/golden/dev/appcat/appcat/sli_exporter/80_slo_vshn_forgejo_ha.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ spec:
142142
sloth_service: appcat-vshn-forgejo-ha
143143
sloth_slo: uptime
144144
sloth_spec: prometheus/v1
145-
sloth_version: v0.11.0
145+
sloth_version: v0.15.0
146146
record: sloth_slo_info
147147
- name: sloth-slo-alerts-appcat-vshn-forgejo-ha-uptime
148148
rules:

tests/golden/dev/appcat/appcat/sli_exporter/80_slo_vshn_keycloak_ha.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ spec:
142142
sloth_service: appcat-vshn-keycloak-ha
143143
sloth_slo: uptime
144144
sloth_spec: prometheus/v1
145-
sloth_version: v0.11.0
145+
sloth_version: v0.15.0
146146
record: sloth_slo_info
147147
- name: sloth-slo-alerts-appcat-vshn-keycloak-ha-uptime
148148
rules:

tests/golden/dev/appcat/appcat/sli_exporter/80_slo_vshn_mariadb_ha.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ spec:
142142
sloth_service: appcat-vshn-mariadb-ha
143143
sloth_slo: uptime
144144
sloth_spec: prometheus/v1
145-
sloth_version: v0.11.0
145+
sloth_version: v0.15.0
146146
record: sloth_slo_info
147147
- name: sloth-slo-alerts-appcat-vshn-mariadb-ha-uptime
148148
rules:

0 commit comments

Comments
 (0)