0
0
mirror of https://github.com/renovatebot/renovate.git synced 2024-12-22 21:48:32 +00:00
renovatebot_renovate/lib/modules/manager/vendir/__fixtures__/valid-vendir.yaml
Hans Knecht a8208df261
feat: add support for git refs for vendir (#28084)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2024-03-28 20:57:06 +00:00

39 lines
920 B
YAML

apiVersion: vendir.k14s.io/v1alpha1
kind: Config
directories:
- path: vendor
contents:
# Normal Helm Chart
- path: custom-repo-custom-version
helmChart:
name: contour
version: "7.10.1"
repository:
url: https://charts.bitnami.com/bitnami
# Normal Helm Chart 2 for handling lists
- path: thing
helmChart:
name: test
version: "7.10.1"
repository:
url: https://charts.bitnami.com/bitnami
# Normal Git Repo
- path: custom-repo-custom-version
git:
url: https://github.com/test/test
ref: "7.10.1"
# OCI Helm Chart
- path: custom-repo-custom-version
helmChart:
name: contour
version: "7.10.1"
repository:
url: oci://charts.bitnami.com/bitnami
# Aliased OCI Helm Chart
- path: custom-repo-custom-version
helmChart:
name: oci
version: "7.10.1"
repository:
url: oci://test