Skip to content

Commit

Permalink
Update quay.io/appuio/oc Docker tag to v4.16
Browse files Browse the repository at this point in the history
Signed-off-by: Renovate Bot <[email protected]>
  • Loading branch information
vshn-renovate committed Sep 9, 2024
1 parent 9a7fe8c commit 1a7b291
Show file tree
Hide file tree
Showing 22 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion class/defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ parameters:
images:
oc:
image: quay.io/appuio/oc
tag: v4.15
tag: v4.16
node_exporter:
registry: quay.io
repository: prometheus/node-exporter
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -852,7 +852,7 @@ spec:
syn_component: openshift4-monitoring
expr: |
(
max by(namespace, statefulset) (
max by(namespace, statefulset, job, cluster) (
kube_statefulset_status_current_revision{namespace=~"(appuio.*|cilium|default|kube-.*|openshift-.*|syn.*)",job="kube-state-metrics"}
unless
kube_statefulset_status_update_revision{namespace=~"(appuio.*|cilium|default|kube-.*|openshift-.*|syn.*)",job="kube-state-metrics"}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ spec:
configMapKeyRef:
key: silences.json
name: silence
image: quay.io/appuio/oc:v4.15
image: quay.io/appuio/oc:v4.16
imagePullPolicy: IfNotPresent
name: silence
ports: []
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -852,7 +852,7 @@ spec:
syn_component: openshift4-monitoring
expr: |
(
max by(namespace, statefulset) (
max by(namespace, statefulset, job, cluster) (
kube_statefulset_status_current_revision{namespace=~"(appuio.*|cilium|default|kube-.*|openshift-.*|syn.*)",job="kube-state-metrics"}
unless
kube_statefulset_status_update_revision{namespace=~"(appuio.*|cilium|default|kube-.*|openshift-.*|syn.*)",job="kube-state-metrics"}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ spec:
configMapKeyRef:
key: silences.json
name: silence
image: quay.io/appuio/oc:v4.15
image: quay.io/appuio/oc:v4.16
imagePullPolicy: IfNotPresent
name: silence
ports: []
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ spec:
command:
- /usr/local/bin/script.sh
env: []
image: quay.io/appuio/oc:v4.15
image: quay.io/appuio/oc:v4.16
imagePullPolicy: IfNotPresent
name: job
ports: []
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -834,7 +834,7 @@ spec:
syn_component: openshift4-monitoring
expr: |
(
max by(namespace, statefulset) (
max by(namespace, statefulset, job, cluster) (
kube_statefulset_status_current_revision{namespace=~"(appuio.*|cilium|default|kube-.*|openshift-.*|syn.*)",namespace!~"(openshift-adp)",job="kube-state-metrics"}
unless
kube_statefulset_status_update_revision{namespace=~"(appuio.*|cilium|default|kube-.*|openshift-.*|syn.*)",namespace!~"(openshift-adp)",job="kube-state-metrics"}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ spec:
configMapKeyRef:
key: silences.json
name: silence
image: quay.io/appuio/oc:v4.15
image: quay.io/appuio/oc:v4.16
imagePullPolicy: IfNotPresent
name: silence
ports: []
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1003,7 +1003,7 @@ spec:
syn_component: openshift4-monitoring
expr: |
(
max by(namespace, statefulset) (
max by(namespace, statefulset, job, cluster) (
kube_statefulset_status_current_revision{namespace=~"(appuio.*|cilium|default|kube-.*|openshift-.*|syn.*)",job="kube-state-metrics"}
unless
kube_statefulset_status_update_revision{namespace=~"(appuio.*|cilium|default|kube-.*|openshift-.*|syn.*)",job="kube-state-metrics"}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ spec:
configMapKeyRef:
key: silences.json
name: silence
image: quay.io/appuio/oc:v4.15
image: quay.io/appuio/oc:v4.16
imagePullPolicy: IfNotPresent
name: silence
ports: []
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -831,7 +831,7 @@ spec:
syn_component: openshift4-monitoring
expr: |
(
max by(namespace, statefulset) (
max by(namespace, statefulset, job, cluster) (
kube_statefulset_status_current_revision{namespace=~"(appuio.*|cilium|default|kube-.*|openshift-.*|syn.*)",job="kube-state-metrics"}
unless
kube_statefulset_status_update_revision{namespace=~"(appuio.*|cilium|default|kube-.*|openshift-.*|syn.*)",job="kube-state-metrics"}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ spec:
configMapKeyRef:
key: silences.json
name: silence
image: quay.io/appuio/oc:v4.15
image: quay.io/appuio/oc:v4.16
imagePullPolicy: IfNotPresent
name: silence
ports: []
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -833,7 +833,7 @@ spec:
syn_component: openshift4-monitoring
expr: |
(
max by(namespace, statefulset) (
max by(namespace, statefulset, job, cluster) (
kube_statefulset_status_current_revision{namespace=~"(appuio.*|cilium|default|kube-.*|openshift-.*|syn.*)",job="kube-state-metrics"}
unless
kube_statefulset_status_update_revision{namespace=~"(appuio.*|cilium|default|kube-.*|openshift-.*|syn.*)",job="kube-state-metrics"}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ spec:
configMapKeyRef:
key: silences.json
name: silence
image: quay.io/appuio/oc:v4.15
image: quay.io/appuio/oc:v4.16
imagePullPolicy: IfNotPresent
name: silence
ports: []
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -852,7 +852,7 @@ spec:
syn_component: openshift4-monitoring
expr: |
(
max by(namespace, statefulset) (
max by(namespace, statefulset, job, cluster) (
kube_statefulset_status_current_revision{namespace=~"(appuio.*|cilium|default|kube-.*|openshift-.*|syn.*)",job="kube-state-metrics"}
unless
kube_statefulset_status_update_revision{namespace=~"(appuio.*|cilium|default|kube-.*|openshift-.*|syn.*)",job="kube-state-metrics"}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ spec:
configMapKeyRef:
key: silences.json
name: silence
image: quay.io/appuio/oc:v4.15
image: quay.io/appuio/oc:v4.16
imagePullPolicy: IfNotPresent
name: silence
ports: []
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -896,7 +896,7 @@ spec:
syn_component: openshift4-monitoring
expr: |
(
max by(namespace, statefulset) (
max by(namespace, statefulset, job, cluster) (
kube_statefulset_status_current_revision{namespace=~"(appuio.*|cilium|default|kube-.*|openshift-.*|syn.*)",job="kube-state-metrics"}
unless
kube_statefulset_status_update_revision{namespace=~"(appuio.*|cilium|default|kube-.*|openshift-.*|syn.*)",job="kube-state-metrics"}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ spec:
configMapKeyRef:
key: silences.json
name: silence
image: quay.io/appuio/oc:v4.15
image: quay.io/appuio/oc:v4.16
imagePullPolicy: IfNotPresent
name: silence
ports: []
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -852,7 +852,7 @@ spec:
syn_component: openshift4-monitoring
expr: |
(
max by(namespace, statefulset) (
max by(namespace, statefulset, job, cluster) (
kube_statefulset_status_current_revision{namespace=~"(appuio.*|cilium|default|kube-.*|openshift-.*|syn.*)",job="kube-state-metrics"}
unless
kube_statefulset_status_update_revision{namespace=~"(appuio.*|cilium|default|kube-.*|openshift-.*|syn.*)",job="kube-state-metrics"}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ spec:
configMapKeyRef:
key: silences.json
name: silence
image: quay.io/appuio/oc:v4.15
image: quay.io/appuio/oc:v4.16
imagePullPolicy: IfNotPresent
name: silence
ports: []
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -852,7 +852,7 @@ spec:
syn_component: openshift4-monitoring
expr: |
(
max by(namespace, statefulset) (
max by(namespace, statefulset, job, cluster) (
kube_statefulset_status_current_revision{namespace=~"(appuio.*|cilium|default|kube-.*|openshift-.*|syn.*)",job="kube-state-metrics"}
unless
kube_statefulset_status_update_revision{namespace=~"(appuio.*|cilium|default|kube-.*|openshift-.*|syn.*)",job="kube-state-metrics"}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ spec:
configMapKeyRef:
key: silences.json
name: silence
image: quay.io/appuio/oc:v4.15
image: quay.io/appuio/oc:v4.16
imagePullPolicy: IfNotPresent
name: silence
ports: []
Expand Down

0 comments on commit 1a7b291

Please sign in to comment.