Fix image repository name

Change-Id: I026977acaf8e51638a47c1988f87c023278ac012
This commit is contained in:
jmarchel7bulls 2024-05-09 11:49:38 +02:00
parent 7faee3d41d
commit cde1dbe455
2 changed files with 64 additions and 2 deletions

60
.idea/workspace.xml Normal file
View File

@ -0,0 +1,60 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ChangeListManager">
<list default="true" id="f242c9d3-ece8-4261-b9b2-ca9d6702a7b6" name="Changes" comment="">
<change beforePath="$PROJECT_DIR$/charts/nebulous-cloud-fog-service-broker/values.yaml" beforeDir="false" afterPath="$PROJECT_DIR$/charts/nebulous-cloud-fog-service-broker/values.yaml" afterDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
<option name="LAST_RESOLUTION" value="IGNORE" />
</component>
<component name="Git.Settings">
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
</component>
<component name="KubernetesApiPersistence"><![CDATA[{}]]></component>
<component name="KubernetesApiProvider"><![CDATA[{
"isMigrated": true
}]]></component>
<component name="ProjectColorInfo"><![CDATA[{
"associatedIndex": 2
}]]></component>
<component name="ProjectId" id="2gE1Zmc3ADfmnOMPe9DEGSADRzw" />
<component name="ProjectViewState">
<option name="hideEmptyMiddlePackages" value="true" />
<option name="showLibraryContents" value="true" />
</component>
<component name="PropertiesComponent"><![CDATA[{
"keyToString": {
"RunOnceActivity.ShowReadmeOnStart": "true",
"git-widget-placeholder": "master",
"kotlin-language-version-configured": "true",
"last_opened_file_path": "/home/jmarchel/Pobrane/cloud-fog-service-broker",
"nodejs_package_manager_path": "npm",
"vue.rearranger.settings.migration": "true"
}
}]]></component>
<component name="SharedIndexes">
<attachedChunks>
<set>
<option value="bundled-jdk-9f38398b9061-18abd8497189-intellij.indexing.shared.core-IU-241.14494.240" />
<option value="bundled-js-predefined-1d06a55b98c1-74d2a5396914-JavaScript-IU-241.14494.240" />
</set>
</attachedChunks>
</component>
<component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
<component name="TaskManager">
<task active="true" id="Default" summary="Default task">
<changelist id="f242c9d3-ece8-4261-b9b2-ca9d6702a7b6" name="Changes" comment="" />
<created>1715247980959</created>
<option name="number" value="Default" />
<option name="presentableId" value="Default" />
<updated>1715247980959</updated>
<workItem from="1715247982004" duration="76000" />
</task>
<servers />
</component>
<component name="TypeScriptGeneratedFilesManager">
<option name="version" value="3" />
</component>
</project>

View File

@ -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: ""