Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.3.0
1.5.0
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ metadata:
categories: Monitoring, Observability
certified: "false"
console.openshift.io/operator-monitoring-default: "true"
containerImage: observability-operator:1.3.0
createdAt: "2026-05-18T17:17:51Z"
containerImage: observability-operator:1.5.0
createdAt: "2026-05-19T15:52:29Z"
description: A Go based Kubernetes operator to setup and manage highly available
Monitoring Stack using Prometheus, Alertmanager and Thanos Querier.
operatorframework.io/cluster-monitoring: "true"
Expand All @@ -59,7 +59,7 @@ metadata:
]
operators.operatorframework.io/project_layout: unknown
repository: https://github.com/rhobs/observability-operator
name: observability-operator.v1.3.0
name: observability-operator.v1.5.0
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -1095,13 +1095,12 @@ spec:
containers:
- args:
- --namespace=$(NAMESPACE)
- --images=perses=quay.io/openshift-observability-ui/perses:v0.53.0-go-1.25
env:
- name: NAMESPACE
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: observability-operator:1.3.0
image: observability-operator:1.5.0
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -1241,7 +1240,7 @@ spec:
maturity: alpha
provider:
name: Red Hat
version: 1.3.0
version: 1.5.0
webhookdefinitions:
- admissionReviewVersions:
- v1
Expand Down
2 changes: 1 addition & 1 deletion deploy/olm/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ resources:
images:
- name: observability-operator
newName: observability-operator
newTag: 1.3.0
newTag: 1.5.0

patches:
- patch: |-
Expand Down
10 changes: 0 additions & 10 deletions deploy/operator/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,3 @@ images:
newName: observability-operator
newTag: 0.0.29
namespace: operators

patches:
- patch: |-
- op: add
path: /spec/template/spec/containers/0/args/-
value: --images=perses=quay.io/openshift-observability-ui/perses:v0.53.0-go-1.25
target:
group: apps
kind: Deployment
version: v1
2 changes: 1 addition & 1 deletion deploy/package-operator/operator/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ namespace: observability-operator
images:
- name: observability-operator
newName: observability-operator
newTag: 1.3.0
newTag: 1.5.0
commonAnnotations:
package-operator.run/phase: operator
resources:
Expand Down
Loading