Skip to content

Commit

Permalink
ci: update VERSION to 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sthaha committed Oct 13, 2023
1 parent d3f7eba commit 61f220b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.8.2
0.9.0
12 changes: 6 additions & 6 deletions bundle/manifests/kepler-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ metadata:
]
capabilities: Basic Install
categories: Monitoring
containerImage: quay.io/sustainable_computing_io/kepler-operator:0.8.2
createdAt: "2023-10-12T23:35:33Z"
containerImage: quay.io/sustainable_computing_io/kepler-operator:0.9.0
createdAt: "2023-10-13T05:19:02Z"
description: 'Deploys and Manages Kepler on Kubernetes '
operators.operatorframework.io/builder: operator-sdk-v1.27.0
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
repository: https://github.com/sustainable-computing-io/kepler-operator
name: kepler-operator.v0.8.2
name: kepler-operator.v0.9.0
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -230,7 +230,7 @@ spec:
env:
- name: RELATED_IMAGE_KEPLER
value: quay.io/sustainable_computing_io/kepler:release-0.6.1
image: quay.io/sustainable_computing_io/kepler-operator:0.8.2
image: quay.io/sustainable_computing_io/kepler-operator:0.9.0
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand Down Expand Up @@ -334,5 +334,5 @@ spec:
relatedImages:
- image: quay.io/sustainable_computing_io/kepler:release-0.6.1
name: kepler
replaces: kepler-operator.v0.8.1
version: 0.8.2
replaces: kepler-operator.v0.8.2
version: 0.9.0

0 comments on commit 61f220b

Please sign in to comment.