File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ metadata:
42
42
categories : Monitoring
43
43
certified : " false"
44
44
containerImage : observability-operator:1.1.0
45
- createdAt : " 2025-03-13T09:38:40Z "
45
+ createdAt : " 2025-03-13T16:50:00Z "
46
46
description : A Go based Kubernetes operator to setup and manage highly available
47
47
Monitoring Stack using Prometheus, Alertmanager and Thanos Querier.
48
48
operatorframework.io/cluster-monitoring : " true"
@@ -912,7 +912,7 @@ spec:
912
912
- --images=alertmanager=quay.io/prometheus/alertmanager:v0.26.0
913
913
- --images=prometheus=quay.io/prometheus/prometheus:v2.49.1
914
914
- --images=thanos=quay.io/thanos/thanos:v0.33.0
915
- - --images=perses=quay.io/persesdev/perses:v0.51.0
915
+ - --images=perses=quay.io/persesdev/perses:v0.50.2
916
916
env :
917
917
- name : NAMESPACE
918
918
valueFrom :
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ var defaultImages = map[string]string{
48
48
"ui-monitoring" : "quay.io/openshift-observability-ui/monitoring-console-plugin:release-coo-1.1" ,
49
49
"korrel8r" : "quay.io/korrel8r/korrel8r:0.7.4" ,
50
50
"health-analyzer" : "quay.io/openshiftanalytics/cluster-health-analyzer:v0.4.0" ,
51
- "perses" : "quay.io/persesdev/perses:v0.51.0 " ,
51
+ "perses" : "quay.io/persesdev/perses:v0.50.2 " ,
52
52
}
53
53
54
54
func imagesUsed () []string {
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ patches:
41
41
- patch : |-
42
42
- op: add
43
43
path: /spec/template/spec/containers/0/args/-
44
- value: --images=perses=quay.io/persesdev/perses:v0.51.0
44
+ value: --images=perses=quay.io/persesdev/perses:v0.50.2
45
45
target :
46
46
group : apps
47
47
kind : Deployment
You can’t perform that action at this time.
0 commit comments