diff --git a/charts/tunedrop-chart/values.yaml b/charts/tunedrop-chart/values.yaml index 74db52c..564a709 100644 --- a/charts/tunedrop-chart/values.yaml +++ b/charts/tunedrop-chart/values.yaml @@ -1,7 +1,8 @@ -image: - repository: my-apps/tunedrop +backend: + image: + repository: my-apps/tunedrop-backend + pullPolicy: IfNotPresent tag: latest - pullPolicy: IfNotPresent ingress: enabled: true diff --git a/manifests/tunedrop/values.yaml b/manifests/tunedrop/values.yaml index 1b3b299..564a709 100644 --- a/manifests/tunedrop/values.yaml +++ b/manifests/tunedrop/values.yaml @@ -1,6 +1,6 @@ backend: image: - repository: my-apps/tunedrop + repository: my-apps/tunedrop-backend pullPolicy: IfNotPresent tag: latest