Skip to content

Commit

Permalink
Update appuio/appuio-cloud-agent to v0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bastjan committed Mar 12, 2024
1 parent b5d4965 commit 9620ef6
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion class/defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ parameters:
agent:
registry: ghcr.io
repository: appuio/appuio-cloud-agent
tag: v0.11.0
tag: v0.12.1

secrets: {}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,18 @@ rules:
- patch
- update
- watch
- apiGroups:
- user.openshift.io
resources:
- groups
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- user.openshift.io
resources:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
command:
- appuio-cloud-agent
env: []
image: ghcr.io/appuio/appuio-cloud-agent:v0.11.0
image: ghcr.io/appuio/appuio-cloud-agent:v0.12.1
livenessProbe:
httpGet:
path: /healthz
Expand Down

0 comments on commit 9620ef6

Please sign in to comment.