Skip to content

Commit

Permalink
fix(helm): fix helm chart name
Browse files Browse the repository at this point in the history
  • Loading branch information
cjtim committed Jun 4, 2022
1 parent 86c56f7 commit c28e18c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion helm/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: ''
Expand Down

0 comments on commit c28e18c

Please sign in to comment.