Skip to content

Commit

Permalink
Merge pull request #131 from appuio/commodore-renovate/ghcr.io-appuio…
Browse files Browse the repository at this point in the history
…-control-api-0.33.x

Update ghcr.io/appuio/control-api Docker tag to v0.33.4
  • Loading branch information
simu authored Sep 27, 2024
2 parents f96ef48 + 4f4c245 commit e57cb44
Show file tree
Hide file tree
Showing 11 changed files with 32 additions and 8 deletions.
2 changes: 1 addition & 1 deletion class/defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ parameters:
control-api:
registry: ghcr.io
image: appuio/control-api
tag: v0.33.3
tag: v0.33.4

idp-adapter:
registry: ghcr.io
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ spec:
secretKeyRef:
key: url
name: odoo-credentials
image: ghcr.io/appuio/control-api:v0.33.3
image: ghcr.io/appuio/control-api:v0.33.4
name: apiserver
ports:
- containerPort: 9443
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,14 @@ rules:
- get
- patch
- update
- apiGroups:
- rbac.appuio.io
resources:
- users
verbs:
- create
- patch
- update
- apiGroups:
- rbac.authorization.k8s.io
resources:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
- --username-prefix=appuio#
- --webhook-cert-dir=/var/run/webhook-service-tls
env: []
image: ghcr.io/appuio/control-api:v0.33.3
image: ghcr.io/appuio/control-api:v0.33.4
name: controller
ports:
- containerPort: 9443
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
- --secure-port=9443
- --username-prefix=appuio#
env: []
image: ghcr.io/appuio/control-api:v0.33.3
image: ghcr.io/appuio/control-api:v0.33.4
name: apiserver
ports:
- containerPort: 9443
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,14 @@ rules:
- get
- patch
- update
- apiGroups:
- rbac.appuio.io
resources:
- users
verbs:
- create
- patch
- update
- apiGroups:
- rbac.authorization.k8s.io
resources:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
- --username-prefix=appuio#
- --webhook-cert-dir=/var/run/webhook-service-tls
env: []
image: ghcr.io/appuio/control-api:v0.33.3
image: ghcr.io/appuio/control-api:v0.33.4
name: controller
ports:
- containerPort: 9443
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ spec:
secretKeyRef:
key: url
name: odoo-credentials
image: ghcr.io/appuio/control-api:v0.33.3
image: ghcr.io/appuio/control-api:v0.33.4
name: apiserver
ports:
- containerPort: 9443
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,14 @@ rules:
- get
- patch
- update
- apiGroups:
- rbac.appuio.io
resources:
- users
verbs:
- create
- patch
- update
- apiGroups:
- rbac.authorization.k8s.io
resources:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
- --username-prefix=appuio#
- --webhook-cert-dir=/var/run/webhook-service-tls
env: []
image: ghcr.io/appuio/control-api:v0.33.3
image: ghcr.io/appuio/control-api:v0.33.4
name: controller
ports:
- containerPort: 9443
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
secretKeyRef:
key: url
name: odoo-credentials
image: ghcr.io/appuio/control-api:v0.33.3
image: ghcr.io/appuio/control-api:v0.33.4
imagePullPolicy: IfNotPresent
name: cleanup
ports: []
Expand Down

0 comments on commit e57cb44

Please sign in to comment.