Skip to content

Commit f21237d

Browse files
committed
chore: update VERSION to 0.22.3
Signed-off-by: github-actions[bot] <[email protected]>
1 parent 6a6219d commit f21237d

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.22.2
1+
0.22.3

bundle/manifests/kepler-operator.clusterserviceversion.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ metadata:
3131
]
3232
capabilities: Seamless Upgrades
3333
categories: Monitoring
34-
containerImage: quay.io/sustainable_computing_io/kepler-operator:0.22.2
35-
createdAt: "2025-10-08T10:10:47Z"
34+
containerImage: quay.io/sustainable_computing_io/kepler-operator:0.22.3
35+
createdAt: "2025-10-08T12:22:16Z"
3636
description: Deploys and Manages Kepler on Kubernetes
3737
operators.operatorframework.io/builder: operator-sdk-v1.39.1
3838
operators.operatorframework.io/internal-objects: |-
@@ -42,7 +42,7 @@ metadata:
4242
operators.operatorframework.io/project_layout: go.kubebuilder.io/v4
4343
repository: https://github.com/sustainable-computing-io/kepler-operator
4444
support: https://github.com/sustainable-computing-io/kepler-operator/issues
45-
name: kepler-operator.v0.22.2
45+
name: kepler-operator.v0.22.3
4646
namespace: placeholder
4747
spec:
4848
apiservicedefinitions: {}
@@ -238,7 +238,7 @@ spec:
238238
value: quay.io/sustainable_computing_io/kepler:v0.11.2
239239
- name: RELATED_IMAGE_KUBE_RBAC_PROXY
240240
value: quay.io/brancz/kube-rbac-proxy:v0.19.0
241-
image: quay.io/sustainable_computing_io/kepler-operator:0.22.2
241+
image: quay.io/sustainable_computing_io/kepler-operator:0.22.3
242242
imagePullPolicy: IfNotPresent
243243
livenessProbe:
244244
httpGet:
@@ -350,7 +350,7 @@ spec:
350350
- image: quay.io/brancz/kube-rbac-proxy:v0.19.0
351351
name: kube-rbac-proxy
352352
replaces: kepler-operator.v0.22.0
353-
version: 0.22.2
353+
version: 0.22.3
354354
webhookdefinitions:
355355
- admissionReviewVersions:
356356
- v1

manifests/helm/kepler-operator/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: kepler-operator
33
description: A Helm chart for deploying the Kepler Operator on Kubernetes
44
type: application
5-
version: 0.22.2
6-
appVersion: "v0.22.2"
5+
version: 0.22.3
6+
appVersion: "v0.22.3"
77
keywords:
88
- kepler
99
- power

0 commit comments

Comments
 (0)