Use kustomize images for Alpine tag

Keep all container tags in kustomization.yaml for easy version management.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Erich Blume 2026-03-15 17:59:27 -07:00
commit 722f92b366
2 changed files with 3 additions and 1 deletions

View file

@ -48,7 +48,7 @@ spec:
# Fetch TeslaMate dashboards from forge mirror at a pinned tag.
# To upgrade: update TESLAMATE_VERSION below.
- name: init-teslamate-dashboards
image: docker.io/library/alpine:3.21
image: docker.io/library/alpine:kustomized
imagePullPolicy: IfNotPresent
command: ["sh", "-c"]
args:

View file

@ -11,6 +11,8 @@ resources:
- rbac.yaml
images:
- name: docker.io/library/alpine
newTag: "3.21"
- name: docker.io/library/busybox
newTag: 1.31.1
- name: registry.ops.eblu.me/blumeops/grafana-sidecar