Skip to content

Commit ad0a7cd

Browse files
authored
chore: set operator version to 1.1.0 for bundle (#706)
1 parent 085f329 commit ad0a7cd

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.0
1+
1.1.0

bundle/manifests/observability-operator.clusterserviceversion.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ metadata:
4141
capabilities: Basic Install
4242
categories: Monitoring
4343
certified: "false"
44-
containerImage: observability-operator:1.0.0
45-
createdAt: "2025-03-11T15:00:28Z"
44+
containerImage: observability-operator:1.1.0
45+
createdAt: "2025-03-13T09:38:40Z"
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"
@@ -58,7 +58,7 @@ metadata:
5858
]
5959
operators.operatorframework.io/project_layout: unknown
6060
repository: https://github.com/rhobs/observability-operator
61-
name: observability-operator.v1.0.0
61+
name: observability-operator.v1.1.0
6262
namespace: placeholder
6363
spec:
6464
apiservicedefinitions: {}
@@ -918,7 +918,7 @@ spec:
918918
valueFrom:
919919
fieldRef:
920920
fieldPath: metadata.namespace
921-
image: observability-operator:1.0.0
921+
image: observability-operator:1.1.0
922922
imagePullPolicy: Always
923923
livenessProbe:
924924
httpGet:
@@ -1058,7 +1058,7 @@ spec:
10581058
maturity: alpha
10591059
provider:
10601060
name: Red Hat
1061-
version: 1.0.0
1061+
version: 1.1.0
10621062
webhookdefinitions:
10631063
- admissionReviewVersions:
10641064
- v1

deploy/olm/kustomization.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ resources:
1313
images:
1414
- name: observability-operator
1515
newName: observability-operator
16-
newTag: 1.0.0
16+
newTag: 1.1.0
1717

1818
patches:
1919
- patch: |-

deploy/package-operator/operator/kustomization.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ namespace: observability-operator
44
images:
55
- name: observability-operator
66
newName: observability-operator
7-
newTag: 1.0.0
7+
newTag: 1.1.0
88
commonAnnotations:
99
package-operator.run/phase: operator
1010
resources:

0 commit comments

Comments
 (0)