diff --git a/manifests/my-recipes/values.yaml b/manifests/my-recipes/values.yaml index 8bbcb39..1e4a48f 100644 --- a/manifests/my-recipes/values.yaml +++ b/manifests/my-recipes/values.yaml @@ -38,7 +38,6 @@ backend: - secretName: api-my-recipes-tls hosts: - api-my-recipes.dvirlabs.com - tag: master-9d3779b # Frontend configuration frontend: name: frontend @@ -46,7 +45,7 @@ frontend: image: repository: harbor.dvirlabs.com/my-apps/my-recipes-frontend pullPolicy: Always - tag: "master-02541a6" + tag: develop-81acc68 service: type: ClusterIP port: 80 @@ -76,7 +75,6 @@ frontend: - secretName: my-recipes-tls hosts: - my-recipes.dvirlabs.com - tag: develop-81acc68 # PostgreSQL configuration postgres: name: db