diff --git a/charts/stable/ollama/questions.yaml b/charts/stable/ollama/questions.yaml index 4ce784639de..ec9bcacdefd 100644 --- a/charts/stable/ollama/questions.yaml +++ b/charts/stable/ollama/questions.yaml @@ -11,6 +11,16 @@ questions: # Include{podSpec} # Include{containerMain} + - variable: imageSelector + label: Select Image + schema: + type: string + default: image + enum: + - value: image + description: Image + - value: rocmImage + description: Rocm(AMD) # Include{containerBasic} # Include{containerAdvanced} diff --git a/charts/stable/ollama/values.yaml b/charts/stable/ollama/values.yaml index 10c6c552755..5003f613fd5 100644 --- a/charts/stable/ollama/values.yaml +++ b/charts/stable/ollama/values.yaml @@ -2,6 +2,10 @@ image: repository: ollama/ollama pullPolicy: IfNotPresent tag: 0.1.30@sha256:b47483d6dde1d3d673701740791e8027347cfa4a80e31f677c32c006f78e32a6 +rocmImage: + repository: ollama/ollama + pullPolicy: IfNotPresent + tag: 0.1.30-rocm@sha256:7986e8c813e478064978e0a17cebb93af58f27f05ca6ee613c0d3b0850048c93 uiImage: repository: ghcr.io/open-webui/open-webui pullPolicy: IfNotPresent