Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ uds deploy bundle/uds-bundle-socketzero-<arch>-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
Expand All @@ -77,7 +77,7 @@ uds deploy bundle/uds-bundle-socketzero-<arch>-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
Expand Down
12 changes: 12 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.*?:(?<currentValue>\\d+\\.\\d+\\.\\d+)",
"socketzero-helm\\.git[\\s\\S]*?version:\\s*(?<currentValue>\\d+\\.\\d+\\.\\d+)"
],
"depNameTemplate": "radiusmethod/socketzero-helm",
"datasourceTemplate": "github-releases"
}
],
"packageRules": [
{
"groupName": "SocketZero Support Dependencies",
Expand Down
Loading