Skip to content

Commit e6c0164

Browse files
renovate[bot]github-actionsgithub-actions[bot]
authored
chore(deps): update zgw-office-addin-docker-images to v0.9.215 (patch) (#847)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | ghcr.io/infonl/zgw-office-add-in-backend | patch | `v0.9.204` → `v0.9.215` | | ghcr.io/infonl/zgw-office-add-in-frontend | patch | `v0.9.204` → `v0.9.215` | --- ### Configuration 📅 **Schedule**: Branch creation - "before 6am" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/infonl/zgw-office-addin). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMDIuMTEiLCJ1cGRhdGVkSW5WZXIiOiI0My4xMDIuMTEiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 16be936 commit e6c0164

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

charts/office-add-in/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v2
22
name: zgw-office-addin
33
description: A Helm chart for deploying the zgw-office-addin (frontend and backend)
44
type: application
5-
version: 0.0.78
5+
version: 0.0.79
66
appVersion: 0.2.0

charts/office-add-in/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# zgw-office-addin
22

3-
![Version: 0.0.78](https://img.shields.io/badge/Version-0.0.78-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.2.0](https://img.shields.io/badge/AppVersion-0.2.0-informational?style=flat-square)
3+
![Version: 0.0.79](https://img.shields.io/badge/Version-0.0.79-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.2.0](https://img.shields.io/badge/AppVersion-0.2.0-informational?style=flat-square)
44

55
A Helm chart for deploying the zgw-office-addin (frontend and backend)
66

@@ -32,7 +32,7 @@ The Github workflow will perform helm-linting and will bump the version if neede
3232
| backend.affinity | object | `{}` | Affinity rules for the backend deployment |
3333
| backend.image.pullPolicy | string | `"IfNotPresent"` | |
3434
| backend.image.repository | string | `"ghcr.io/infonl/zgw-office-add-in-backend"` | |
35-
| backend.image.tag | string | `"v0.9.204@sha256:54859ed152245b6cd5f9df2494361917bc5a799b4e6636b9214d8abd6f89c59b"` | |
35+
| backend.image.tag | string | `"v0.9.215@sha256:09057eace385d9dd1f2f967cd091bdfa1ac2cbb758b192a9a0745afa961802b0"` | |
3636
| backend.imagePullSecrets | list | `[]` | Image pull secrets for the backend deployment |
3737
| backend.msalSecret | string | `""` | Client secret for MSAL authentication towards Azure AD |
3838
| backend.nodeSelector | object | `{}` | Node selector for the backend deployment |
@@ -53,7 +53,7 @@ The Github workflow will perform helm-linting and will bump the version if neede
5353
| frontend.enableHttps | bool | `false` | If enabled nginx will also listen on port 443. You will need to volume map a key and certificate valid for your frontendUrl |
5454
| frontend.image.pullPolicy | string | `"IfNotPresent"` | |
5555
| frontend.image.repository | string | `"ghcr.io/infonl/zgw-office-add-in-frontend"` | |
56-
| frontend.image.tag | string | `"v0.9.204@sha256:46e990f68a11deb49e94f57aacc8d55b21ec92a82ab30d6c01e7605df3435d89"` | |
56+
| frontend.image.tag | string | `"v0.9.215@sha256:fc5b43d582d0297ca37a7cf5685896d92c53f2db223e483808774839a4243d15"` | |
5757
| frontend.imagePullSecrets | list | `[]` | Image pull secrets for the frontend deployment |
5858
| frontend.maxBodySize | string | `"80M"` | Maximum content body size (e.g. for attachments) |
5959
| frontend.nodeSelector | object | `{}` | Node selector for the frontend deployment |

charts/office-add-in/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ common:
1111
frontend:
1212
image:
1313
repository: ghcr.io/infonl/zgw-office-add-in-frontend
14-
tag: v0.9.204@sha256:46e990f68a11deb49e94f57aacc8d55b21ec92a82ab30d6c01e7605df3435d89
14+
tag: v0.9.215@sha256:fc5b43d582d0297ca37a7cf5685896d92c53f2db223e483808774839a4243d15
1515
pullPolicy: IfNotPresent
1616
service:
1717
type: ClusterIP
@@ -68,7 +68,7 @@ frontend:
6868
backend:
6969
image:
7070
repository: ghcr.io/infonl/zgw-office-add-in-backend
71-
tag: v0.9.204@sha256:54859ed152245b6cd5f9df2494361917bc5a799b4e6636b9214d8abd6f89c59b
71+
tag: v0.9.215@sha256:09057eace385d9dd1f2f967cd091bdfa1ac2cbb758b192a9a0745afa961802b0
7272
pullPolicy: IfNotPresent
7373
service:
7474
type: ClusterIP

0 commit comments

Comments
 (0)