Add :kustomized sentinel tag to manifest images, review devpi
Bare image references in manifests were ambiguous — unclear whether the tag was intentionally omitted or managed by kustomize. Add :kustomized sentinel to all 37 image refs overridden by kustomize images transformer. Add sync notes for tailscale-operator proxyclass (CRD fields not processed by kustomize). Mark devpi reviewed (6.19.1 is current). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
2ac1a1abc2
commit
6e8d11c6bb
34 changed files with 44 additions and 38 deletions
|
|
@ -32,7 +32,7 @@ spec:
|
|||
runAsUser: 472
|
||||
initContainers:
|
||||
- name: init-chown-data
|
||||
image: docker.io/library/busybox
|
||||
image: docker.io/library/busybox:kustomized
|
||||
imagePullPolicy: IfNotPresent
|
||||
command: ["chown", "-R", "472:472", "/var/lib/grafana"]
|
||||
securityContext:
|
||||
|
|
@ -48,7 +48,7 @@ spec:
|
|||
containers:
|
||||
# Dashboard sidecar - watches ConfigMaps with grafana_dashboard=1
|
||||
- name: grafana-sc-dashboard
|
||||
image: registry.ops.eblu.me/blumeops/grafana-sidecar
|
||||
image: registry.ops.eblu.me/blumeops/grafana-sidecar:kustomized
|
||||
imagePullPolicy: IfNotPresent
|
||||
env:
|
||||
- name: METHOD
|
||||
|
|
@ -88,7 +88,7 @@ spec:
|
|||
mountPath: /tmp/dashboards
|
||||
# Grafana
|
||||
- name: grafana
|
||||
image: registry.ops.eblu.me/blumeops/grafana
|
||||
image: registry.ops.eblu.me/blumeops/grafana:kustomized
|
||||
imagePullPolicy: IfNotPresent
|
||||
env:
|
||||
- name: POD_IP
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue