diff --git a/apps/leafcutter/charts/Chart.yaml b/apps/leafcutter/charts/Chart.yaml index efb8bc7..f3fa165 100644 --- a/apps/leafcutter/charts/Chart.yaml +++ b/apps/leafcutter/charts/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 -name: leafcutter-web +name: leafcutter description: A Helm chart for Kubernetes type: application -version: 0.1.53 -appVersion: "0.1.53" +version: 0.1.54 +appVersion: "0.1.54" diff --git a/apps/leafcutter/charts/values.yaml b/apps/leafcutter/charts/values.yaml index 078cc54..b2813b2 100644 --- a/apps/leafcutter/charts/values.yaml +++ b/apps/leafcutter/charts/values.yaml @@ -1,7 +1,7 @@ replicaCount: 1 image: - repository: registry.gitlab.com/digiresilience/leafcutter/leafcutter-web + repository: registry.gitlab.com/digiresilience/link/link-stack pullPolicy: IfNotPresent tag: "main" diff --git a/apps/leafcutter/components/AppProvider.tsx b/apps/leafcutter/components/AppProvider.tsx index 9c3761c..b92790e 100644 --- a/apps/leafcutter/components/AppProvider.tsx +++ b/apps/leafcutter/components/AppProvider.tsx @@ -1,7 +1,7 @@ import { FC, createContext, useContext, useReducer, useState } from "react"; import { colors, typography } from "styles/theme"; -const basePath = process.env.GITLAB_CI ? "/leafcutter/leafcutter-web" : ""; +const basePath = process.env.GITLAB_CI ? "/link/link-stack/apps/leafcutter" : ""; const imageURL = (image: any) => typeof image === "string" ? `${basePath}${image}` : `${basePath}${image.src}`;