apiVersion: "helm-expt.confighub.com/v1alpha1"
kind: "Variant"
metadata:
  name: "legacy"
  labels:
    confighub.io/chart-ref: "bitnami/phpmyadmin"
    confighub.io/chart-version: "20.0.0"
    confighub.io/proof-tier: "next80-full"
    confighub.io/variant: "legacy"
    confighub.io/image-source: "bitnamilegacy"
spec:
  recipe: "../../recipe.yaml"
  namespace: "default"
  releaseName: "phpmyadmin"
  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/phpmyadmin is no longer pullable. This variant remaps the committed default render to the verified-pullable docker.io/bitnamilegacy mirror so the local-live (L) lane can pass. The core default variant (and ha, where present) is intentionally left as an honest image-blocked watch row."
    from: "docker.io/bitnami/"
    to: "docker.io/bitnamilegacy/"
    images:
      -
        from: "docker.io/bitnami/phpmyadmin:5.2.2-debian-12-r22"
        to: "docker.io/bitnamilegacy/phpmyadmin:5.2.2-debian-12-r22"
    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."
