Skip to content

Commit

Permalink
Merge pull request #87 from appuio/commodore-renovate/ghcr.io-appuio-…
Browse files Browse the repository at this point in the history
…appuio-cloud-agent-0.x

Update dependency ghcr.io/appuio/appuio-cloud-agent to v0.2.0
  • Loading branch information
glrf authored Apr 7, 2022
2 parents 8a87e13 + b742a7f commit ffa4927
Show file tree
Hide file tree
Showing 3 changed files with 10 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 @@ -7,7 +7,7 @@ parameters:
agent:
registry: ghcr.io
repository: appuio/appuio-cloud-agent
tag: v0.1.2
tag: v0.2.0

agent:
replicas: 3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ metadata:
name: appuio-cloud-agent
namespace: appuio-cloud
rules:
- apiGroups:
- ''
resources:
- namespaces
verbs:
- get
- list
- watch
- apiGroups:
- ''
resources:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
- --memory-per-core-limit=4Gi
command:
- appuio-cloud-agent
image: ghcr.io/appuio/appuio-cloud-agent:v0.1.2
image: ghcr.io/appuio/appuio-cloud-agent:v0.2.0
livenessProbe:
httpGet:
path: /healthz
Expand Down

0 comments on commit ffa4927

Please sign in to comment.