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 <hello@hidde.co>
This commit is contained in:
parent
64f0cf06c5
commit
4a4c7e5cb3
2
Makefile
2
Makefile
|
@ -43,7 +43,7 @@ endif
|
||||||
|
|
||||||
# API (doc) generation utilities
|
# API (doc) generation utilities
|
||||||
CONTROLLER_GEN_VERSION ?= v0.5.0
|
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)
|
# Get the currently used golang install path (in GOPATH/bin, unless GOBIN is set)
|
||||||
ifeq (,$(shell go env GOBIN))
|
ifeq (,$(shell go env GOBIN))
|
||||||
|
|
|
@ -562,9 +562,9 @@ string
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<em>(Optional)</em>
|
<em>(Optional)</em>
|
||||||
<p>Determines what enables reconciliation. Valid values are (‘ChartVersion’,
|
<p>Determines what enables the creation of a new artifact. Valid values are
|
||||||
‘Revision’). See the documentation of the values for an explanation on their
|
(‘ChartVersion’, ‘Revision’).
|
||||||
behavior.
|
See the documentation of the values for an explanation on their behavior.
|
||||||
Defaults to ChartVersion when omitted.</p>
|
Defaults to ChartVersion when omitted.</p>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
@ -1635,9 +1635,9 @@ string
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<em>(Optional)</em>
|
<em>(Optional)</em>
|
||||||
<p>Determines what enables reconciliation. Valid values are (‘ChartVersion’,
|
<p>Determines what enables the creation of a new artifact. Valid values are
|
||||||
‘Revision’). See the documentation of the values for an explanation on their
|
(‘ChartVersion’, ‘Revision’).
|
||||||
behavior.
|
See the documentation of the values for an explanation on their behavior.
|
||||||
Defaults to ChartVersion when omitted.</p>
|
Defaults to ChartVersion when omitted.</p>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
Loading…
Reference in New Issue