Skip to content
Merged
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
95 changes: 95 additions & 0 deletions repo/packages/kpack.packages.kadras.io/0.8.1.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,95 @@
apiVersion: data.packaging.carvel.dev/v1alpha1
kind: Package
metadata:
creationTimestamp: null
name: kpack.packages.kadras.io.0.8.1
spec:
capacityRequirementsDescription: Registry with > 1GB available space
licenses:
- Apache 2.0
refName: kpack.packages.kadras.io
releaseNotes: https://github.com/pivotal/kpack/releases
releasedAt: "2022-11-22T21:50:17Z"
template:
spec:
deploy:
- kapp: {}
fetch:
- imgpkgBundle:
image: ghcr.io/arktonix/package-for-kpack@sha256:a19bd62bfc496920f6578cf77378732db6efacfe143cc2c7b4766cf0d85ba51a
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.8.1