forked from rancher/dashboard
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clean up extension creator - add rancher annotations to pkg.package.j…
…son (rancher#12741) Remove annotations from helm chart
- Loading branch information
1 parent
977b7f8
commit 5fe5004
Showing
4 changed files
with
10 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
{ | ||
"name": "@rancher/create-extension", | ||
"description": "Rancher UI Extension generator", | ||
"version": "3.0.2", | ||
"version": "3.0.3", | ||
"license": "Apache-2.0", | ||
"author": "SUSE", | ||
"packageManager": "[email protected]", | ||
"bin": { | ||
"create-extension": "./init" | ||
"create-extension": "init" | ||
}, | ||
"files": [ | ||
"**/*", | ||
|
@@ -28,4 +28,4 @@ | |
"path": "^0.12.7", | ||
"semver": "^7.6.3" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 0 additions & 2 deletions
2
shell/scripts/extension/helm/charts/ui-plugin-server/Chart.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters