From 1612da6aceb8fc4e7807f6b4cdbb95dfd8abbbc4 Mon Sep 17 00:00:00 2001 From: Danny Gershman Date: Wed, 28 Jan 2026 20:17:55 -0500 Subject: [PATCH] chore: making renovate aware of the socketzero helm chart --- CLAUDE.md | 4 ++-- renovate.json | 12 ++++++++++++ 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CLAUDE.md b/CLAUDE.md index 8e60677..787c8fd 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -63,7 +63,7 @@ uds deploy bundle/uds-bundle-socketzero--0.0.1.tar.zst --confirm \ ### Key Components -1. **SocketZero Application** - Deployed via Helm chart from https://github.com/radiusmethod/socketzero-helm.git (v0.6.2) +1. **SocketZero Application** - Deployed via Helm chart from https://github.com/radiusmethod/socketzero-helm.git (v0.7.0) 2. **Redis** - Bundled dependency using Iron Bank image (`registry1.dso.mil/ironbank/bitnami/redis:8.0.3`) 3. **UDS Package Resource** - Configures SSO integration and network policies in `chart/templates/uds-package.yaml` 4. **Values Files** - Environment-specific configurations in `values/` directory @@ -77,7 +77,7 @@ uds deploy bundle/uds-bundle-socketzero--0.0.1.tar.zst --confirm \ ## Image Registry Uses Registry1 Iron Bank images: -- `registry1.dso.mil/ironbank/radiusmethod/socketzero/receiver:0.6.2` +- `registry1.dso.mil/ironbank/radiusmethod/socketzero/receiver:0.7.0` - `registry1.dso.mil/ironbank/bitnami/redis:8.0.3` ## Variables diff --git a/renovate.json b/renovate.json index e4aa95a..77ea948 100644 --- a/renovate.json +++ b/renovate.json @@ -8,6 +8,18 @@ "workarounds:all" ], "schedule": ["after 7am and before 9am every weekday"], + "customManagers": [ + { + "customType": "regex", + "fileMatch": ["common/zarf\\.yaml$", "zarf\\.yaml$", "values/.*\\.yaml$", "CLAUDE\\.md$"], + "matchStrings": [ + "radiusmethod/socketzero.*?:(?\\d+\\.\\d+\\.\\d+)", + "socketzero-helm\\.git[\\s\\S]*?version:\\s*(?\\d+\\.\\d+\\.\\d+)" + ], + "depNameTemplate": "radiusmethod/socketzero-helm", + "datasourceTemplate": "github-releases" + } + ], "packageRules": [ { "groupName": "SocketZero Support Dependencies",