Skip to content

Commit 09b8e94

Browse files
authored
fix: update perses image version (#708)
Signed-off-by: Gabriel Bernal <[email protected]>
1 parent ad0a7cd commit 09b8e94

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

bundle/manifests/observability-operator.clusterserviceversion.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ metadata:
4242
categories: Monitoring
4343
certified: "false"
4444
containerImage: observability-operator:1.1.0
45-
createdAt: "2025-03-13T09:38:40Z"
45+
createdAt: "2025-03-13T16:50:00Z"
4646
description: A Go based Kubernetes operator to setup and manage highly available
4747
Monitoring Stack using Prometheus, Alertmanager and Thanos Querier.
4848
operatorframework.io/cluster-monitoring: "true"
@@ -912,7 +912,7 @@ spec:
912912
- --images=alertmanager=quay.io/prometheus/alertmanager:v0.26.0
913913
- --images=prometheus=quay.io/prometheus/prometheus:v2.49.1
914914
- --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
916916
env:
917917
- name: NAMESPACE
918918
valueFrom:

cmd/operator/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ var defaultImages = map[string]string{
4848
"ui-monitoring": "quay.io/openshift-observability-ui/monitoring-console-plugin:release-coo-1.1",
4949
"korrel8r": "quay.io/korrel8r/korrel8r:0.7.4",
5050
"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",
5252
}
5353

5454
func imagesUsed() []string {

deploy/operator/kustomization.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ patches:
4141
- patch: |-
4242
- op: add
4343
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
4545
target:
4646
group: apps
4747
kind: Deployment

0 commit comments

Comments
 (0)