Skip to content

Commit

Permalink
ci: update VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
sthaha committed Aug 15, 2023
1 parent f853d58 commit c7ed269
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.5.0
0.6.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 @@ -23,13 +23,13 @@ metadata:
}
]
capabilities: Basic Install
containerImage: quay.io/sustainable_computing_io/kepler-operator:0.5.0
createdAt: "2023-08-09T06:55:07Z"
containerImage: quay.io/sthaha/kepler-operator:0.6.0
createdAt: "2023-08-15T08:06:47Z"
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.5.0
name: kepler-operator.v0.6.0
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -218,7 +218,7 @@ spec:
- --zap-log-level=3
command:
- /manager
image: quay.io/sustainable_computing_io/kepler-operator:0.5.0
image: quay.io/sthaha/kepler-operator:0.6.0
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand Down Expand Up @@ -313,5 +313,5 @@ spec:
provider:
name: Kepler Operator Contributors
url: https://sustainable-computing.io/
replaces: kepler-operator.v0.4.1
version: 0.5.0
replaces: kepler-operator.v0.5.0
version: 0.6.0

0 comments on commit c7ed269

Please sign in to comment.