Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions workspaces/cost-management/docs/dynamic-plugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ The procedure involves the following steps:
```yaml
# Add to dynamic-plugins-rhdh ConfigMap

- package: oci://quay.io/redhat-resource-optimization/dynamic-plugins:2.2.1!red-hat-developer-hub-plugin-cost-management
- package: oci://quay.io/redhat-resource-optimization/dynamic-plugins:2.2.2!red-hat-developer-hub-plugin-cost-management
disabled: false
pluginConfig:
dynamicPlugins:
Expand Down Expand Up @@ -64,7 +64,7 @@ The procedure involves the following steps:
cost-management.openshift:
parent: cost-management
priority: 20
- package: oci://quay.io/redhat-resource-optimization/dynamic-plugins:2.2.1!red-hat-developer-hub-plugin-cost-management-backend
- package: oci://quay.io/redhat-resource-optimization/dynamic-plugins:2.2.2!red-hat-developer-hub-plugin-cost-management-backend
disabled: false
pluginConfig:
costManagement:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@red-hat-developer-hub/plugin-cost-management-backend",
"version": "2.2.1",
"version": "2.2.2",
"backstage": {
"pluginId": "cost-management",
"pluginPackages": [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@red-hat-developer-hub/plugin-cost-management-common",
"description": "Common functionalities for the cost-management plugin",
"version": "2.2.1",
"version": "2.2.2",
"backstage": {
"pluginId": "cost-management",
"pluginPackages": [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@red-hat-developer-hub/plugin-cost-management",
"version": "2.2.1",
"version": "2.2.2",
"backstage": {
"pluginId": "cost-management",
"pluginPackages": [
Expand Down
Loading