Skip to content

Commit

Permalink
Helm Chart 1.0.6: fix image reposiotry value
Browse files Browse the repository at this point in the history
  • Loading branch information
Stogas committed Aug 13, 2024
1 parent 4d833e5 commit 136e6c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions helm-chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: feedback-api
description: A Helm chart for deploying Feedback-API
type: application
version: 1.0.5
appVersion: "v1.0.5"
version: 1.0.6
appVersion: "v1.0.6"
sources:
- https://github.com/Stogas/feedback-api
- https://github.com/Stogas/feedback-api/helm-chart
Expand Down
2 changes: 1 addition & 1 deletion helm-chart/values.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
image:
repository: "ghcr.io"
repository: "ghcr.io/stogas/feedback-api"
# image.tag defaults to Chart appVersion
#tag: ""
pullPolicy: "IfNotPresent"
Expand Down

0 comments on commit 136e6c5

Please sign in to comment.