Skip to content

Commit

Permalink
Merge pull request #1 from smarter-project/fix-chart
Browse files Browse the repository at this point in the history
Fix chart
  • Loading branch information
alexandref75 authored Feb 24, 2025
2 parents f06a2f1 + b2726cb commit df3c5f4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/home-orchestrator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ version: 2.0.0
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "2.0.0"
appVersion: "2.0.1"

icon: https://github.com/smarter-project/documentation/raw/main/ARM1636_Project_Logo_ST2_RGB_V1.png
kubeVersion: ">=1.18.0-0"
Expand Down
2 changes: 1 addition & 1 deletion charts/home-orchestrator/templates/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
dnsPolicy: ClusterFirstWithHostNet
containers:
- name: {{ .Values.application.appName }}
image: {{ .Values.application.appName }}
image: {{ .Values.application.image }}:{{ .Values.application.imageVersion }}
env:
- name: OLLAMA_HOST_URL
value: http://{{ .Values.configuration.nameHost }}:{{ .Values.configuration.portHost }}
Expand Down
2 changes: 2 additions & 0 deletions charts/home-orchestrator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

application:
appName: home-orchestrator
image: ghcr.io/smarter-project/home-orchestrator
imageVersion: sha256-6cebd1c4956840b93222b9ac0ad0692756fe0587fc4d0c24be6ceba4e20b8176.sig

configuration:
nameGuest: ollama
Expand Down

0 comments on commit df3c5f4

Please sign in to comment.