Skip to content

Commit

Permalink
ci: update VERSION to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vimalk78 committed Sep 7, 2023
1 parent bb8d86c commit f8936bf
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.6.2
0.7.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 @@ -24,13 +24,13 @@ metadata:
]
capabilities: Basic Install
categories: Monitoring
containerImage: quay.io/sustainable_computing_io/kepler-operator:0.6.2
createdAt: "2023-09-04T08:38:00Z"
containerImage: quay.io/sustainable_computing_io/kepler-operator:0.7.0
createdAt: "2023-09-07T06:13:20Z"
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.6.2
name: kepler-operator.v0.7.0
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -196,7 +196,7 @@ spec:
- --zap-log-level=5
command:
- /manager
image: quay.io/sustainable_computing_io/kepler-operator:0.6.2
image: quay.io/sustainable_computing_io/kepler-operator:0.7.0
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand Down Expand Up @@ -297,5 +297,5 @@ spec:
provider:
name: Kepler Operator Contributors
url: https://sustainable-computing.io/
replaces: kepler-operator.v0.6.1
version: 0.6.2
replaces: kepler-operator.v0.6.2
version: 0.7.0

0 comments on commit f8936bf

Please sign in to comment.