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

chore(container): update alpine docker tag to v3.20.3 #4619

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

budimanjojo-bot[bot]
Copy link
Contributor

@budimanjojo-bot budimanjojo-bot bot commented Sep 6, 2024

This PR contains the following updates:

Package Update Change
alpine patch 3.20.2 -> 3.20.3

Configuration

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

🚦 Automerge: Enabled.

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

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


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

This PR has been generated by Renovate Bot.

Signed-off-by: budimanjojo-bot <111944664+budimanjojo-bot[bot]@users.noreply.github.com>
@budimanjojo-bot budimanjojo-bot bot added renovate/container Pull request to a Renovate container update renovatebot Pull request created by Renovate type/patch Pull request of type patch version bump labels Sep 6, 2024
@budimanjojo-bot
Copy link
Contributor Author

--- cluster/apps/default/firefly-iii/base Kustomization: flux-system/default-firefly-iii HelmRelease: default/firefly-iii

+++ cluster/apps/default/firefly-iii/base Kustomization: flux-system/default-firefly-iii HelmRelease: default/firefly-iii

@@ -42,13 +42,13 @@

                 secretKeyRef:
                   key: STATIC_CRON_TOKEN
                   name: firefly-iii-secret
             image:
               pullPolicy: IfNotPresent
               repository: alpine
-              tag: 3.20.2
+              tag: 3.20.3
           main:
             env:
               DB_CONNECTION: pgsql
               DB_DATABASE:
                 valueFrom:
                   secretKeyRef:
@@ -110,13 +110,13 @@

                 secretKeyRef:
                   key: host
                   name: pgo-cluster-pguser-fireflyiii
             image:
               pullPolicy: IfNotPresent
               repository: alpine
-              tag: 3.20.2
+              tag: 3.20.3
     ingress:
       main:
         className: nginx
         enabled: true
         hosts:
         - host: money.${SECRET_DOMAIN_1}
--- cluster/apps/default/nextcloud/base Kustomization: flux-system/default-nextcloud HelmRelease: default/nextcloud

+++ cluster/apps/default/nextcloud/base Kustomization: flux-system/default-nextcloud HelmRelease: default/nextcloud

@@ -89,13 +89,13 @@

           echo "Waiting for database"; done
         command:
         - sh
         env:
         - name: POSTGRES_HOST
           value: pgo-cluster-primary.default.svc
-        image: alpine:3.20.2
+        image: alpine:3.20.3
         imagePullPolicy: IfNotPresent
         name: wait-database
       - args:
         - -c
         - until nc -w 1 -v $REDIS_HOST:$REDIS_HOST_PORT; do echo "Waiting for Redis";
           done
@@ -103,13 +103,13 @@

         - sh
         env:
         - name: REDIS_HOST
           value: redis
         - name: REDIS_HOST_PORT
           value: '6379'
-        image: alpine:3.20.2
+        image: alpine:3.20.3
         imagePullPolicy: IfNotPresent
         name: wait-redis
       host: nextcloud.${SECRET_DOMAIN_0}
     nginx:
       enabled: true
       image:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
renovate/container Pull request to a Renovate container update renovatebot Pull request created by Renovate type/patch Pull request of type patch version bump
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants