forked from renovatebot/renovate
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test(vendir): refactor fixtures (renovatebot#28165)
- Loading branch information
1 parent
21c5147
commit 1e1282a
Showing
7 changed files
with
55 additions
and
103 deletions.
There are no files selected for viewing
12 changes: 0 additions & 12 deletions
12
lib/modules/manager/vendir/__fixtures__/alias-contents.yaml
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 0 additions & 17 deletions
17
lib/modules/manager/vendir/__fixtures__/multiple-contents.yaml
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
33 changes: 33 additions & 0 deletions
33
lib/modules/manager/vendir/__fixtures__/valid-contents.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
apiVersion: vendir.k14s.io/v1alpha1 | ||
kind: Config | ||
directories: | ||
- path: vendor | ||
contents: | ||
# Normal Helm Chart | ||
- path: custom-repo-custom-version | ||
helmChart: | ||
name: valid-helmchart-1 | ||
version: "7.10.1" | ||
repository: | ||
url: https://charts.bitnami.com/bitnami | ||
# Normal Helm Chart 2 for handling lists | ||
- path: thing | ||
helmChart: | ||
name: valid-helmchart-2 | ||
version: "7.10.1" | ||
repository: | ||
url: https://charts.bitnami.com/bitnami | ||
# OCI Helm Chart | ||
- path: custom-repo-custom-version | ||
helmChart: | ||
name: oci-chart | ||
version: "7.10.1" | ||
repository: | ||
url: oci://charts.bitnami.com/bitnami | ||
# Aliased OCI Helm Chart | ||
- path: custom-repo-custom-version | ||
helmChart: | ||
name: aliased-oci-chart | ||
version: "7.10.1" | ||
repository: | ||
url: oci://test |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters