diff --git a/src/common/k8s-api/endpoints/helm-charts.api/request-versions.injectable.ts b/src/common/k8s-api/endpoints/helm-charts.api/request-versions.injectable.ts index ad5da0ea4f..410d8ea596 100644 --- a/src/common/k8s-api/endpoints/helm-charts.api/request-versions.injectable.ts +++ b/src/common/k8s-api/endpoints/helm-charts.api/request-versions.injectable.ts @@ -11,7 +11,7 @@ import { isDefined } from "../../../utils"; const requestVersionsEndpoint = urlBuilderFor("/v2/charts/:repo/:name/versions"); -export type RequestHelmChartVersions = (repo: string, name: string) => Promise; +export type RequestHelmChartVersions = (repo: string, chartName: string) => Promise; const requestHelmChartVersionsInjectable = getInjectable({ id: "request-helm-chart-versions", diff --git a/src/features/helm-charts/upgrade-chart/__snapshots__/upgrade-chart-new-tab.test.ts.snap b/src/features/helm-charts/upgrade-chart/__snapshots__/upgrade-chart-new-tab.test.ts.snap new file mode 100644 index 0000000000..3c5e4adce0 --- /dev/null +++ b/src/features/helm-charts/upgrade-chart/__snapshots__/upgrade-chart-new-tab.test.ts.snap @@ -0,0 +1,6099 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[`New Upgrade Helm Chart Dock Tab given a namespace is selected when navigating to the helm releases view renders 1`] = ` + +
+
+
+