-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Integrate Carvel package for cluster essentials consisting of Contour…
… and Kyverno.
- Loading branch information
1 parent
13530b6
commit 4fa7a22
Showing
27 changed files
with
14,247 additions
and
37 deletions.
There are no files selected for viewing
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
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
10 changes: 10 additions & 0 deletions
10
carvel-packages/cluster-essentials/bundle/.imgpkg/bundle.yml
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,10 @@ | ||
--- | ||
apiVersion: imgpkg.carvel.dev/v1alpha1 | ||
kind: Bundle | ||
metadata: | ||
name: educates-cluster-essentials | ||
authors: | ||
- name: Graham Dumpleton | ||
email: [email protected] | ||
websites: | ||
- url: github.com/vmware-tanzu-labs/educates-cluster-essentials |
32 changes: 32 additions & 0 deletions
32
carvel-packages/cluster-essentials/bundle/.imgpkg/images.yml
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,32 @@ | ||
--- | ||
apiVersion: imgpkg.carvel.dev/v1alpha1 | ||
images: | ||
- annotations: | ||
kbld.carvel.dev/id: docker.io/envoyproxy/envoy:v1.21.1 | ||
kbld.carvel.dev/origins: | | ||
- resolved: | ||
tag: v1.21.1 | ||
url: docker.io/envoyproxy/envoy:v1.21.1 | ||
image: index.docker.io/envoyproxy/envoy@sha256:e9ad4cde73ffb01402c4e3fb6ce1a764d9e84650230135b88495f30904a378fc | ||
- annotations: | ||
kbld.carvel.dev/id: ghcr.io/kyverno/kyverno:v1.6.2 | ||
kbld.carvel.dev/origins: | | ||
- resolved: | ||
tag: v1.6.2 | ||
url: ghcr.io/kyverno/kyverno:v1.6.2 | ||
image: ghcr.io/kyverno/kyverno@sha256:7aca776923bc2b51ababa0e46a449735844f21f30d7bf4dd2b7af3b75bbf97e1 | ||
- annotations: | ||
kbld.carvel.dev/id: ghcr.io/kyverno/kyvernopre:v1.6.2 | ||
kbld.carvel.dev/origins: | | ||
- resolved: | ||
tag: v1.6.2 | ||
url: ghcr.io/kyverno/kyvernopre:v1.6.2 | ||
image: ghcr.io/kyverno/kyvernopre@sha256:9210369113c14788b4394722c4e0afab15058f5a1db18e5f4c39da52c9dc8685 | ||
- annotations: | ||
kbld.carvel.dev/id: ghcr.io/projectcontour/contour:v1.20.1 | ||
kbld.carvel.dev/origins: | | ||
- resolved: | ||
tag: v1.20.1 | ||
url: ghcr.io/projectcontour/contour:v1.20.1 | ||
image: ghcr.io/projectcontour/contour@sha256:6e6c6cbe03eba0df8987da4cac2712845f66c496185383d8768f19b40be26125 | ||
kind: ImagesLock |
Oops, something went wrong.