Skip to content

Commit

Permalink
[dev-v2.8] Fix missing harvester annotation (#3693)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmlp committed Mar 26, 2024
1 parent 3bc218f commit 5abf811
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
Binary file not shown.
1 change: 1 addition & 0 deletions charts/harvester-cloud-provider/103.0.1+up0.2.3/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ annotations:
catalog.cattle.io/kube-version: '>= 1.23.0-0 < 1.29.0-0'
catalog.cattle.io/namespace: kube-system
catalog.cattle.io/os: linux
catalog.cattle.io/permits-os: linux
catalog.cattle.io/rancher-version: '>= 2.8.0-0 < 2.9.0-0'
catalog.cattle.io/release-name: harvester-cloud-provider
catalog.cattle.io/ui-component: harvester-cloud-provider
Expand Down
5 changes: 3 additions & 2 deletions index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2284,18 +2284,19 @@ entries:
catalog.cattle.io/kube-version: '>= 1.23.0-0 < 1.29.0-0'
catalog.cattle.io/namespace: kube-system
catalog.cattle.io/os: linux
catalog.cattle.io/permits-os: linux
catalog.cattle.io/rancher-version: '>= 2.8.0-0 < 2.9.0-0'
catalog.cattle.io/release-name: harvester-cloud-provider
catalog.cattle.io/ui-component: harvester-cloud-provider
catalog.cattle.io/upstream-version: 0.2.3
apiVersion: v2
appVersion: v0.2.0
created: "2024-02-13T10:46:04.504769268+01:00"
created: "2024-03-24T16:19:47.388261-03:00"
dependencies:
- name: kube-vip
repository: file://./charts/kube-vip
description: A Helm chart for Harvester Cloud Provider
digest: 5bccd611bd0ba1ff0a75cf3bbf6db82496ba54cfc71f40b9dc478ca6f77dad0a
digest: 8adadb22bbd021393e574d6a146e5a5b5d5f1019a9bba9a9e88379cb9e00e063
keywords:
- infrastructure
- harvester
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
--- charts-original/Chart.yaml
+++ charts/Chart.yaml
@@ -1,13 +1,13 @@
@@ -1,13 +1,14 @@
annotations:
catalog.cattle.io/certified: rancher
catalog.cattle.io/display-name: Harvester Cloud Provider
Expand All @@ -9,6 +9,7 @@
catalog.cattle.io/namespace: kube-system
catalog.cattle.io/os: linux
- catalog.cattle.io/rancher-version: '>= 2.7.0-0 < 2.8.0-0'
+ catalog.cattle.io/permits-os: linux
+ catalog.cattle.io/rancher-version: '>= 2.8.0-0 < 2.9.0-0'
catalog.cattle.io/release-name: harvester-cloud-provider
catalog.cattle.io/ui-component: harvester-cloud-provider
Expand Down

0 comments on commit 5abf811

Please sign in to comment.