github.com/Racer159/jackal@v0.32.7-0.20240401174413-0bd2339e4f2e/src/test/packages/25-evil-chart-deps/bad-chart/Chart.yaml (about) 1 apiVersion: v1 2 description: The Bad Chart 3 name: bad-chart 4 version: 1.0.0 5 6 maintainers: 7 - name: The Jackal Authors 8 url: https://jackal.dev 9 10 dependencies: 11 # This chart will fail to load because the keyring won't be setup correctly 12 - name: cert-manager 13 version: 1.11.1 14 repository: https://charts.jetstack.io/ 15 condition: certmanager.install 16 alias: certmanager