Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(helm): update chart open-webui to 3.3.2 #746

Merged
merged 1 commit into from
Oct 9, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 9, 2024

This PR contains the following updates:

Package Update Change
open-webui (source) patch 3.3.1 -> 3.3.2

Release Notes

open-webui/helm-charts (open-webui)

v3.3.2

Compare Source

Open WebUI: A User-Friendly Web Interface for Chat Interactions 👋


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

github-actions bot commented Oct 9, 2024

--- kubernetes/apps/default/open-webui/app Kustomization: flux-system/open-webui HelmRelease: default/open-webui

+++ kubernetes/apps/default/open-webui/app Kustomization: flux-system/open-webui HelmRelease: default/open-webui

@@ -13,13 +13,13 @@

     spec:
       chart: open-webui
       sourceRef:
         kind: HelmRepository
         name: open-webui
         namespace: flux-system
-      version: 3.3.1
+      version: 3.3.2
   install:
     remediation:
       retries: 3
   interval: 30m
   timeout: 15m
   uninstall:

Copy link

github-actions bot commented Oct 9, 2024

--- HelmRelease: default/open-webui StatefulSet: default/open-webui

+++ HelmRelease: default/open-webui StatefulSet: default/open-webui

@@ -20,26 +20,26 @@

         app.kubernetes.io/managed-by: Helm
         app.kubernetes.io/instance: open-webui
         app.kubernetes.io/component: open-webui
     spec:
       initContainers:
       - name: copy-app-data
-        image: ghcr.io/open-webui/open-webui:0.3.30
+        image: ghcr.io/open-webui/open-webui:0.3.32
         imagePullPolicy: IfNotPresent
         command:
         - sh
         - -c
         - cp -R -n /app/backend/data/* /tmp/app-data/
         volumeMounts:
         - name: data
           mountPath: /tmp/app-data
       enableServiceLinks: false
       automountServiceAccountToken: false
       containers:
       - name: open-webui
-        image: ghcr.io/open-webui/open-webui:0.3.30
+        image: ghcr.io/open-webui/open-webui:0.3.32
         imagePullPolicy: IfNotPresent
         ports:
         - name: http
           containerPort: 8080
         volumeMounts:
         - name: data

@renovate renovate bot merged commit 14b06ec into main Oct 9, 2024
4 checks passed
@renovate renovate bot deleted the renovate/open-webui-3.x branch October 9, 2024 22:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants