Skip to content

Commit

Permalink
Merge branch 'main' into fix/make-flagd-replicas-configureable
Browse files Browse the repository at this point in the history
  • Loading branch information
beeme1mr authored Oct 30, 2024
2 parents 0b04530 + 69efcf0 commit 17f970a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
ref: ${{ needs.release-please.outputs.release_tag_name }}

- name: Log in to the Container registry
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567
uses: docker/login-action@06895751d15a223ec091bea144ad5c7f50d228d0
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
Expand Down
8 changes: 8 additions & 0 deletions config/rbac/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -147,3 +147,11 @@ rules:
verbs:
- get
- update
- apiGroups:
- policy
resources:
- poddisruptionbudgets
verbs:
- list
- create
- watch

0 comments on commit 17f970a

Please sign in to comment.