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

Kubectl Layer v18 - Outdated helm 3.14.0 #752

Closed
fgunited opened this issue Apr 25, 2024 · 0 comments · Fixed by #623 · May be fixed by #753
Closed

Kubectl Layer v18 - Outdated helm 3.14.0 #752

fgunited opened this issue Apr 25, 2024 · 0 comments · Fixed by #623 · May be fixed by #753

Comments

@fgunited
Copy link

fgunited commented Apr 25, 2024

Issue
On helm 3.14.0 there is a bug, which makes it partly impossible to use with e.g. artifactory repositories, see helm/helm#12748

Effect
Not able to update helm releases inside of the eks 1.18 cluster anymore, when using artifactory in combination which some helm-charts (e.g. gitlab).

How to solve
Solving by updating helm to > 3.14.3

@mergify mergify bot closed this as completed in #623 Jun 5, 2024
mergify bot pushed a commit that referenced this issue Jun 5, 2024
…nd remove deprecated python3.7 and nodejs14.x runtimes (#623)

Similar to #546, this PR adds  kubectl 1.29.4 and Helm 3.14.4 security patch 
https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.29.md#changelog-since-v1293
https://github.com/helm/helm/releases/tag/v3.14.4

Fixes [#588](#588). 
Fixes [#752](#752). 

Removes the EOL python3.7 runtime in the integ test and upgrade nodejs14.0 to nodejs16.0 used in custom resource provider by upgrading aws-cdk-lib from 2.28.0 to 2.85.0 in the current branch, which addresses the usage of node 14 [#25995](aws/aws-cdk#25995)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment