Forráskód Böngészése

fix values and update docker tag

duhow 1 éve
szülő
commit
4608afa5b9
1 módosított fájl, 2 hozzáadás és 2 törlés
  1. 2 2
      kubernetes/helm/values.yaml

+ 2 - 2
kubernetes/helm/values.yaml

@@ -24,11 +24,11 @@ webui:
   replicaCount: 1
   image:
     repository: ghcr.io/open-webui/open-webui
-    tag: main
+    tag: latest
     pullPolicy: Always
   resources: {}
   ingress:
-    enabled: disable
+    enabled: false
     # -- Use appropriate annotations for your Ingress controller, e.g., for NGINX:
     # nginx.ingress.kubernetes.io/rewrite-target: /
     annotations: {}