Skip to content

Commit 698a5bd

Browse files
committed
fix: update perses image
Signed-off-by: Gabriel Bernal <gbernal@redhat.com>
1 parent 66223fb commit 698a5bd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bundle/manifests/observability-operator.clusterserviceversion.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ metadata:
4242
categories: Monitoring
4343
certified: "false"
4444
containerImage: observability-operator:1.2.0
45-
createdAt: "2025-06-13T09:25:15Z"
45+
createdAt: "2025-06-24T11:30:26Z"
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"
@@ -923,7 +923,7 @@ spec:
923923
- --images=alertmanager=quay.io/prometheus/alertmanager:v0.26.0
924924
- --images=prometheus=quay.io/prometheus/prometheus:v2.49.1
925925
- --images=thanos=quay.io/thanos/thanos:v0.33.0
926-
- --images=perses=quay.io/openshift-observability-ui/perses:v0.51-go-1.23
926+
- --images=perses=quay.io/openshift-observability-ui/perses:v0.51.1-go-1.23
927927
env:
928928
- name: NAMESPACE
929929
valueFrom:

deploy/operator/kustomization.yaml

Lines changed: 1 addition & 1 deletion
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/openshift-observability-ui/perses:v0.51-go-1.23
44+
value: --images=perses=quay.io/openshift-observability-ui/perses:v0.51.1-go-1.23
4545
target:
4646
group: apps
4747
kind: Deployment

0 commit comments

Comments
 (0)