Skip to content

Commit

Permalink
Restructure directories for vendir in of kyverno upstream policies.
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamDumpleton committed Jun 8, 2022
1 parent 4fa7a22 commit 2e59db2
Show file tree
Hide file tree
Showing 24 changed files with 31 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#@ load("@ytt:library", "library")
#@ load("@ytt:template", "template")

--- #@ template.replace(library.get("upstream").eval())
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#@ load("@ytt:library", "library")
#@ load("@ytt:template", "template")

--- #@ template.replace(library.get("upstream").eval())
21 changes: 19 additions & 2 deletions vendir.lock.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,32 @@
apiVersion: vendir.k14s.io/v1alpha1
directories:
- contents:
- git:
commitTitle: tag v1.6.2 (#3511)...
sha: 4b2bf039f6f04cc02cf89dae7e15f8bc17b2ad78
tags:
- v1.6.2
path: .
path: carvel-packages/cluster-essentials/bundle/config/_ytt_lib/kyverno/_ytt_lib/upstream
- contents:
- git:
commitTitle: Fix next tag to be used when cutting a release on a release branch
(#4519)...
sha: 0acd27591c1d0245a7eb2b2bf72020e8e295db88
tags:
- v0.12.1
path: .
path: carvel-packages/cluster-essentials/bundle/config/_ytt_lib/contour/_ytt_lib/upstream
- contents:
- git:
commitTitle: 'Merge pull request #317 from smcaine/update-check-deprecated-apis...'
sha: 6abd32f8a03c0f98d8d5e90791e53e00d05a4e3e
path: .
path: carvel-packages/training-platform/bundle/config/_ytt_lib/kyverno-restricted/00-upstream
path: carvel-packages/training-platform/bundle/config/_ytt_lib/kyverno-restricted/_ytt_lib/upstream
- contents:
- git:
commitTitle: 'Merge pull request #317 from smcaine/update-check-deprecated-apis...'
sha: 6abd32f8a03c0f98d8d5e90791e53e00d05a4e3e
path: .
path: carvel-packages/training-platform/bundle/config/_ytt_lib/kyverno-baseline/00-upstream
path: carvel-packages/training-platform/bundle/config/_ytt_lib/kyverno-baseline/_ytt_lib/upstream
kind: LockConfig
8 changes: 4 additions & 4 deletions vendir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ directories:

newRootPath: addons/packages/contour/1.20.1/bundle/config

- path: carvel-packages/training-platform/bundle/config/_ytt_lib/kyverno-restricted/00-upstream
- path: carvel-packages/training-platform/bundle/config/_ytt_lib/kyverno-restricted/_ytt_lib/upstream
contents:
- path: "."
git:
url: https://github.com/kyverno/policies
ref: 6abd32f8a03c0f98d8d5e90791e53e00d05a4e3e
ref: origin/release-1.7

excludePaths:
- "**/kustomization.yaml"
Expand All @@ -39,12 +39,12 @@ directories:

newRootPath: pod-security/restricted

- path: carvel-packages/training-platform/bundle/config/_ytt_lib/kyverno-baseline/00-upstream
- path: carvel-packages/training-platform/bundle/config/_ytt_lib/kyverno-baseline/_ytt_lib/upstream
contents:
- path: "."
git:
url: https://github.com/kyverno/policies
ref: 6abd32f8a03c0f98d8d5e90791e53e00d05a4e3e
ref: origin/release-1.7

excludePaths:
- "**/kustomization.yaml"
Expand Down

0 comments on commit 2e59db2

Please sign in to comment.