We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 503ef5a commit 2d655cbCopy full SHA for 2d655cb
pkg/suse-ai-rancher-ext/services/app-collection.ts
@@ -1,4 +1,4 @@
1
-import { getClusterContext } from 'utils/cluster-operations';
+import { getClusterContext } from '../utils/cluster-operations';
2
import { log as logger } from '../utils/logger';
3
4
export type PackagingFormat = 'HELM_CHART' | 'CONTAINER';
pkg/suse-ai-rancher-ext/services/rancher-apps.ts
@@ -41,7 +41,7 @@ import type {
41
ServiceAccount,
42
isRancherError
43
} from '../types/rancher-types';
44
45
46
export interface ChartRef {
47
repoName: string; // ClusterRepo metadata.name
0 commit comments