Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 25, 2025

This PR contains the following updates:

Package Update Change
ghcr.io/mendhak/http-https-echo major 37 -> 38

Release Notes

mendhak/docker-http-https-echo (ghcr.io/mendhak/http-https-echo)

v38

Compare Source

  • Add a MAX_HEADER_SIZE environment variable to set the maximum header size. The default is 1MB.

Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), 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 was generated by Mend Renovate. View the repository job log.

@github-actions
Copy link

--- HelmRelease: default/echo Deployment: default/echo

+++ HelmRelease: default/echo Deployment: default/echo

@@ -44,13 +44,13 @@

         - name: LOG_IGNORE_PATH
           value: /healthz
         - name: LOG_WITHOUT_NEWLINE
           value: 'true'
         - name: PROMETHEUS_ENABLED
           value: 'true'
-        image: ghcr.io/mendhak/http-https-echo:37
+        image: ghcr.io/mendhak/http-https-echo:38
         livenessProbe:
           failureThreshold: 3
           httpGet:
             path: /healthz
             port: 80
           initialDelaySeconds: 0

@github-actions
Copy link

--- kubernetes/apps/default/echo/app Kustomization: default/echo HelmRelease: default/echo

+++ kubernetes/apps/default/echo/app Kustomization: default/echo HelmRelease: default/echo

@@ -32,13 +32,13 @@

               HTTP_PORT: 80
               LOG_IGNORE_PATH: /healthz
               LOG_WITHOUT_NEWLINE: true
               PROMETHEUS_ENABLED: true
             image:
               repository: ghcr.io/mendhak/http-https-echo
-              tag: 37
+              tag: 38
             probes:
               liveness:
                 custom: true
                 enabled: true
                 spec:
                   failureThreshold: 3

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