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
16 changes: 14 additions & 2 deletions .claude/settings.local.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
{
"permissions": {
"allow": [
"Bash(kubectl exec:*)"
"Bash(kubectl exec:*)",
"Bash(kubectl get:*)",
"Bash(curl:*)",
"Bash(kubectl describe:*)",
"Bash(kubectl logs:*)",
"Bash(jq:*)",
"Bash(kubectl run:*)",
"Bash(kubectl rollout:*)",
"WebFetch(domain:raw.githubusercontent.com)",
"Bash(gh run view:*)",
"Bash(gh api:*)",
"Bash(git stash push:*)",
"Bash(grep:*)"
],
"deny": []
}
}
}
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.7.0)
1. **SocketZero Application** - Deployed via Helm chart from https://github.com/radiusmethod/socketzero-helm.git (v0.7.1)
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.7.0`
- `registry1.dso.mil/ironbank/radiusmethod/socketzero/receiver:0.7.1`
- `registry1.dso.mil/ironbank/bitnami/redis:8.0.3`

## Variables
Expand Down
2 changes: 1 addition & 1 deletion common/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ components:
namespace: socketzero
url: https://github.com/radiusmethod/socketzero-helm.git
gitPath: .
version: 0.7.0
version: 0.7.1
valuesFiles:
- ../values/common-values.yaml
actions:
Expand Down
2 changes: 1 addition & 1 deletion values/registry1-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
# Example variables from UDS package repo template. Update to relevant variables after templating
image:
repository: registry1.dso.mil/ironbank/radiusmethod/socketzero/receiver
tag: 0.7.0
tag: 0.7.1
2 changes: 1 addition & 1 deletion zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ components:
charts:
- name: socketzero
images:
- registry1.dso.mil/ironbank/radiusmethod/socketzero/receiver:0.7.0
- registry1.dso.mil/ironbank/radiusmethod/socketzero/receiver:0.7.1
- registry1.dso.mil/ironbank/bitnami/redis:8.2.0
Loading