diff --git a/charts/my-recipes-chart/values.yaml b/charts/my-recipes-chart/values.yaml index 76ad8f8..29d43ad 100644 --- a/charts/my-recipes-chart/values.yaml +++ b/charts/my-recipes-chart/values.yaml @@ -9,7 +9,7 @@ backend: image: repository: harbor.dvirlabs.com/my-apps/my-recipes-backend pullPolicy: IfNotPresent - tag: "latest" + tag: "master-895786b" service: type: ClusterIP @@ -34,7 +34,7 @@ frontend: image: repository: harbor.dvirlabs.com/my-apps/my-recipes-frontend pullPolicy: IfNotPresent - tag: "latest" + tag: "master-895786b" service: type: ClusterIP