Add local kube-state-metrics container (Dockerfile + nix)
Build kube-state-metrics v2.18.0 from forge mirror, replacing upstream registry.k8s.io image. Both indri (Dockerfile via Dagger) and ringtail (nix via buildGoModule + buildLayeredImage) get locally built images. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
84eda0301f
commit
e2e35cc732
5 changed files with 106 additions and 0 deletions
|
|
@ -6,4 +6,5 @@ resources:
|
|||
- service.yaml
|
||||
images:
|
||||
- name: registry.k8s.io/kube-state-metrics/kube-state-metrics
|
||||
newName: registry.ops.eblu.me/blumeops/kube-state-metrics
|
||||
newTag: v2.18.0
|
||||
|
|
|
|||
|
|
@ -6,4 +6,5 @@ resources:
|
|||
- service.yaml
|
||||
images:
|
||||
- name: registry.k8s.io/kube-state-metrics/kube-state-metrics
|
||||
newName: registry.ops.eblu.me/blumeops/kube-state-metrics
|
||||
newTag: v2.18.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue