[PR #1045] [CLOSED] Helm Initial Commit #939

Closed
opened 2025-11-20 04:26:37 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/qdm12/ddns-updater/pull/1045
Author: @zbroad84
Created: 10/21/2025
Status: Closed

Base: masterHead: helm_chart_addition


📝 Commits (1)

📊 Changes

16 files changed (+619 additions, -0 deletions)

View changed files

.github/linters/ct.yaml (+5 -0)
.github/workflows/helm.yaml (+66 -0)
charts/ddns-updater/.helmignore (+23 -0)
charts/ddns-updater/Chart.yaml (+24 -0)
charts/ddns-updater/templates/NOTES.txt (+22 -0)
charts/ddns-updater/templates/_helpers.tpl (+73 -0)
charts/ddns-updater/templates/configmap.yaml (+13 -0)
charts/ddns-updater/templates/deployment.yaml (+68 -0)
charts/ddns-updater/templates/hpa.yaml (+32 -0)
charts/ddns-updater/templates/ingress.yaml (+61 -0)
charts/ddns-updater/templates/pv.yaml (+19 -0)
charts/ddns-updater/templates/pvc.yaml (+18 -0)
charts/ddns-updater/templates/service.yaml (+15 -0)
charts/ddns-updater/templates/serviceaccount.yaml (+13 -0)
charts/ddns-updater/templates/tests/test-connection.yaml (+15 -0)
charts/ddns-updater/values.yaml (+152 -0)

📄 Description

No description provided


🔄 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/qdm12/ddns-updater/pull/1045 **Author:** [@zbroad84](https://github.com/zbroad84) **Created:** 10/21/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `helm_chart_addition` --- ### 📝 Commits (1) - [`8c21ea7`](https://github.com/qdm12/ddns-updater/commit/8c21ea717a8c471a75e536cef482f9c559fbdd21) Helm Initial Commit ### 📊 Changes **16 files changed** (+619 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `.github/linters/ct.yaml` (+5 -0) ➕ `.github/workflows/helm.yaml` (+66 -0) ➕ `charts/ddns-updater/.helmignore` (+23 -0) ➕ `charts/ddns-updater/Chart.yaml` (+24 -0) ➕ `charts/ddns-updater/templates/NOTES.txt` (+22 -0) ➕ `charts/ddns-updater/templates/_helpers.tpl` (+73 -0) ➕ `charts/ddns-updater/templates/configmap.yaml` (+13 -0) ➕ `charts/ddns-updater/templates/deployment.yaml` (+68 -0) ➕ `charts/ddns-updater/templates/hpa.yaml` (+32 -0) ➕ `charts/ddns-updater/templates/ingress.yaml` (+61 -0) ➕ `charts/ddns-updater/templates/pv.yaml` (+19 -0) ➕ `charts/ddns-updater/templates/pvc.yaml` (+18 -0) ➕ `charts/ddns-updater/templates/service.yaml` (+15 -0) ➕ `charts/ddns-updater/templates/serviceaccount.yaml` (+13 -0) ➕ `charts/ddns-updater/templates/tests/test-connection.yaml` (+15 -0) ➕ `charts/ddns-updater/values.yaml` (+152 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2025-11-20 04:26:37 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ddns-updater#939