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

.ops: add ingress nginx helm chart #7209

Open
wants to merge 1 commit into
base: devel
Choose a base branch
from
Open

.ops: add ingress nginx helm chart #7209

wants to merge 1 commit into from

Conversation

BacLuc
Copy link
Contributor

@BacLuc BacLuc commented Apr 12, 2025

That we can easily update the chart.
There was a CVE detected recently in the ingress
nginx, and we did not update it for a long time.
https://www.cvedetails.com/cve/CVE-2025-1974/
#IngressNightmare

We also had a mix of versions:
dev: ingress-nginx 4.0.6, but the helm chart is not detected. staging: ingress-nginx 4.5.2
prod: ingress-nginx 4.10.1

We now deploy the prod version everywhere to test the pipeline and the chart. Then we update to the most recent ingress-nginx version.

Use the name ecamp3-ingress that it is clear that it's more than the official chart.
(We add some of our own configuration).
But that the existing services keep their name and thus might keep their ip, we set fullnameOverride, that the LoadBalancer name does not change.

That we can easily update the chart.
There was a CVE detected recently in the ingress
nginx, and we did not update it for a long time.
https://www.cvedetails.com/cve/CVE-2025-1974/
#IngressNightmare

We also had a mix of versions:
dev: ingress-nginx 4.0.6, but the helm chart is not detected.
staging: ingress-nginx 4.5.2
prod: ingress-nginx 4.10.1

We now deploy the prod version everywhere to test the pipeline and the chart.
Then we update to the most recent ingress-nginx version.

Use the name ecamp3-ingress that it is clear that it's more than
the official chart.
(We add some of our own configuration).
But that the existing services keep their name and thus might keep their ip,
we set fullnameOverride, that the LoadBalancer name does not change.
@BacLuc BacLuc marked this pull request as draft April 12, 2025 17:35
@BacLuc
Copy link
Contributor Author

BacLuc commented Apr 12, 2025

I will test this later at night when i can change the IP again.

@BacLuc BacLuc marked this pull request as ready for review April 13, 2025 08:59
@BacLuc BacLuc requested review from usu and a team April 13, 2025 08:59
@BacLuc BacLuc requested review from pmattmann and a team April 13, 2025 09:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants