Commit Graph
100 Commits
Author SHA1 Message Date
sha 5cb2d991d8 feat(redis): add own Redis chart
Replaces the Bitnami OCI chart wrapper previously used directly from
the k3s repo (apps/redis). Standalone Deployment, password auth via
existingSecret, optional persistence (defaults to emptyDir to match
current usage as an ephemeral cache/session store).
2026-08-09 16:06:55 +03:00
sha 8be5f0c7ec Merge branch 'main' of https://github.com/shadoll/helm-charts
# Conflicts:
#	home-assistant-dev/Chart.yaml
#	home-assistant/Chart.yaml
2026-08-07 11:31:24 +03:00
shaandClaude Sonnet 5 c66bac4714 fix(home-assistant): disable deprecated http: config section on ha-dev
HA core has migrated the http: config (server_port, ip_ban_enabled,
login_attempts_threshold, use_x_forwarded_for, trusted_proxies) out of
configuration.yaml, causing "already been migrated and is now being
ignored" warnings. Disable http.enabled by default on home-assistant-dev,
mark the section deprecated in both charts, and document removal planned
for appVersion 2027.7.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-08-07 11:29:38 +03:00
sha 41296a1433 chore: Add GitHub token authentication for API calls in update script 2026-07-24 12:28:46 +03:00
sha 2153762922 chore: Add initial Helm chart and values configuration for Gitea 2026-07-13 20:12:58 +03:00
sha 0d5f374f0a chore: Add initial Helm chart for mcp-server-qdrant with deployment, service, ingress, and values configuration 2026-07-09 15:33:21 +03:00
shaandClaude Sonnet 4.6 132ef9d020 fix(jellyfin): downgrade to v10.11.10, exclude v10.11.11 from auto-update
v10.11.11 has a broken UpdateNormalizedUsername migration that queries
a column that was never added to the schema. Pin to v10.11.10 and add
version-exclude support to the update script so the daily bot skips
the broken version until upstream fixes it.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-19 01:14:02 +03:00
sha 0e727ff2a8 fix(jellyfin): use v-prefixed tag to match actual ghcr.io tags
Image tags are v10.11.x not 10.11.x — the version-pattern stripping v
caused the pulled tag to not exist. Drop version-pattern and keep v prefix
in both appVersion and image.tag so hs node can pull the image again.
2026-06-19 01:01:07 +03:00
shaandClaude Sonnet 4.6 b3675933fc fix(rflood): set HOME=/config and flood --auth none --rtsocket for jesec
- HOME=/config makes rtorrent read /config/.rtorrent.rc and use /config/session/
- flood --auth none disables login requirement
- flood --rtsocket points to socket path from rtorrent.rc
- rtorrentSocket value used consistently in both configmap and command args

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-17 01:09:59 +03:00
sha 562efdcede fix(rflood): point session and socket to /config to restore torrents
HOME=/home/download in jesec image but session was at /config/session/
from hotio. Use explicit paths so session persists on PVC.
2026-06-17 01:02:56 +03:00
shaandClaude Sonnet 4.6 17c31eb27d fix(rflood): correct webuiPort to 3000 for jesec/rtorrent-flood
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-17 00:56:57 +03:00
shaandClaude Sonnet 4.6 bc9837b373 feat(rflood): switch to jesec/rtorrent-flood to fix scheduler crash
hotio/rflood bundles rtorrent with a scheduler assertion bug that fires
on torrent delete and shutdown. jesec/rtorrent-flood uses an actively
maintained rtorrent fork with this fixed.

Changes:
- Image: hotio/rflood → jesec/rtorrent-flood:4.14.2
- webuiPort: 3000 → 3001
- Add ConfigMap for .rtorrent.rc (jesec requires explicit config)
- Replace PUID/PGID env vars with pod securityContext (runAsUser/Group 1001)
- Liveness probe: exec rtxmlrpc → httpGet on webui port
- Remove TCP RPC port from service (jesec uses Unix socket)
- Update version-source to dockerhub-tags-pattern for jesec tags

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-17 00:53:34 +03:00
sha aa8de3f8a3 fix: update rflood chart version and appVersion; enhance update script for ghcr-tags-build support 2026-06-16 22:04:27 +03:00
sha e2c6ba6a36 fix: update version and appVersion for frigate-mcp and home-assistant charts; enhance update script for github-sha support 2026-06-13 00:53:59 +03:00
shaandClaude Sonnet 4.6 8e77d702ba fix(rflood): add liveness probe and raise memory limit to 4Gi
rtorrent periodically freezes blocking Flood's XMLRPC calls (activity-stream
and client/settings hang). Root causes: pieces.memory.max=1800M near the 2Gi
container limit; no liveness probe to trigger pod restart on hang.

