浏览代码

Removing artifact hub info

Nefi Munoz 2 年之前
父节点
当前提交
a10d7f34f6
共有 1 个文件被更改,包括 0 次插入28 次删除
  1. 0 28
      README.md

+ 0 - 28
README.md

@@ -57,8 +57,6 @@ git push origin <your_branch>
 Options for `upstream.yaml`
 | Variable | Requires | Description |
 | ------------- | ------------- |------------- |
-| ArtifactHubPackage | ArtifactHubRepo | Defines the package to pull from the defined ArtifactHubRepo
-| ArtifactHubRepo | ArtifactHubPackage | Defines the repo to access on Artifact Hub
 | AutoInstall | | Allows setting a required additional chart to deploy prior to current chart, such as a dedicated CRDs chart
 | ChartMetadata | | Allows setting/overriding the value of any valid [Chart.yaml variable](https://helm.sh/docs/topics/charts/#the-chartyaml-file)
 | DisplayName | | Sets the name the chart will be listed under in the Rancher UI
@@ -86,32 +84,6 @@ HelmChart: kubewarden-controller
 Vendor: SUSE
 DisplayName: Kubewarden Controller
 ```
-#### Multiple Release Streams
-```yaml
-HelmRepo: https://charts.kubewarden.io
-HelmChart: kubewarden-controller
-Vendor: SUSE
-DisplayName: Kubewarden Controller
-Fetch: newer
-TrackVersions:
-  - 0.4
-  - 1.0
-  - 1.1
-ChartMetadata:
-  kubeVersion: '>=1.21-0'
-  icon: https://www.kubewarden.io/images/icon-kubewarden.svg
-```
-
-### Artifact Hub
-```yaml
-ArtifactHubRepo: kubewarden
-ArtifactHubPackage: kubewarden-controller
-Vendor: SUSE
-DisplayName: Kubewarden Controller
-ChartMetadata:
-  kubeVersion: '>=1.21-0'
-  icon: https://www.kubewarden.io/images/icon-kubewarden.svg
-```
 
 ### Git Repo
 ```yaml