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 ghcr.io/tchapi/davis to v4.4.3 #898

Merged
merged 1 commit into from
May 20, 2024

Conversation

tinfoild[bot]
Copy link
Contributor

@tinfoild tinfoild bot commented May 19, 2024

This PR contains the following updates:

Package Update Change OpenSSF
ghcr.io/tchapi/davis patch 4.4.2 -> 4.4.3 OpenSSF Scorecard

Release Notes

tchapi/davis (ghcr.io/tchapi/davis)

v4.4.3

Compare Source

This is a minor fix addressing Docker improvements and other things

What's Changed
How to upgrade

Nothing if you're on v4.4.2

Full Changelog: tchapi/davis@v4.4.2...v4.4.3


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 this update again.


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

This PR has been generated by Renovate Bot.

Copy link

cloudflare-workers-and-pages bot commented May 19, 2024

Deploying jjgadgets-biohazard with  Cloudflare Pages  Cloudflare Pages

Latest commit: 873b74e
Status: ✅  Deploy successful!
Preview URL: https://dd2d1864.jjgadgets-biohazard.pages.dev
Branch Preview URL: https://renovate-ghcr-io-tchapi-davi.jjgadgets-biohazard.pages.dev

View logs

@tinfoild
Copy link
Contributor Author

tinfoild bot commented May 19, 2024

--- kube/deploy/apps/davis/app Kustomization: flux-system/davis-app HelmRelease: davis/davis

+++ kube/deploy/apps/davis/app Kustomization: flux-system/davis-app HelmRelease: davis/davis

@@ -117,13 +117,13 @@

               WEBDAV_ENABLED: 'false'
             envFrom:
             - secretRef:
                 name: davis-secrets
             image:
               repository: ghcr.io/tchapi/davis
-              tag: 4.4.2@sha256:475465ed78376d2a54e3f797d581e02f59b82195a4fa982809cfaafd392ba9a6
+              tag: 4.4.3@sha256:54050bdebb1d079b355385178a42b14d865657ed55890b1b93b32b6a0a3cc18c
             resources:
               limits:
                 cpu: 3000m
                 memory: 6Gi
               requests:
                 cpu: 5m
@@ -162,13 +162,13 @@

               WEBDAV_ENABLED: 'false'
             envFrom:
             - secretRef:
                 name: davis-secrets
             image:
               repository: ghcr.io/tchapi/davis
-              tag: 4.4.2@sha256:475465ed78376d2a54e3f797d581e02f59b82195a4fa982809cfaafd392ba9a6
+              tag: 4.4.3@sha256:54050bdebb1d079b355385178a42b14d865657ed55890b1b93b32b6a0a3cc18c
             resources:
               requests:
                 cpu: 5m
                 memory: 10M
             securityContext:
               allowPrivilegeEscalation: false
@@ -203,13 +203,13 @@

               WEBDAV_ENABLED: 'false'
             envFrom:
             - secretRef:
                 name: davis-secrets
             image:
               repository: ghcr.io/tchapi/davis
-              tag: 4.4.2@sha256:475465ed78376d2a54e3f797d581e02f59b82195a4fa982809cfaafd392ba9a6
+              tag: 4.4.3@sha256:54050bdebb1d079b355385178a42b14d865657ed55890b1b93b32b6a0a3cc18c
             resources:
               requests:
                 cpu: 5m
                 memory: 10M
             securityContext:
               allowPrivilegeEscalation: false

@tinfoild
Copy link
Contributor Author

tinfoild bot commented May 19, 2024

--- HelmRelease: davis/davis Deployment: davis/davis

+++ HelmRelease: davis/davis Deployment: davis/davis

@@ -98,13 +98,13 @@

           value: ${IP_POD_CIDR_V4},127.0.0.1
         - name: WEBDAV_ENABLED
           value: 'false'
         envFrom:
         - secretRef:
             name: davis-secrets
-        image: ghcr.io/tchapi/davis:4.4.2@sha256:475465ed78376d2a54e3f797d581e02f59b82195a4fa982809cfaafd392ba9a6
+        image: ghcr.io/tchapi/davis:4.4.3@sha256:54050bdebb1d079b355385178a42b14d865657ed55890b1b93b32b6a0a3cc18c
         name: 01-public
         resources:
           requests:
             cpu: 5m
             memory: 10M
         securityContext:
@@ -157,13 +157,13 @@

           value: ${IP_POD_CIDR_V4},127.0.0.1
         - name: WEBDAV_ENABLED
           value: 'false'
         envFrom:
         - secretRef:
             name: davis-secrets
-        image: ghcr.io/tchapi/davis:4.4.2@sha256:475465ed78376d2a54e3f797d581e02f59b82195a4fa982809cfaafd392ba9a6
+        image: ghcr.io/tchapi/davis:4.4.3@sha256:54050bdebb1d079b355385178a42b14d865657ed55890b1b93b32b6a0a3cc18c
         name: 02-db-migrate
         resources:
           requests:
             cpu: 5m
             memory: 10M
         securityContext:
@@ -214,13 +214,13 @@

           value: ${IP_POD_CIDR_V4},127.0.0.1
         - name: WEBDAV_ENABLED
           value: 'false'
         envFrom:
         - secretRef:
             name: davis-secrets
-        image: ghcr.io/tchapi/davis:4.4.2@sha256:475465ed78376d2a54e3f797d581e02f59b82195a4fa982809cfaafd392ba9a6
+        image: ghcr.io/tchapi/davis:4.4.3@sha256:54050bdebb1d079b355385178a42b14d865657ed55890b1b93b32b6a0a3cc18c
         livenessProbe:
           failureThreshold: 3
           initialDelaySeconds: 0
           periodSeconds: 10
           tcpSocket:
             port: 8080

@tinfoild tinfoild bot force-pushed the renovate/ghcr.io-tchapi-davis-4.x branch 24 times, most recently from ba22ecf to 56d9c11 Compare May 19, 2024 23:15
@tinfoild tinfoild bot force-pushed the renovate/ghcr.io-tchapi-davis-4.x branch from 56d9c11 to 5988c89 Compare May 19, 2024 23:15
@tinfoild tinfoild bot force-pushed the renovate/ghcr.io-tchapi-davis-4.x branch 5 times, most recently from 471d521 to d55bd1c Compare May 20, 2024 01:50
@tinfoild tinfoild bot force-pushed the renovate/ghcr.io-tchapi-davis-4.x branch from d55bd1c to 873b74e Compare May 20, 2024 02:11
@tinfoild tinfoild bot merged commit 54f4117 into main May 20, 2024
3 checks passed
@tinfoild tinfoild bot deleted the renovate/ghcr.io-tchapi-davis-4.x branch May 20, 2024 02:28
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.

0 participants