From cde1dbe4550bffac66501f32f3af85e1af7098f6 Mon Sep 17 00:00:00 2001 From: jmarchel7bulls Date: Thu, 9 May 2024 11:49:38 +0200 Subject: [PATCH] Fix image repository name Change-Id: I026977acaf8e51638a47c1988f87c023278ac012 --- .idea/workspace.xml | 60 +++++++++++++++++++ .../values.yaml | 6 +- 2 files changed, 64 insertions(+), 2 deletions(-) create mode 100644 .idea/workspace.xml diff --git a/.idea/workspace.xml b/.idea/workspace.xml new file mode 100644 index 0000000..9f5acc6 --- /dev/null +++ b/.idea/workspace.xml @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + 1715247980959 + + + + + + \ No newline at end of file diff --git a/charts/nebulous-cloud-fog-service-broker/values.yaml b/charts/nebulous-cloud-fog-service-broker/values.yaml index 33c566c..1d181d9 100644 --- a/charts/nebulous-cloud-fog-service-broker/values.yaml +++ b/charts/nebulous-cloud-fog-service-broker/values.yaml @@ -112,5 +112,7 @@ env: frontend: resources: {} image: - repository: "quay.io/nebulous/cloud-fog-service-broker-backend" - tag: "" + repository: "quay.io/nebulous/cloud-fog-service-broker-frontend" + pullPolicy: IfNotPresent + # Overrides the image tag whose default is the chart appVersion. + tag: "" \ No newline at end of file