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
93 changes: 93 additions & 0 deletions repo/packages/kpack.packages.kadras.io/0.7.1.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,93 @@
apiVersion: data.packaging.carvel.dev/v1alpha1
kind: Package
metadata:
creationTimestamp: null
name: kpack.packages.kadras.io.0.7.1
spec:
capacityRequirementsDescription: Registry with > 1GB available space
refName: kpack.packages.kadras.io
releaseNotes: https://github.com/pivotal/kpack/releases
releasedAt: "2022-10-24T19:33:24Z"
template:
spec:
deploy:
- kapp: {}
fetch:
- imgpkgBundle:
image: ghcr.io/arktonix/package-for-kpack@sha256:c4403002c15d82c8f78f4d1d9bf3e4b86a8a3f248876f5ea6fb12481225486e2
template:
- ytt:
paths:
- config
- kbld:
paths:
- '-'
- .imgpkg/images.yml
valuesSchema:
openAPIv3:
additionalProperties: false
properties:
ca_cert_data:
default: ""
description: 'CA Certificate to be injected into the kpack controller trust
store for communicating with self signed registries. Note: This will not
be injected into builds, you need to use the cert injection webhook with
the kpack.io/build label value'
type: string
kp_default_repository:
default: ""
description: The default repository to use for builder images and dependencies
example: ghcr.io/thomasvitale/kpack
type: string
x-example-description: Repository on GitHub Container Registry
kp_default_repository_aws_iam_role_arn:
default: ""
description: IAM credentials to access kp_default_repository if the registry
is on AWS
type: string
kp_default_repository_password:
default: ""
description: 'Token to access kp_default_repository. Note: Use contents
of service account key json for GCR'
type: string
kp_default_repository_secret:
additionalProperties: false
description: Configuration for the Secret holding the credentials to access
kp_default_repository
properties:
name:
default: ""
description: The name of the Secret holding the credentials to access
kp_default_repository
type: string
namespace:
default: ""
description: The namespace of the Secret holding the credentials to
access kp_default_repository
type: string
type: object
kp_default_repository_username:
default: ""
description: 'Username to access kp_default_repository. Note: Use _json_key
for GCR'
type: string
proxy:
additionalProperties: false
description: Configure proxy support
properties:
http_proxy:
default: ""
description: The HTTP proxy to use for network traffic
type: string
https_proxy:
default: ""
description: The HTTPS proxy to use for network traffic
type: string
no_proxy:
default: ""
description: A comma-separated list of hostnames, IP addresses, or IP
ranges in CIDR format that should not use a proxy
type: string
type: object
type: object
version: 0.7.1
23 changes: 10 additions & 13 deletions repo/packages/kpack.packages.kadras.io/metadata.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,17 @@
apiVersion: data.packaging.carvel.dev/v1alpha1
kind: PackageMetadata
metadata:
creationTimestamp: null
name: kpack.packages.kadras.io
spec:
displayName: "kpack"
longDescription: "kpack extends Kubernetes and utilizes unprivileged Kubernetes primitives to provide builds of OCI images as a platform implementation of Cloud Native Buildpacks (CNB)."
shortDescription: "kpack builds application source code into OCI compliant images using Cloud Native Buildpacks"
supportDescription: "Go to https://github.com/vmware-tanzu/package-for-kpack and https://github.com/pivotal/kpack for documentation or the #kpack channel on Kubernetes slack"
providerName: "VMware"
categories:
- "build"
- build
displayName: kpack
longDescription: kpack extends Kubernetes and utilizes unprivileged Kubernetes primitives
to provide builds of OCI images as a platform implementation of Cloud Native Buildpacks
(CNB)
maintainers:
- name: "Matthew McNew"
- name: "Tom Kennedy"
- name: "Tyler Phelan"
- name: "Nicholas Carlson"
- name: "Viraj Patel"
- name: "Matt Gibson"
- name: "Malini Valliath"
- name: Thomas Vitale
providerName: Arktonix
shortDescription: kpack builds application source code into OCI compliant images
using Cloud Native Buildpacks