apiVersion: "helm-expt.confighub.com/v1alpha1"
kind: "Variant"
metadata:
  name: "legacy"
  labels:
    confighub.io/chart-ref: "bitnami/zookeeper"
    confighub.io/chart-version: "13.8.7"
    confighub.io/proof-tier: "next80-full"
    confighub.io/variant: "legacy"
    confighub.io/image-source: "bitnamilegacy"
spec:
  recipe: "../../recipe.yaml"
  namespace: "default"
  releaseName: "zookeeper"
  valuesProfile: "../../effective-values.yaml"
  capabilityProfile:
    kubeVersion: "1.30.0"
    apiVersions:
      []
  hookPolicy: "no-hooks"
  imageRemap:
    rationale: "Bitnami moved the free docker.io/bitnami/* images to the frozen docker.io/bitnamilegacy/* namespace in Aug 2025; docker.io/bitnami/zookeeper is no longer pullable. This variant remaps to the verified-pullable docker.io/bitnamilegacy mirror so the local-live lane can pass. The default and ha variants are intentionally left as honest image-blocked watch rows."
    from: "docker.io/bitnami/"
    to: "docker.io/bitnamilegacy/"
    images:
      - from: "docker.io/bitnami/zookeeper:3.9.3-debian-12-r21"
        to: "docker.io/bitnamilegacy/zookeeper:3.9.3-debian-12-r21"
    deprecated: true
    deprecationNote: "docker.io/bitnamilegacy is a frozen, deprecated mirror (no new tags, no security patches). Fine for a parity/runtime proof; production users should mirror these images into their own registry."
