Sven Schliesing
Sven Schliesing
This also confuses folks in https://github.com/grafana/loki/issues/17371 cause 3.5.0 has an annoying bug, spamming error messages.
3.5.1 also fixed this for me. Thank you! Unfortunately, the latest helm chart release still uses 3.5.0. Sure, one can override the tag. But it would be awesome, if the...
See [#18005: Helm: Chart uses 3.5.0 instead of 3.5.1](https://github.com/grafana/loki/issues/18005)
Having the same issue when running `helmfile -f kanister.yaml.gotmpl -e test build` when using `transformers`: ``` bases: - environments/test.yaml --- repositories: - name: kanister url: https://charts.kanister.io/ helmDefaults: kubeContext: "{{ .Environment.Values.kubeContext...
Can't we just outsource the validation to curl? Just give it to curl and see if it accepts it. After replacing the vars, of course.
#3647 upgrades `yeoman-environment` and `yeoman-generator`. This gets rid of the transitive dependency `ip` cause `ip-address` is used now.
Maybe I'm missing the obvious, but this does not seem to work as e.g. `main.tofu` is not scanned: ``` $ trivy --version Version: 0.66.0 ... $ cat main.tofu resource "random_id"...
Fixed in https://github.com/aquasecurity/trivy/releases/tag/v0.67.0 Thank you!
Gave it a try in https://github.com/kanisterio/kanister/pull/3449
I remember playing around with the helm tests some month ago and realising too late, that it does things on the current configured k8s context. Is this still the case?...