Skip to content

Commit

Permalink
Unable to get installed package
Browse files Browse the repository at this point in the history
Signed-off-by: Andrei Kvapil <[email protected]>
  • Loading branch information
kvaps committed Jan 18, 2025
1 parent 215c323 commit dd02680
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dashboard/src/components/DeploymentForm/DeploymentForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ export default function DeploymentForm() {
context: { cluster: targetCluster, namespace: targetNamespace },
plugin: pluginObj,
// Use chartName~releaseName format for the identifier
identifier: `${chartName}~${releaseName}`,
identifier: `${chartName}/${releaseName}`,
} as AvailablePackageReference),
);
}
Expand Down

0 comments on commit dd02680

Please sign in to comment.