From f5f47d1e2f33901d670dfea6a21098c1e9ae35a1 Mon Sep 17 00:00:00 2001 From: Tom Janson Date: Thu, 20 Jan 2022 12:31:00 +0100 Subject: [PATCH] mark chart.spec.version as specific to HelmRepository source in example In my opinion it is not visible enough that `chart.spec.version` is only considered for `HelmRepository` sources (and silently ignored otherwise. I'm aware that the text below the example mentions this, but I think it would be benefitial for the code example itself to make that fact clear. Adding this comment is only a suggestion (which I'm not 100% happy with myself) -- feel free to substitute a different way of pointing out the connection between `HelmRepository` and the version spec. --- content/en/docs/guides/helmreleases.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/guides/helmreleases.md b/content/en/docs/guides/helmreleases.md index 328803527..bb3c99a72 100644 --- a/content/en/docs/guides/helmreleases.md +++ b/content/en/docs/guides/helmreleases.md @@ -207,7 +207,7 @@ spec: chart: spec: chart: - version: '4.0.x' + version: '4.0.x' # only when using HelmRepository sourceRef: kind: name: podinfo