deploy(bp-guacamole): bump bootstrap-kit pin 0.1.22 -> 0.1.23 (Refs TBD-G4 phase 2, C12-005) (#1700)
Some checks are pending
Vendor-coupling guardrail / Vendor-coupling guardrail (push) Waiting to run
Cluster bootstrap-kit drift guardrail / Detect bootstrap-kit drift (push) Waiting to run
Test — Bootstrap Kit (kind cluster + Flux) / dependency-graph-audit (push) Waiting to run
Test — Bootstrap Kit (kind cluster + Flux) / manifest-validation (push) Blocked by required conditions
Test — Bootstrap Kit (kind cluster + Flux) / kind-reconciliation (push) Blocked by required conditions
Some checks are pending
Vendor-coupling guardrail / Vendor-coupling guardrail (push) Waiting to run
Cluster bootstrap-kit drift guardrail / Detect bootstrap-kit drift (push) Waiting to run
Test — Bootstrap Kit (kind cluster + Flux) / dependency-graph-audit (push) Waiting to run
Test — Bootstrap Kit (kind cluster + Flux) / manifest-validation (push) Blocked by required conditions
Test — Bootstrap Kit (kind cluster + Flux) / kind-reconciliation (push) Blocked by required conditions
Pulls in PR #1699 — liveness + readiness probe paths flipped from `/` to `/guacamole/`. The Apache Guacamole webapp deploys under Tomcat's context path /guacamole/, not /, so probing `/` made kubelet restart the Pod every ~60s and the kube-system Cilium gateway returned 503 to `https://guacamole.<sov>/` because the Endpoint was never Ready (observed on t22, 5 restarts in 8m). Mirrors the #1693/#1694 split — chart fix + bootstrap-kit pin bump always shipped as two PRs so the chart bumps reach the Blueprint Release dispatch BEFORE the bootstrap-kit reconciles against a non-existent chart version. Co-authored-by: hatiyildiz <hati.yildiz@openova.io> Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
33903a118b
commit
b6dbacb491
@ -121,7 +121,14 @@ spec:
|
||||
# exist on any Sovereign — the canonical gateway is
|
||||
# kube-system/cilium-gateway installed by 01-cilium.yaml and
|
||||
# used by every other Sovereign HTTPRoute.
|
||||
version: 0.1.22
|
||||
# 0.1.23 (Refs TBD-G4 phase 2 / C12-005, 2026-05-18): pulls in
|
||||
# PR #1699 (liveness + readiness probe paths flipped from `/`
|
||||
# to `/guacamole/`). The Apache Guacamole webapp deploys under
|
||||
# Tomcat's context path /guacamole/, not /, so probing `/`
|
||||
# made kubelet restart the Pod every ~60s and the kube-system
|
||||
# Cilium gateway returned 503 to the public hostname because
|
||||
# the Endpoint was never Ready (observed on t22, 5 restarts).
|
||||
version: 0.1.23
|
||||
sourceRef:
|
||||
kind: HelmRepository
|
||||
name: bp-guacamole
|
||||
|
||||
Loading…
Reference in New Issue
Block a user