Skip to content

Commit

Permalink
Update operator with chart changes
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Sauer <[email protected]>
  • Loading branch information
etsauer committed Aug 5, 2024
1 parent e3332b0 commit 47cda04
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 21 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ metadata:
categories: |
Modernization & Migration,Developer Tools,Monitoring,Integration & Delivery
containerImage: quay.io/pelorus/pelorus-operator:0.0.10-rc.2
createdAt: "2024-07-25T20:08:21Z"
createdAt: "2024-08-05T20:19:51Z"
description: |
Tool that helps IT organizations measure their impact on the overall performance of their organization
operatorframework.io/suggested-namespace: pelorus
Expand Down Expand Up @@ -210,6 +210,15 @@ spec:
- clusterroles
verbs:
- '*'
- apiGroups:
- ""
resources:
- configmaps
- secrets
- serviceaccounts
- services
verbs:
- '*'
- apiGroups:
- rbac.authorization.k8s.io
resources:
Expand Down Expand Up @@ -243,15 +252,6 @@ spec:
- routes
verbs:
- '*'
- apiGroups:
- ""
resources:
- configmaps
- secrets
- serviceaccounts
- services
verbs:
- '*'
- apiGroups:
- operators.coreos.com
resources:
Expand Down
18 changes: 9 additions & 9 deletions pelorus-operator/config/rbac/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,15 @@ rules:
resources:
- "clusterrolebindings"
- "clusterroles"
- verbs:
- "*"
apiGroups:
- ""
resources:
- "configmaps"
- "secrets"
- "serviceaccounts"
- "services"
- verbs:
- "*"
apiGroups:
Expand Down Expand Up @@ -85,14 +94,5 @@ rules:
- "route.openshift.io"
resources:
- "routes"
- verbs:
- "*"
apiGroups:
- ""
resources:
- "configmaps"
- "secrets"
- "serviceaccounts"
- "services"

#+kubebuilder:scaffold:rules
2 changes: 1 addition & 1 deletion pelorus-operator/helm-charts/pelorus/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ dependencies:
repository: file://./charts/exporters
version: 2.0.13-rc.2
digest: sha256:acffc6b35d891be294bdee3d59cf41ec462bf8433cdf72347c4bcf604ff14a99
generated: "2024-07-25T20:08:20.628605315Z"
generated: "2024-08-05T20:19:50.521060343Z"
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
- record: sdp:lead_time:by_commit
expr: >
min by (app, commit) (deploy_timestamp - on(app,image_sha) group_left(commit) commit_timestamp)
min by (app, commit, commit_link, image_sha) (deploy_timestamp - on(app,image_sha) group_left(commit, commit_link) commit_timestamp)
- record: sdp:lead_time:by_app
expr: >
avg by (app) (sdp:lead_time:by_commit)
Expand Down

0 comments on commit 47cda04

Please sign in to comment.