Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 36 additions & 0 deletions repo/packages/tekton-catalog.packages.kadras.io/0.1.0.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
apiVersion: data.packaging.carvel.dev/v1alpha1
kind: Package
metadata:
creationTimestamp: null
name: tekton-catalog.packages.kadras.io.0.1.0
spec:
licenses:
- Apache 2.0
refName: tekton-catalog.packages.kadras.io
releaseNotes: https://github.com/kadras-io/tekton-catalog/releases
releasedAt: "2023-03-26T19:47:08Z"
template:
spec:
deploy:
- kapp: {}
fetch:
- imgpkgBundle:
image: ghcr.io/kadras-io/tekton-catalog@sha256:9a5c9eb1a47f517ef49cb755fa490ac7ffabf295a640da3dc9a220f7dbb5ece9
template:
- ytt:
paths:
- config
- kbld:
paths:
- '-'
- .imgpkg/images.yml
valuesSchema:
openAPIv3:
additionalProperties: false
properties:
namespace:
default: tekton-catalog
description: The namespace where to deploy the Tekton Catalog.
type: string
type: object
version: 0.1.0
17 changes: 17 additions & 0 deletions repo/packages/tekton-catalog.packages.kadras.io/metadata.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
apiVersion: data.packaging.carvel.dev/v1alpha1
kind: PackageMetadata
metadata:
creationTimestamp: null
name: tekton-catalog.packages.kadras.io
spec:
categories:
- build
displayName: tekton-catalog
longDescription: A set of Tekton pipelines and tasks used by the Kadras platform
to support testing, scanning, delivering and deploying applications.
maintainers:
- name: Thomas Vitale
providerName: Kadras
shortDescription: A set of Tekton pipelines and tasks to use with the Kadras platform.
supportDescription: Go to https://kadras.io for documentation and https://github.com/kadras-io/tekton-catalog
for community support.