build: update Helm to v3.18.5 and kubectl to v0.33.3 by yxxhero · Pull Request #827 · databus23/helm-diff
This pull request updates dependencies to newer versions and makes corresponding changes to the CI workflow to ensure compatibility. The main focus is on upgrading the Helm dependency and related tooling, as well as cleaning up and updating some Go module dependencies.
Dependency updates:
- Upgraded the
helm.sh/helm/v3dependency fromv3.18.4tov3.18.5ingo.mod. - Updated the
k8s.io/kubectldependency fromv0.33.2tov0.33.3ingo.mod. - Replaced the
github.com/xeipuuv/gojsonschemaand related indirect dependencies withgithub.com/santhosh-tekuri/jsonschema/v6ingo.mod.
CI workflow updates: