Skip to content

Commit

Permalink
Update ghcr.io/appuio/appuio-cloud-agent Docker tag to v0.12.0
Browse files Browse the repository at this point in the history
Signed-off-by: Renovate Bot <tech+renovate@vshn.ch>
  • Loading branch information
vshn-renovate committed Mar 12, 2024
1 parent b5d4965 commit a4112e1
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.0

secrets: {}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,18 @@ rules:
- get
- patch
- update
- apiGroups:
- group.openshift.io
resources:
- users
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- rbac.authorization.k8s.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.0
livenessProbe:
httpGet:
path: /healthz
Expand Down

0 comments on commit a4112e1

Please sign in to comment.