Skip to content

Commit

Permalink
finalize updates
Browse files Browse the repository at this point in the history
Signed-off-by: Scott Trent <[email protected]>
  • Loading branch information
trent-s committed Sep 11, 2024
1 parent ea79543 commit 9108440
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
18 changes: 12 additions & 6 deletions bundle/manifests/susql-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ metadata:
]
capabilities: Basic Install
categories: Monitoring
containerImage: quay.io/sustainable_computing_io/susql_operator:0.0.29
createdAt: "2024-09-10T06:44:16Z"
containerImage: quay.io/sustainable_computing_io/susql_operator:0.0.30
createdAt: "2024-09-11T00:19:43Z"
description: 'Aggregates energy and CO2 emission data for pods tagged with SusQL
labels '
operators.operatorframework.io/builder: operator-sdk-v1.36.1
operators.operatorframework.io/project_layout: go.kubebuilder.io/v4
repository: https://github.com/sustainable-computing-io/susql-operator
support: https://github.com/sustainable-computing-io/susql-operator/issues
name: susql-operator.v0.0.29
name: susql-operator.v0.0.30
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -204,7 +204,10 @@ spec:
capabilities:
drop:
- ALL
readOnlyRootFilesystem: true
runAsGroup: 14001
runAsNonRoot: true
runAsUser: 14001
- command:
- /manager
env:
Expand Down Expand Up @@ -298,7 +301,7 @@ spec:
key: CARBON-QUERY-CONV-2J
name: susql-config
optional: true
image: quay.io/sustainable_computing_io/susql_operator:0.0.29
image: quay.io/sustainable_computing_io/susql_operator:0.0.30
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -329,8 +332,12 @@ spec:
capabilities:
drop:
- ALL
runAsGroup: 12001
runAsUser: 12001
securityContext:
runAsGroup: 11001
runAsNonRoot: true
runAsUser: 11001
serviceAccountName: susql-operator-susql-controller-manager
terminationGracePeriodSeconds: 10
permissions:
Expand Down Expand Up @@ -401,5 +408,4 @@ spec:
provider:
name: SusQL Operator Contributors
url: https://github.com/sustainable-computing-io/susql-operator
replaces: susql-operator.v0.0.28
version: 0.0.29
version: 0.0.30
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ kind: Kustomization
images:
- name: controller
newName: quay.io/sustainable_computing_io/susql_operator
newTag: 0.0.29
newTag: 0.0.30

0 comments on commit 9108440

Please sign in to comment.