Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
open-webui
Commits
dd64b1e6
Commit
dd64b1e6
authored
Feb 23, 2024
by
duhow
Browse files
use "latest" as appVersion
parent
7d947c29
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
kubernetes/helm/Chart.yaml
kubernetes/helm/Chart.yaml
+1
-1
kubernetes/helm/templates/webui-deployment.yaml
kubernetes/helm/templates/webui-deployment.yaml
+1
-1
kubernetes/helm/values.yaml
kubernetes/helm/values.yaml
+1
-1
No files found.
kubernetes/helm/Chart.yaml
View file @
dd64b1e6
apiVersion
:
v2
apiVersion
:
v2
name
:
open-webui
name
:
open-webui
version
:
1.0.0
version
:
1.0.0
appVersion
:
1.0.0-alpha.100
appVersion
:
"
latest"
home
:
https://www.openwebui.com/
home
:
https://www.openwebui.com/
icon
:
https://raw.githubusercontent.com/open-webui/open-webui/main/static/favicon.png
icon
:
https://raw.githubusercontent.com/open-webui/open-webui/main/static/favicon.png
...
...
kubernetes/helm/templates/webui-deployment.yaml
View file @
dd64b1e6
...
@@ -27,7 +27,7 @@ spec:
...
@@ -27,7 +27,7 @@ spec:
containers
:
containers
:
-
name
:
{{
.Chart.Name
}}
-
name
:
{{
.Chart.Name
}}
{{
- with .Values.webui.image
}}
{{
- with .Values.webui.image
}}
image
:
{{
.repository
}}
:{{ .tag }}
image
:
{{
.repository
}}
:{{ .tag
| default $.Chart.AppVersion
}}
imagePullPolicy
:
{{
.pullPolicy
}}
imagePullPolicy
:
{{
.pullPolicy
}}
{{
- end
}}
{{
- end
}}
ports
:
ports
:
...
...
kubernetes/helm/values.yaml
View file @
dd64b1e6
...
@@ -39,7 +39,7 @@ webui:
...
@@ -39,7 +39,7 @@ webui:
replicaCount
:
1
replicaCount
:
1
image
:
image
:
repository
:
ghcr.io/open-webui/open-webui
repository
:
ghcr.io/open-webui/open-webui
tag
:
latest
tag
:
"
"
pullPolicy
:
Always
pullPolicy
:
Always
resources
:
{}
resources
:
{}
ingress
:
ingress
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment