mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-07-28 00:22:37 -04:00
[PR #1045] [CLOSED] Helm Initial Commit #939
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/qdm12/ddns-updater/pull/1045
Author: @zbroad84
Created: 10/21/2025
Status: ❌ Closed
Base:
master← Head:helm_chart_addition📝 Commits (1)
8c21ea7Helm Initial Commit📊 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.