release: v0.10.26 - fix: sanitize component path for K8s labels
This commit is contained in:
parent
c9414832d3
commit
ccc3f13ced
11
changelog/v0.10.26.md
Normal file
11
changelog/v0.10.26.md
Normal file
@ -0,0 +1,11 @@
|
||||
# v0.10.26
|
||||
|
||||
**Released:** 2026-02-01
|
||||
|
||||
## Changes
|
||||
|
||||
fix: sanitize component path for K8s labels
|
||||
|
||||
---
|
||||
|
||||
**Image:** `ghcr.io/orchard9/rdev-api:v0.10.26`
|
||||
@ -24,7 +24,7 @@ spec:
|
||||
serviceAccountName: rdev-api
|
||||
containers:
|
||||
- name: rdev-api
|
||||
image: ghcr.io/orchard9/rdev-api:v0.10.25
|
||||
image: ghcr.io/orchard9/rdev-api:v0.10.26
|
||||
imagePullPolicy: Always
|
||||
|
||||
ports:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user