15 lines
641 B
YAML
15 lines
641 B
YAML
apiVersion: v2
|
|
name: contour
|
|
version: 1.0.0
|
|
dependencies:
|
|
- name: contour
|
|
# This was previously wired to the Bitnami contour chart (v15.0.0) —
|
|
# WRONG chart entirely, not just a version mismatch. claude.md issue #4
|
|
# documents exactly why: Bitnami's Contour images hit ImagePullBackUp
|
|
# (Broadcom retiring/freezing images behind that repo), abandoned in
|
|
# favor of the official project chart below. Pinned to match the live
|
|
# release exactly (helm list -n projectcontour showed contour-0.7.0).
|
|
# Don't reintroduce Bitnami here.
|
|
version: 0.7.0
|
|
repository: https://projectcontour.github.io/helm-charts/
|