Skip to content

Commit

Permalink
fix annotation for kube-version by adding -0 + bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
aalves08 committed Dec 22, 2024
1 parent 8a92c61 commit d5b08e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/elemental/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "elemental",
"description": "OS Management extension",
"version": "2.0.2-rc.1",
"version": "2.0.2",
"private": false,
"rancher": {
"annotations": {
"catalog.cattle.io/kube-version": ">= 1.16.0",
"catalog.cattle.io/kube-version": ">= 1.16.0-0",
"catalog.cattle.io/rancher-version": ">= 2.9.0 < 2.10.0",
"catalog.cattle.io/ui-version": ">= 2.7.2"
}
Expand Down

0 comments on commit d5b08e1

Please sign in to comment.