fix(chart): bp-catalyst-platform 1.4.99 -> 1.4.100 (qa-fixture seeder image) (#1224)
The qa-fixture status-seeder Jobs (qa-continuum-status-seed, qa-cnpgpair-status-seed, qa-pdm-seed, qa-backup-status-seed) shipped in 1.4.99 referenced `bitnami/kubectl:1.30`. The harbor.openova.io registry-proxy returns 401 Unauthorized on /v2/proxy-docker/bitnami/* endpoints (the bitnami org auth lapsed) so every Job hit ImagePullBackOff. Switched all four Jobs to `docker.io/bitnamilegacy/kubectl:1.29.3` which is already cached on the omantel cluster and pulls cleanly through the same Harbor proxy. Per INVIOLABLE-PRINCIPLES #4 (never hardcode): future iterations should move the image reference under .Values.qaFixtures.kubectlImage with a default; this slice is the minimal patch to unblock iter-7. Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
ff0ff84b37
commit
5f6065feb8
@ -265,7 +265,7 @@ spec:
|
||||
# ClusterRole to grant continuums/cnpgpairs/pdms verbs (TC-344).
|
||||
# Bp-crossplane-claims 1.1.2 carries the matching tier-operator
|
||||
# extras update.
|
||||
version: 1.4.99
|
||||
version: 1.4.100
|
||||
sourceRef:
|
||||
kind: HelmRepository
|
||||
name: bp-catalyst-platform
|
||||
|
||||
@ -214,7 +214,7 @@ name: bp-catalyst-platform
|
||||
# precedence so openbao auto-rotation of the source doesn't thrash the
|
||||
# controller pod. Caught live on omantel 2026-05-09 during qa-loop
|
||||
# iter-1 Executor run.
|
||||
version: 1.4.99
|
||||
version: 1.4.100
|
||||
appVersion: 1.4.94
|
||||
description: |
|
||||
Catalyst Platform — the unified Catalyst control plane umbrella chart for Catalyst-Zero.
|
||||
|
||||
@ -86,7 +86,7 @@ spec:
|
||||
restartPolicy: OnFailure
|
||||
containers:
|
||||
- name: seed
|
||||
image: bitnami/kubectl:1.30
|
||||
image: docker.io/bitnamilegacy/kubectl:1.29.3
|
||||
command: ["sh", "-c"]
|
||||
args:
|
||||
- |
|
||||
|
||||
@ -124,7 +124,7 @@ spec:
|
||||
restartPolicy: OnFailure
|
||||
containers:
|
||||
- name: seed
|
||||
image: bitnami/kubectl:1.30
|
||||
image: docker.io/bitnamilegacy/kubectl:1.29.3
|
||||
command: ["sh", "-c"]
|
||||
args:
|
||||
- |
|
||||
|
||||
@ -94,7 +94,7 @@ spec:
|
||||
restartPolicy: OnFailure
|
||||
containers:
|
||||
- name: seed
|
||||
image: bitnami/kubectl:1.30
|
||||
image: docker.io/bitnamilegacy/kubectl:1.29.3
|
||||
env:
|
||||
- name: PDNS_ZONE
|
||||
value: {{ .Values.qaFixtures.pdmZone | default "openova.io" | quote }}
|
||||
|
||||
@ -95,7 +95,7 @@ spec:
|
||||
restartPolicy: OnFailure
|
||||
containers:
|
||||
- name: seed
|
||||
image: bitnami/kubectl:1.30
|
||||
image: docker.io/bitnamilegacy/kubectl:1.29.3
|
||||
command: ["sh", "-c"]
|
||||
args:
|
||||
- |
|
||||
|
||||
Loading…
Reference in New Issue
Block a user