helm-charts icon indicating copy to clipboard operation
helm-charts copied to clipboard

Helm Charts used to install Kiali resources.

Results 6 helm-charts issues
Sort by recently updated
recently updated
newest added

part of https://github.com/kiali/kiali/issues/7150 To test, just run the `helm template` command to see the different Deployment yaml that can be produced. First make sure you build the helm charts so...

requires operator PR

part of: https://github.com/kiali/kiali/issues/5028 operator PR: https://github.com/kiali/kiali-operator/pull/524 test procedures are found here: https://github.com/kiali/kiali/issues/5028#issuecomment-1116308776

enhancement

part of: kiali/kiali#7546 part of KEP: https://github.com/kiali/kiali/blob/master/design/KEPS/namespace-discovery/proposal.md server PR: https://github.com/kiali/kiali/pull/7592 operator PR: https://github.com/kiali/kiali-operator/pull/797 helm chart PR: kiali/helm-charts#274 docs PR: https://github.com/kiali/kiali.io/pull/807

enhancement
requires operator PR

I have seen this inconsistent whitespace that affects to my validations. Thanks

Currently, github actions use v3 of actions/checkout, which internally runs on Node 16 (https://github.com/actions/checkout/blob/v3/action.yml#L90). This PR upgrades github actions to v4, which internally runs Node on 20 (https://github.com/actions/checkout/blob/v4/action.yml#L102)

Added podSecurityContext for kiali operator deployment