Skip to content

Fix http-webhook chart#2878

Merged
J12934 merged 4 commits into
secureCodeBox:mainfrom
muffl0n:fix-http-webhook-chart
Feb 6, 2025
Merged

Fix http-webhook chart#2878
J12934 merged 4 commits into
secureCodeBox:mainfrom
muffl0n:fix-http-webhook-chart

Conversation

@muffl0n

@muffl0n muffl0n commented Jan 31, 2025

Copy link
Copy Markdown
Contributor

Description

Fixes the helm chart for "http-webhook". It's removing support for older Kubernetes versions (pre 1.22) ruthlessly but supporting those would bloat the template and feels unnecessary.

Checklist

  • Test your changes as thoroughly as possible before you commit them. Preferably, automate your test by unit/integration tests.
  • Make sure that all your commits are signed-off and that you are added to the Contributors file.
  • Make sure that all CI finish successfully.
  • Optional (but appreciated): Make sure that all commits are Verified.

Signed-off-by: Sven Schliesing <[email protected]>
serviceName and servicePort were removed and pathType is required in 1.22: https://kubernetes.io/docs/reference/using-api/deprecation-guide/#ingress-v122

Signed-off-by: Sven Schliesing <[email protected]>
Otherwise it would break the yaml:
---
# SPDX-License-Identifier: Apache-2.0apiVersion: networking.k8s.io/v1
kind: Ingress
---

Signed-off-by: Sven Schliesing <[email protected]>
@netlify

netlify Bot commented Jan 31, 2025

Copy link
Copy Markdown

Deploy Preview for docs-securecodebox ready!

Name Link
🔨 Latest commit 1e854a3
🔍 Latest deploy log https://app.netlify.com/sites/docs-securecodebox/deploys/67a4c053d525ae0008c93568
😎 Deploy Preview https://deploy-preview-2878--docs-securecodebox.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Signed-off-by: Jannik Hollenbach <[email protected]>
@J12934 J12934 self-assigned this Feb 6, 2025
@J12934 J12934 added the bug Bugs label Feb 6, 2025
@sonarqubecloud

sonarqubecloud Bot commented Feb 6, 2025

Copy link
Copy Markdown

@J12934 J12934 merged commit 6a5a325 into secureCodeBox:main Feb 6, 2025
@J12934

J12934 commented Feb 6, 2025

Copy link
Copy Markdown
Member

Perfect :)
Thanks @muffl0n 🙌

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Bugs

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

2 participants