diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 58cb6c7..36b83c5 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -name: be-friends-fe +name: web description: A Helm chart for Kubernetes # A chart can be either an 'application' or a 'library' chart. diff --git a/helm/values.yaml b/helm/values.yaml index 366cb2a..cdefbb6 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -8,7 +8,7 @@ image: repository: ghcr.io/cjtim/be-friends pullPolicy: Always # Overrides the image tag whose default is the chart appVersion. - tag: 'latest' + tag: '' imagePullSecrets: [] nameOverride: ''