Skip to content

Commit

Permalink
feat: update docker image tag to 0.1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
jdetroyes committed Nov 28, 2023
1 parent f0cedc3 commit a2f0b42
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ description: Get up and running with large language models locally.

type: application

version: 0.1.2
version: 0.2.0

appVersion: "0.1.11"
appVersion: "0.1.12"

annotations:
artifacthub.io/category: ai-machine-learning
Expand Down
2 changes: 1 addition & 1 deletion values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ image:
repository: ollama/ollama
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "0.1.11"
tag: "0.1.12"

imagePullSecrets: []
nameOverride: ""
Expand Down

0 comments on commit a2f0b42

Please sign in to comment.