Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(container): update image public.ecr.aws/docker/library/nextcloud to v28.0.4 #556

Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 29, 2024

Mend Renovate

This PR contains the following updates:

Package Update Change
public.ecr.aws/docker/library/nextcloud patch 28.0.3-fpm-alpine -> 28.0.4-fpm-alpine

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from martinohmann as a code owner March 29, 2024 20:28
@github-actions github-actions bot added the area/kubernetes Changes made in the kubernetes directory label Mar 29, 2024
Copy link

--- kubernetes/apps/default/nextcloud/app Kustomization: flux-system/nextcloud HelmRelease: default/nextcloud

+++ kubernetes/apps/default/nextcloud/app Kustomization: flux-system/nextcloud HelmRelease: default/nextcloud

@@ -39,13 +39,13 @@

         passwordKey: INIT_POSTGRES_PASS
         secretName: nextcloud-secret
         usernameKey: INIT_POSTGRES_USER
       type: postgresql
     image:
       repository: public.ecr.aws/docker/library/nextcloud
-      tag: 28.0.3-fpm-alpine
+      tag: 28.0.4-fpm-alpine
     ingress:
       annotations:
         gethomepage.dev/enabled: 'true'
         gethomepage.dev/group: Storage
         gethomepage.dev/icon: nextcloud.png
         gethomepage.dev/name: Nextcloud

Copy link

--- HelmRelease: default/nextcloud Deployment: default/nextcloud

+++ HelmRelease: default/nextcloud Deployment: default/nextcloud

@@ -31,13 +31,13 @@

         php-config-hash: b42c4841da13ab0c6d450941f1d15997c7ee914e8f09152d25ac1af57d0ccc8c
         nginx-config-hash: 18dd8f905a93ed27f032e9ae68084222ed7e5926f7144cda17b979780f4da54b
         hooks-hash: 9525c2748a6c7cd0e28ec740623d0b3fa5a75c83b51ccfd136bc89c76737b204
     spec:
       containers:
       - name: nextcloud
-        image: public.ecr.aws/docker/library/nextcloud:28.0.3-fpm-alpine
+        image: public.ecr.aws/docker/library/nextcloud:28.0.4-fpm-alpine
         imagePullPolicy: IfNotPresent
         env:
         - name: OVERWRITEPROTOCOL
           value: https
         - name: POSTGRES_HOST
           valueFrom:
@@ -256,13 +256,13 @@

         - name: nextcloud-main
           mountPath: /var/www/html/themes
           subPath: themes
         - name: nextcloud-nginx-config
           mountPath: /etc/nginx/conf.d/
       - name: nextcloud-cron
-        image: public.ecr.aws/docker/library/nextcloud:28.0.3-fpm-alpine
+        image: public.ecr.aws/docker/library/nextcloud:28.0.4-fpm-alpine
         imagePullPolicy: IfNotPresent
         command:
         - /cron.sh
         env:
         - name: OVERWRITEPROTOCOL
           value: https

@martinohmann martinohmann merged commit dd8e5e7 into main Mar 29, 2024
4 checks passed
@renovate renovate bot deleted the renovate/public.ecr.aws-docker-library-nextcloud-28.x branch March 29, 2024 20:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/kubernetes Changes made in the kubernetes directory renovate/container type/patch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant