diff --git a/helm-chart/Chart.yaml b/helm-chart/Chart.yaml index 5fb221e..aa90781 100644 --- a/helm-chart/Chart.yaml +++ b/helm-chart/Chart.yaml @@ -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 diff --git a/helm-chart/values.yaml b/helm-chart/values.yaml index cc95f12..fb15b70 100644 --- a/helm-chart/values.yaml +++ b/helm-chart/values.yaml @@ -1,5 +1,5 @@ image: - repository: "ghcr.io" + repository: "ghcr.io/stogas/feedback-api" # image.tag defaults to Chart appVersion #tag: "" pullPolicy: "IfNotPresent"