Skip to content

Commit b442d60

Browse files
github-actionsThomasVitale
authored andcommitted
Update kpack metadata and add version 0.7.1
1 parent 153d94d commit b442d60

File tree

2 files changed

+103
-13
lines changed

2 files changed

+103
-13
lines changed
Lines changed: 93 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,93 @@
1+
apiVersion: data.packaging.carvel.dev/v1alpha1
2+
kind: Package
3+
metadata:
4+
creationTimestamp: null
5+
name: kpack.packages.kadras.io.0.7.1
6+
spec:
7+
capacityRequirementsDescription: Registry with > 1GB available space
8+
refName: kpack.packages.kadras.io
9+
releaseNotes: https://github.com/pivotal/kpack/releases
10+
releasedAt: "2022-10-24T19:33:24Z"
11+
template:
12+
spec:
13+
deploy:
14+
- kapp: {}
15+
fetch:
16+
- imgpkgBundle:
17+
image: ghcr.io/arktonix/package-for-kpack@sha256:c4403002c15d82c8f78f4d1d9bf3e4b86a8a3f248876f5ea6fb12481225486e2
18+
template:
19+
- ytt:
20+
paths:
21+
- config
22+
- kbld:
23+
paths:
24+
- '-'
25+
- .imgpkg/images.yml
26+
valuesSchema:
27+
openAPIv3:
28+
additionalProperties: false
29+
properties:
30+
ca_cert_data:
31+
default: ""
32+
description: 'CA Certificate to be injected into the kpack controller trust
33+
store for communicating with self signed registries. Note: This will not
34+
be injected into builds, you need to use the cert injection webhook with
35+
the kpack.io/build label value'
36+
type: string
37+
kp_default_repository:
38+
default: ""
39+
description: The default repository to use for builder images and dependencies
40+
example: ghcr.io/thomasvitale/kpack
41+
type: string
42+
x-example-description: Repository on GitHub Container Registry
43+
kp_default_repository_aws_iam_role_arn:
44+
default: ""
45+
description: IAM credentials to access kp_default_repository if the registry
46+
is on AWS
47+
type: string
48+
kp_default_repository_password:
49+
default: ""
50+
description: 'Token to access kp_default_repository. Note: Use contents
51+
of service account key json for GCR'
52+
type: string
53+
kp_default_repository_secret:
54+
additionalProperties: false
55+
description: Configuration for the Secret holding the credentials to access
56+
kp_default_repository
57+
properties:
58+
name:
59+
default: ""
60+
description: The name of the Secret holding the credentials to access
61+
kp_default_repository
62+
type: string
63+
namespace:
64+
default: ""
65+
description: The namespace of the Secret holding the credentials to
66+
access kp_default_repository
67+
type: string
68+
type: object
69+
kp_default_repository_username:
70+
default: ""
71+
description: 'Username to access kp_default_repository. Note: Use _json_key
72+
for GCR'
73+
type: string
74+
proxy:
75+
additionalProperties: false
76+
description: Configure proxy support
77+
properties:
78+
http_proxy:
79+
default: ""
80+
description: The HTTP proxy to use for network traffic
81+
type: string
82+
https_proxy:
83+
default: ""
84+
description: The HTTPS proxy to use for network traffic
85+
type: string
86+
no_proxy:
87+
default: ""
88+
description: A comma-separated list of hostnames, IP addresses, or IP
89+
ranges in CIDR format that should not use a proxy
90+
type: string
91+
type: object
92+
type: object
93+
version: 0.7.1
Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,17 @@
11
apiVersion: data.packaging.carvel.dev/v1alpha1
22
kind: PackageMetadata
33
metadata:
4+
creationTimestamp: null
45
name: kpack.packages.kadras.io
56
spec:
6-
displayName: "kpack"
7-
longDescription: "kpack extends Kubernetes and utilizes unprivileged Kubernetes primitives to provide builds of OCI images as a platform implementation of Cloud Native Buildpacks (CNB)."
8-
shortDescription: "kpack builds application source code into OCI compliant images using Cloud Native Buildpacks"
9-
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"
10-
providerName: "VMware"
117
categories:
12-
- "build"
8+
- build
9+
displayName: kpack
10+
longDescription: kpack extends Kubernetes and utilizes unprivileged Kubernetes primitives
11+
to provide builds of OCI images as a platform implementation of Cloud Native Buildpacks
12+
(CNB)
1313
maintainers:
14-
- name: "Matthew McNew"
15-
- name: "Tom Kennedy"
16-
- name: "Tyler Phelan"
17-
- name: "Nicholas Carlson"
18-
- name: "Viraj Patel"
19-
- name: "Matt Gibson"
20-
- name: "Malini Valliath"
14+
- name: Thomas Vitale
15+
providerName: Arktonix
16+
shortDescription: kpack builds application source code into OCI compliant images
17+
using Cloud Native Buildpacks

0 commit comments

Comments
 (0)