From 4a4c7e5cb3052435bde21e7e404b36918f302318 Mon Sep 17 00:00:00 2001 From: Hidde Beydals Date: Fri, 8 Oct 2021 13:14:40 +0200 Subject: [PATCH] Fix generation of API documentation The version was accidentally set to an invalid version, causing the API documentation generation to fail. Signed-off-by: Hidde Beydals --- Makefile | 2 +- docs/api/source.md | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Makefile b/Makefile index 47243bd2..e940205d 100644 --- a/Makefile +++ b/Makefile @@ -43,7 +43,7 @@ endif # API (doc) generation utilities CONTROLLER_GEN_VERSION ?= v0.5.0 -GEN_API_REF_DOCS_VERSION ?= 0.3.0 +GEN_API_REF_DOCS_VERSION ?= v0.3.0 # Get the currently used golang install path (in GOPATH/bin, unless GOBIN is set) ifeq (,$(shell go env GOBIN)) diff --git a/docs/api/source.md b/docs/api/source.md index 05852e45..ca22d432 100644 --- a/docs/api/source.md +++ b/docs/api/source.md @@ -562,9 +562,9 @@ string (Optional) -

Determines what enables reconciliation. Valid values are (‘ChartVersion’, -‘Revision’). See the documentation of the values for an explanation on their -behavior. +

Determines what enables the creation of a new artifact. Valid values are +(‘ChartVersion’, ‘Revision’). +See the documentation of the values for an explanation on their behavior. Defaults to ChartVersion when omitted.

@@ -1635,9 +1635,9 @@ string (Optional) -

Determines what enables reconciliation. Valid values are (‘ChartVersion’, -‘Revision’). See the documentation of the values for an explanation on their -behavior. +

Determines what enables the creation of a new artifact. Valid values are +(‘ChartVersion’, ‘Revision’). +See the documentation of the values for an explanation on their behavior. Defaults to ChartVersion when omitted.