Skip to content

Conversation

@yo-renovate
Copy link
Contributor

@yo-renovate yo-renovate bot commented Oct 24, 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 - 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 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: yo-renovate[bot] <147074833+yo-renovate[bot]@users.noreply.github.com>
@yo-renovate yo-renovate bot requested a review from dotcomscripts as a code owner October 24, 2025 21:21
@yo-renovate yo-renovate bot added the area/kubernetes Changes made in the kubernetes directory label Oct 24, 2025
@yo-renovate
Copy link
Contributor Author

yo-renovate bot commented Oct 24, 2025

--- kubernetes/apps/networking/echo-server/app Kustomization: networking/echo-server HelmRelease: networking/echo-server

+++ kubernetes/apps/networking/echo-server/app Kustomization: networking/echo-server HelmRelease: networking/echo-server

@@ -30,13 +30,13 @@

               LOG_IGNORE_PATH: /healthz
               LOG_WITHOUT_NEWLINE: true
               PORT: 8080
               PROMETHEUS_ENABLED: true
             image:
               repository: ghcr.io/mendhak/http-https-echo
-              tag: 37@sha256:f55000d9196bd3c853d384af7315f509d21ffb85de315c26e9874033b9f83e15
+              tag: 38@sha256:c73e039e883944a38e37eaba829eb9a67641cd03eff868827683951feceef96e
             probes:
               liveness:
                 custom: true
                 enabled: true
                 spec:
                   failureThreshold: 3

@yo-renovate
Copy link
Contributor Author

yo-renovate bot commented Oct 24, 2025

--- HelmRelease: networking/echo-server Deployment: networking/echo-server

+++ HelmRelease: networking/echo-server Deployment: networking/echo-server

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

         - name: LOG_WITHOUT_NEWLINE
           value: 'true'
         - name: PORT
           value: '8080'
         - name: PROMETHEUS_ENABLED
           value: 'true'
-        image: ghcr.io/mendhak/http-https-echo:37@sha256:f55000d9196bd3c853d384af7315f509d21ffb85de315c26e9874033b9f83e15
+        image: ghcr.io/mendhak/http-https-echo:38@sha256:c73e039e883944a38e37eaba829eb9a67641cd03eff868827683951feceef96e
         livenessProbe:
           failureThreshold: 3
           httpGet:
             path: /healthz
             port: 8080
           initialDelaySeconds: 0

@dotcomscripts dotcomscripts merged commit 168fbb1 into main Oct 27, 2025
12 checks passed
@dotcomscripts dotcomscripts deleted the renovate/ghcr.io-mendhak-http-https-echo-38.x branch October 27, 2025 11:08
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/major

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants