Skip to content

Commit

Permalink
Merge branch 'main' into 939-scope-webhook-rules
Browse files Browse the repository at this point in the history
  • Loading branch information
b3ndill authored Nov 13, 2023
2 parents fe17f04 + 5e9d6b7 commit 3076742
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
helm repo add jaeger https://jaegertracing.github.io/helm-charts
- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.5.0
uses: helm/chart-releaser-action@v1.6.0
with:
charts_dir: charts
env:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ rules:
- monitoring.coreos.com
resources:
- servicemonitors
- podmonitors
verbs:
- create
- delete
Expand Down
1 change: 1 addition & 0 deletions charts/opentelemetry-operator/templates/clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ rules:
- monitoring.coreos.com
resources:
- servicemonitors
- podmonitors
verbs:
- create
- delete
Expand Down

0 comments on commit 3076742

Please sign in to comment.