Update CV release to v1.0.2 (#175)

## Summary
- Update `CV_RELEASE_URL` in cv deployment from v1.0.1 to v1.0.2

## Deployment and Testing
- [ ] `argocd app sync cv` after merge
- [ ] Verify cv.eblu.me serves updated content

Reviewed-on: https://forge.ops.eblu.me/eblume/blumeops/pulls/175
This commit is contained in:
Erich Blume 2026-02-12 16:18:55 -08:00
commit ed5c9c9b48
2 changed files with 2 additions and 1 deletions

View file

@ -22,7 +22,7 @@ spec:
name: http
env:
- name: CV_RELEASE_URL
value: "https://forge.ops.eblu.me/api/packages/eblume/generic/cv/v1.0.1/cv-v1.0.1.tar.gz"
value: "https://forge.ops.eblu.me/api/packages/eblume/generic/cv/v1.0.2/cv-v1.0.2.tar.gz"
resources:
requests:
memory: "64Mi"

View file

@ -0,0 +1 @@
Update CV release to v1.0.2