Remove documentation pertaining to `TrackVersions` field of `upstream.yaml` (#1083)
parent
e905722571
commit
e3672025f3
|
@ -202,7 +202,6 @@ Options for `upstream.yaml`
|
||||||
| Namespace | | Addes the 'namespace' annotation which hard-codes a deployment namespace for the chart
|
| Namespace | | Addes the 'namespace' annotation which hard-codes a deployment namespace for the chart
|
||||||
| PackageVersion | | Used to generate new patch version of chart
|
| PackageVersion | | Used to generate new patch version of chart
|
||||||
| ReleaseName | | Sets the value of the release-name Rancher annotation. Defaults to the chart name
|
| ReleaseName | | Sets the value of the release-name Rancher annotation. Defaults to the chart name
|
||||||
| TrackVersions | HelmChart, HelmRepo | Allows selection of multiple *Major.Minor* versions to track from upstream independently.
|
|
||||||
| Vendor | | Sets the vendor name providing the chart
|
| Vendor | | Sets the vendor name providing the chart
|
||||||
|
|
||||||
## Examples
|
## Examples
|
||||||
|
@ -221,10 +220,6 @@ HelmChart: kubewarden-controller
|
||||||
Vendor: SUSE
|
Vendor: SUSE
|
||||||
DisplayName: Kubewarden Controller
|
DisplayName: Kubewarden Controller
|
||||||
Fetch: newer
|
Fetch: newer
|
||||||
TrackVersions:
|
|
||||||
- 0.4
|
|
||||||
- 1.0
|
|
||||||
- 1.1
|
|
||||||
ChartMetadata:
|
ChartMetadata:
|
||||||
kubeVersion: '>=1.21-0'
|
kubeVersion: '>=1.21-0'
|
||||||
icon: https://www.kubewarden.io/images/icon-kubewarden.svg
|
icon: https://www.kubewarden.io/images/icon-kubewarden.svg
|
||||||
|
|
Loading…
Reference in New Issue