- Liveness probe: exec rtxmlrpc system.time_seconds with 10s timeout; restart
  pod after 3 consecutive failures (every 30s check)
- Default memory limit raised from 2Gi to 4Gi

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-10 13:25:46 +03:00
sha 93352adfdc chore: Add initial Helm chart for MariaDB with templates and values 2026-06-10 02:47:02 +03:00
sha 595f1057a0 feat: Add broadlinkac2mqtt Helm chart with configuration and templates 2026-05-24 01:41:23 +03:00
sha bf4326b6da feat: Add frigate-mcp Helm chart for Frigate NVR MCP server integration 2026-05-23 20:28:37 +03:00
sha c86fb2139e chore: Update gitea-mirror chart version to 0.1.11 and appVersion to 3.16.1 2026-05-23 20:04:41 +03:00
sha 82936fb010 fix: Correct Frigate init container image tag from 0.17.1 to busybox 1.36 2026-05-23 20:03:30 +03:00
sha 194378508b Merge branch 'main' of https://github.com/shadoll/helm-charts 2026-05-22 00:36:04 +03:00
sha 1201f547fc feat: Update Frigate Helm chart to version 0.2.0 and enhance deployment with init container for config seeding 2026-05-22 00:36:02 +03:00
sha 00389c4937 feat: Add Frigate NVR Helm chart with deployment, service, ingress, and configuration files 2026-05-22 00:04:15 +03:00
sha c24455ab32 Merge branch 'main' of https://github.com/shadoll/helm-charts 2026-05-19 18:13:12 +03:00
sha 9bfa308bc4 feat: Add initial Zigbee2MQTT Helm chart with deployment, service, ingress, and values configuration 2026-05-19 18:12:52 +03:00
sha 892674153f chore: Bump version to 0.1.6 in Chart.yaml 2026-05-15 22:39:12 +03:00
sha ac26160821 chore: Update service configuration to support NodePort and LoadBalancer types 2026-05-15 22:37:47 +03:00
shaandClaude Opus 4.7 70fb9b1cd3 fix(home-assistant-mcp): pin appVersion to 7.4.0 (7.4.1 image not published)
Upstream cut a v7.4.1 GitHub release but never published the matching
ghcr.io/homeassistant-ai/ha-mcp:7.4.1 image, so the auto-bumped chart
broke every consumer with ImagePullBackOff. Roll back to 7.4.0 which
is the latest image actually published.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-03 11:40:54 +03:00
shaandClaude Opus 4.7 e020d4c50d fix(home-assistant-mcp): use RollingUpdate and allow image.tag override
Recreate strategy caused full downtime when a chart appVersion bump
referenced an unpublished image tag. Switch to RollingUpdate with
maxUnavailable=0 so the old pod stays up until the new one is Running,
and add an image.tag override so consumers can pin to a working tag
when appVersion races ahead of the published image.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-03 11:39:14 +03:00
sha 0267797898 fix: update timemachine version to 0.1.1 and adjust mountPath in deployment configuration 2026-04-26 17:26:47 +03:00
sha 7c9aea29c7 Merge branch 'main' of https://github.com/shadoll/helm-charts 2026-04-26 17:11:55 +03:00
sha b72a820d7a feat: add timemachine Helm chart with deployment, service, and persistence configurations 2026-04-26 17:11:54 +03:00
sha e1fef2b8ad fix: update version source and pattern in argo-cd Chart.yaml 2026-04-23 16:09:25 +03:00
sha 98c4f5386a Merge branch 'main' of https://github.com/shadoll/helm-charts 2026-04-23 16:02:06 +03:00
sha 8cc8c1bdeb feat: add argo-cd Helm chart with initial configuration and default values 2026-04-23 16:02:05 +03:00
sha c99c675a91 feat: update mikrotik-mcp chart version to 0.1.3 and modify deployment script for mcp-server-mikrotik installation 2026-04-20 14:34:05 +03:00
sha 72fdd9c0f4 fix: bump mikrotik-mcp chart to 0.1.2 to force redeploy with python:3.12-alpine 2026-04-20 11:58:10 +03:00
sha b7bb564948 feat: Update MikroTik MCP Helm chart to use Python 3.12-alpine and enhance version bumping logic 2026-04-20 10:29:56 +03:00
sha 16d9b8d33e feat: Add MikroTik MCP Helm chart with deployment, service, ingress, and values configuration 2026-04-19 20:34:02 +03:00
sha 9d057b2f3e feat: Add traefik-forward-auth Helm chart with deployment, service, ingress, middleware, and configuration templates 2026-04-19 13:21:22 +03:00
sha 26408964a0 Merge branch 'main' of https://github.com/shadoll/helm-charts 2026-04-19 12:07:34 +03:00
sha fada8bb494 feat: Update rflood Helm chart to version 0.1.3; add nodeSelector, tolerations, and affinity configurations 2026-04-19 12:07:32 +03:00
sha 259fbb8137 feat: Add ntfy Helm chart with deployment, service, ingress, configmap, and values configuration 2026-04-19 04:22:46 +03:00
sha e0c2043b08 feat: Add Pocket ID Helm chart with deployment, service, ingress, and backup configurations 2026-04-19 03:11:23 +03:00
sha 93538e432d chore: Bump version to 0.1.37-dev for home-assistant-dev and 0.1.23 for home-assistant; update db_url encoding in deployment script 2026-04-18 19:54:58 +03:00
sha caf7925566 feat: Add Helm chart for Home Assistant MCP server with deployment, service, ingress, and values configuration 2026-04-18 18:44:19 +03:00
sha 4ebe5c4612 chore: Update version to 0.1.1 and add nodeSelector and tolerations to deployment configuration 2026-04-18 18:26:02 +03:00
sha 16db5bbef2 feat: Add initial Helm chart for Home Assistant MCP server 2026-04-18 18:21:55 +03:00
sha d2a8f1309a Merge branch 'main' of https://github.com/shadoll/helm-charts 2026-04-18 17:49:46 +03:00
sha d68f43f77c chore: Bump version for Home Assistant charts and improve CIDR detection in deployment script 2026-04-18 17:48:37 +03:00
sha 755c5a1112 chore: Add rflood Helm chart with deployment, service, ingress, PVC, and values files 2026-04-13 22:39:08 +03:00
sha dcce839e7e chore: Bump version for Home Assistant and Jellyfin charts, add failedJobsHistoryLimit to CronJobs 2026-04-11 13:29:53 +03:00
sha c2fb3b646b chore: Add qBittorrent Helm chart with deployment, service, ingress, and values files 2026-04-11 13:03:37 +03:00
sha d47c7653f8 chore: Bump uptime-kuma chart version to 0.1.3 and enhance backup CronJob MySQL dump command 2026-04-10 23:28:55 +03:00
sha 1de5b0340c chore: Bump Uptime Kuma chart version to 0.1.2 and update backup MySQL image to 9.6.0 2026-04-10 22:42:57 +03:00
sha 694901f573 chore: Add Uptime Kuma Helm chart with deployment, service, ingress, PVC, and backup CronJob templates 2026-04-10 22:33:28 +03:00
sha 5c86c59a26 chore: Update Home Assistant chart version to 0.1.18 and add PVC backup CronJob template 2026-04-10 22:08:14 +03:00
sha 6fd0c2f749 chore: Add Gitea Mirror Helm chart with deployment, service, ingress, PVC, and values files 2026-04-10 21:26:21 +03:00
sha eac8bc21c2 feat: Add Signal Gateway Helm chart with deployment, service, ingress, and values configuration 2026-03-31 03:44:39 +03:00
sha ebbb41ce9d chore: Update home-assistant-dev chart version to 0.1.22-dev and enhance init container for HTTP configuration 2026-03-31 00:26:31 +03:00
shaandClaude Opus 4.6 8be7a67fe7 chore: Bump home-assistant-dev chart to 0.1.21-dev
Triggers Flux upgrade to pick up init-http container.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-30 23:51:04 +03:00
sha 7fd9d16626 feat: Add HTTP configuration options for Home Assistant Helm chart 2026-03-30 23:45:14 +03:00
sha 965420e54e feat: Add AdGuard Home Helm chart with deployment, services, ingress, and values configuration 2026-03-26 20:57:31 +02:00
sha 50a7d8605a feat: Bump version to 0.1.15-dev in home-assistant-dev Chart.yaml 2026-03-25 15:23:54 +02:00
sha 1878d1eebd feat: Bump version to 0.1.15 and fix template closing tag in backup cronjob 2026-03-25 14:59:00 +02:00
sha 4ffb32f2dc feat: Bump version to 0.1.14 and enhance backup persistence configuration 2026-03-24 23:31:07 +02:00
sha 150967af4e feat: Update version to 0.1.13-dev in home-assistant-dev Chart.yaml 2026-03-24 23:19:04 +02:00
sha c567e1908e feat: Add persistent volume claim support for backups and update Helm chart version 2026-03-24 21:53:39 +02:00
sha 6b12ea1dc7 feat: Enhance media volume configuration with support for persistent volume claims 2026-03-24 17:40:08 +02:00
sha ae3ddefdad feat: Add home-assistant-dev chart and update update-charts script for image tag management 2026-03-24 17:06:44 +02:00
sha cd59768617 Merge branch 'main' of github.com:shadoll/helm-charts 2026-03-22 12:55:10 +02:00
sha 5bfca412a0 feat: Update Signal notification payload to include styled text mode 2026-03-22 12:54:32 +02:00
sha c47a96bbc6 chore: Update git add command to include all files and modify .gitignore to track errors_summary.txt 2026-03-22 12:47:41 +02:00
sha b85b304962 chore: Update termix chart version to 0.1.2 and appVersion to 1.11.2 2026-03-22 12:39:26 +02:00
sha 4dbc65729d feat: Enhance update-charts workflow with error handling and notifications 2026-03-22 12:32:09 +02:00
sha f6c0489942 feat: Add Termix Helm chart with deployment, service, ingress, PVC, and values configuration 2026-03-21 02:26:43 +02:00
sha cca901b52e chore: Update update-charts workflow to exclude update_summary.txt and improve notification payload 2026-03-21 01:39:09 +02:00
sha 7c2e8345db chore: Add rebase step before pushing automated updates for Helm charts 2026-03-21 01:23:29 +02:00
sha dafbb9f6d1 feat: Add AGENTS.md for guidance on Helm charts and automated version updates 2026-03-20 16:27:18 +02:00
sha 7f92828b17 feat: Update README with additional charts and enhance documentation for Home Assistant and ESPHome 2026-03-18 18:33:18 +02:00
sha 5ab9ab9227 feat: Bump version to 0.1.7 in Chart.yaml and update logging configuration in deployment.yaml 2026-03-18 18:04:22 +02:00
sha 1990ef7168 feat: Bump version to 0.1.6 in Chart.yaml and update log cleanup in deployment.yaml 2026-03-18 16:41:29 +02:00
sha 350f36e61e feat: Bump version to 0.1.5 in Chart.yaml and update log redirection in deployment.yaml 2026-03-18 16:30:32 +02:00
sha 58585a1082 feat: Bump version to 0.1.4 in Chart.yaml and update log management in deployment.yaml 2026-03-18 16:18:58 +02:00
sha cfee9dc0be feat: Bump version to 0.1.3 in Chart.yaml 2026-03-18 16:14:05 +02:00
sha 116a9ff29f feat: Add init container for HA log management in deployment.yaml 2026-03-18 16:13:52 +02:00
sha 6414c5881e feat: Update version to 0.1.2 and improve recorder.yaml generation in deployment script 2026-03-18 14:43:55 +02:00
sha 83e9c35f19 feat: Add support for HA secrets management with init container and configuration options 2026-03-18 14:37:28 +02:00
sha c632968e49 feat: Add PostgreSQL support with initialization job and configuration options 2026-03-18 14:17:39 +02:00
sha f66593fa77 feat: Add Home Assistant Helm chart with PostgreSQL backup support 2026-03-18 12:04:22 +02:00
sha 703f571370 chore: Bump version to 0.1.14 in Chart.yaml 2026-03-18 11:27:55 +02:00
sha fa42f3ac8f feat: Add node affinity support for backup CronJob and update values.yaml 2026-03-18 11:26:25 +02:00
sha 07a3de1ffa feat: Add ESPHome Helm chart 2026-03-18 00:48:12 +02:00
sha fba99adcfc chore: Bump version to 0.1.13 to force re-deployment 2026-03-16 02:54:56 +02:00
sha c1fbda0798 fix: Correct YAML structure for scheduling in backup template and bump to 0.1.12 2026-03-16 02:31:41 +02:00
sha d8c174236c fix: Correct indentation in backup-cronjob template and bump to 0.1.11 2026-03-16 02:22:32 +02:00
sha 9e2b3a2c25 feat: Add database backup support and bump version to 0.1.10 2026-03-16 02:18:20 +02:00
sha 58598accaa feat: Implement automated Helm chart version updates using a GitHub Actions workflow, a new script, and Chart.yaml annotations. 2026-03-16 01:46:44 +02:00
sha 644bec91b4 fix: Correct GitHub Actions secrets context handling 2026-03-16 01:40:48 +02:00
sha 46ddaa5f4b chore: Secure Signal notifications with secrets check 2026-03-16 01:33:22 +02:00