mvisonneau / helm-charts

Personal Helm charts repository
Apache License 2.0
67 stars 58 forks source link

Remove references to 1.22 deprecated apis in generic-app #36

Closed Smirl closed 2 years ago

Smirl commented 2 years ago

Summary

This should cover all of the deprecated APIs for 1.22 as per this doc

Smirl commented 2 years ago

Looks like I will need to update the github actions workflow to use a newer version of helm (for both helm 2 and 3). However, the github action you use for chart linting has had a major change too so might be a little more involved. I will look at this later today.

mvisonneau commented 2 years ago

😮 thanks a lot for looking into this @Smirl 🙇 !

Smirl commented 2 years ago

@mvisonneau I'm having a hard time here. I have got the latest actions to sort of work for the helm 3 step, but fails parsing the image (which is empty in the default values) so not sure how this worked before.

For helm 2 it fails at ct list-changed which I'm not sure why. This step works fine in the helm3 job. Could you take a look as I am probably missing something. I just wanted to do a 1 line helm chart change :P

mvisonneau commented 2 years ago

Thanks a lot for all these improvements for the chart & the CI, I will look into fixing the remaining tests!