[PR #113] [MERGED] Fix broken ServiceAccount & introduce automated testing via CI #187

Closed
opened 2026-02-15 19:16:46 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/helm-charts/pull/113
Author: @zadjadr
Created: 11/25/2024
Status: Merged
Merged: 11/27/2024
Merged by: @westbrook-ai

Base: mainHead: fix/ci


📝 Commits (2)

  • b9cc6a3 fix: serviceaccount token automount
  • 1547539 ci: Add checks for helm charts

📊 Changes

4 files changed (+107 additions, -3 deletions)

View changed files

📝 .github/workflows/helm-release.yml (+1 -1)
.github/workflows/helm-test-open-webui.yml (+52 -0)
.github/workflows/helm-test-pipelines.yml (+53 -0)
📝 charts/open-webui/templates/service-account.yaml (+1 -2)

📄 Description

This introduces automated CI checks so checking PRs becomes easier on the maintainers.

It does a helm linting check & tries to kubectl apply the created objects. If the kubernetes API returns a non-zero exit code, the pipeline will break and we know there is some issue with the provided templates (which then can be seen in the CI logs).

Other than that, I also fixed the broken ServiceAccount as automountServiceAccountToken is not part of metadata.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/helm-charts/pull/113 **Author:** [@zadjadr](https://github.com/zadjadr) **Created:** 11/25/2024 **Status:** ✅ Merged **Merged:** 11/27/2024 **Merged by:** [@westbrook-ai](https://github.com/westbrook-ai) **Base:** `main` ← **Head:** `fix/ci` --- ### 📝 Commits (2) - [`b9cc6a3`](https://github.com/open-webui/helm-charts/commit/b9cc6a30cce1467c6e87ccf46f171879073d300a) fix: serviceaccount token automount - [`1547539`](https://github.com/open-webui/helm-charts/commit/154753931ea58d8d2d9a463c377b78d29fd9f57e) ci: Add checks for helm charts ### 📊 Changes **4 files changed** (+107 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/helm-release.yml` (+1 -1) ➕ `.github/workflows/helm-test-open-webui.yml` (+52 -0) ➕ `.github/workflows/helm-test-pipelines.yml` (+53 -0) 📝 `charts/open-webui/templates/service-account.yaml` (+1 -2) </details> ### 📄 Description This introduces automated CI checks so checking PRs becomes easier on the maintainers. It does a helm linting check & tries to `kubectl apply` the created objects. If the kubernetes API returns a non-zero exit code, the pipeline will break and we know there is some issue with the provided templates (which then can be seen in the CI logs). Other than that, I also fixed the broken ServiceAccount as `automountServiceAccountToken` is not part of `metadata`. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 19:16:46 -05:00
yindo closed this issue 2026-02-15 19:16:46 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: open-webui/helm-charts#187