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 gotenberg/gotenberg (8.17.0 → 8.17.1) #354

Merged
merged 1 commit into from
Feb 12, 2025

Conversation

botty-white[bot]
Copy link
Contributor

@botty-white botty-white bot commented Feb 12, 2025

This PR contains the following updates:

Package Update Change
gotenberg/gotenberg patch 8.17.0 -> 8.17.1

Release Notes

gotenberg/gotenberg (gotenberg/gotenberg)

v8.17.1: 8.17.1

Compare Source

Bug Fix

The split feature wasn't working as expected for PDFs longer than nine pages. Thanks to @​ninjacarr and @​zach-goldberg for the heads-up!

Chore

Updates Go dependencies.


Configuration

📅 Schedule: Branch creation - "every weekend" in timezone America/New_York, 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 these updates again.


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

This PR has been generated by Renovate Bot.

@botty-white
Copy link
Contributor Author

botty-white bot commented Feb 12, 2025

--- kubernetes/apps/home/paperless/app Kustomization: flux-system/paperless HelmRelease: home/paperless

+++ kubernetes/apps/home/paperless/app Kustomization: flux-system/paperless HelmRelease: home/paperless

@@ -40,13 +40,13 @@

             - gotenberg
             - --chromium-disable-javascript=true
             - --chromium-allow-list=file:///tmp/.*
             image:
               pullPolicy: IfNotPresent
               repository: gotenberg/gotenberg
-              tag: 8.17.0
+              tag: 8.17.1
             ports:
             - containerPort: 3000
           paperless:
             env:
               FLOWER_PORT: 5555
               PAPERLESS_ACCOUNT_ALLOW_SIGNUPS: 'false'

@botty-white
Copy link
Contributor Author

botty-white bot commented Feb 12, 2025

--- HelmRelease: home/paperless Deployment: home/paperless

+++ HelmRelease: home/paperless Deployment: home/paperless

@@ -52,13 +52,13 @@

           name: nas
       containers:
       - command:
         - gotenberg
         - --chromium-disable-javascript=true
         - --chromium-allow-list=file:///tmp/.*
-        image: gotenberg/gotenberg:8.17.0
+        image: gotenberg/gotenberg:8.17.1
         imagePullPolicy: IfNotPresent
         name: gotenberg
         ports:
         - containerPort: 3000
         volumeMounts:
         - mountPath: /data/local
@@ -134,13 +134,13 @@

         name: paperless
         readinessProbe:
           failureThreshold: 3
           initialDelaySeconds: 0
           periodSeconds: 10
           tcpSocket:
-            port: 8000
+            port: 5555
           timeoutSeconds: 1
         resources:
           limits:
             memory: 6Gi
           requests:
             cpu: 25m

Signed-off-by: botty-white[bot] <181132496+botty-white[bot]@users.noreply.github.com>
@botty-white botty-white bot force-pushed the renovate/gotenberg-gotenberg-8.17.x branch from eb219fd to 95ac059 Compare February 12, 2025 18:24
@zebernst zebernst merged commit afc6c72 into main Feb 12, 2025
3 checks passed
@zebernst zebernst deleted the renovate/gotenberg-gotenberg-8.17.x branch February 12, 2025 18:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant