Skip to content

Commit

Permalink
Merge pull request #2026 from codificat/prow-bump-versions
Browse files Browse the repository at this point in the history
Add missing permission for horologium and bump prow images to latest
  • Loading branch information
sesheta authored Oct 11, 2021
2 parents 64eabbf + f7a80f1 commit 620fa5a
Show file tree
Hide file tree
Showing 3 changed files with 567 additions and 486 deletions.
2 changes: 1 addition & 1 deletion prow/add-ist
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ with open("overlays/smaug/imagestreamtags.yaml") as ist:
stream = load_all(ist.read(), Loader=Loader)

updated_imagestream_tags = []
current_tag = "v20210705-728bc30968"
current_tag = "v20211008-8c358bcb9d"

for data in stream:
logging.info(f"updating ImageStream '{data['metadata']['name']}'")
Expand Down
1 change: 1 addition & 0 deletions prow/overlays/cluster-admin/roles.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ rules:
verbs:
- create
- list
- watch
---
kind: Role
apiVersion: rbac.authorization.k8s.io/v1beta1
Expand Down
Loading

0 comments on commit 620fa5a

Please sign in to comment.