lacework / helm-charts

Official Lacework Helm Charts
Apache License 2.0
12 stars 29 forks source link

lacework-agent last release - tgz files missing #227

Closed jycamier closed 10 months ago

jycamier commented 10 months ago

Hello,

It seams that there's some new release for the lacework-agent chart, however the .tgz archive are not release : helm isn't able to download the chart.

joebowbeer commented 10 months ago

The latest tgz release in the github registry is 6.9.2 but the index shows 6.11.0

The link in the readme also points to a missing page.

abapat commented 10 months ago

Hi @jycamier, can you provide more information on what is failing/why helm is not able to download the chart? I see the latest tgz release on github and was able to install properly:

$ helm upgrade lacework-agent helm-charts/lacework-agent --install --namespace lacework --create-namespace --set laceworkConfig.accessToken=${token}
Release "lacework-agent" has been upgraded. Happy Helming!
NAME: lacework-agent
LAST DEPLOYED: Wed Jan 17 09:27:33 2024
NAMESPACE: lacework
STATUS: deployed
REVISION: 2

Thanks for flagging the broken link in the readme, I will fix that shortly- https://docs.lacework.net/onboarding/deploy-on-kubernetes#install-using-helm

joebowbeer commented 10 months ago

@abapat thanks for the corrections. I see the tgz.

jycamier commented 10 months ago

It works now. Thank you