Skip to content
This repository has been archived by the owner on Jan 11, 2025. It is now read-only.

Commit

Permalink
Bump kpack to 0.12.0 (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasVitale authored Sep 8, 2023
1 parent 9fd1a20 commit 3865b29
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
registry-server: ghcr.io
registry-username: ${{ github.actor }}
image: ${{ github.repository }}
version: 0.11.2+kadras.1
version: 0.12.0
secrets:
pull-request-token: ${{ secrets.GH_ORG_PAT }}
Original file line number Diff line number Diff line change
Expand Up @@ -365,55 +365,55 @@ metadata:
name: build-init-image
namespace: kpack
data:
image: gcr.io/cf-build-service-public/kpack/build-init@sha256:34c3cae608797d5f445de1ddf80550c4c9511e1bfddc9c2204a873450f7e9fef
image: gcr.io/cf-build-service-public/kpack/build-init@sha256:601246f0fec1519fc6c7b4d8ab07982c24518c877815bd49c55d2101a2691594
---
apiVersion: v1
kind: ConfigMap
metadata:
name: build-init-windows-image
namespace: kpack
data:
image: gcr.io/cf-build-service-public/kpack/build-init-windows@sha256:65cabd3189ae0de670a448ba88d980c3894795be7f8d295873c4998026fa06d6
image: gcr.io/cf-build-service-public/kpack/build-init-windows@sha256:b9cd5f783e1425807cb717a0262968aca7038461993c55b1a18169352cc570bf
---
apiVersion: v1
kind: ConfigMap
metadata:
name: build-waiter-image
namespace: kpack
data:
image: gcr.io/cf-build-service-public/kpack/build-waiter@sha256:429f5393581fb28bc977659aab438441157083baeb4f42137646ee8d6573de81
image: gcr.io/cf-build-service-public/kpack/build-waiter@sha256:8d663f5f0e0fbc1fe8e28666cca965de465bd531e04f5d7c7384298c6f21a6a6
---
apiVersion: v1
kind: ConfigMap
metadata:
name: rebase-image
namespace: kpack
data:
image: gcr.io/cf-build-service-public/kpack/rebase@sha256:0b34b25313e01995df0a98e37fae4d15fad8b81e6b4c7986cacf130085f82fe6
image: gcr.io/cf-build-service-public/kpack/rebase@sha256:a30a214594e48c6f8b870e7c614ab19810cf11d53c809663eba0b6754d86814a
---
apiVersion: v1
kind: ConfigMap
metadata:
name: lifecycle-image
namespace: kpack
data:
image: gcr.io/cf-build-service-public/kpack/lifecycle@sha256:5e9f16f13ba5979ef0d553edf337b526c6f7f56550ef2872e97e278ce26a2b91
image: gcr.io/cf-build-service-public/kpack/lifecycle@sha256:0b1cd35012f7152053c42e0d6835cbb5b7c9c24207a0627f556bd931e678f8d7
---
apiVersion: v1
kind: ConfigMap
metadata:
name: completion-image
namespace: kpack
data:
image: gcr.io/cf-build-service-public/kpack/completion@sha256:8ec2d6f91c97b5b4ef411f5c09a56ffb4d58c226d3d18eb84a8d77eba16c5303
image: gcr.io/cf-build-service-public/kpack/completion@sha256:adb4f52208e4d7e7bd5b85b47ba9c7a4848316e00211d3116063c5e2d46d6d50
---
apiVersion: v1
kind: ConfigMap
metadata:
name: completion-windows-image
namespace: kpack
data:
image: gcr.io/cf-build-service-public/kpack/completion-windows@sha256:cb1becff9396d232daa6057bea1dac230cd638168921b4bf03a79a5dd3f2f59b
image: gcr.io/cf-build-service-public/kpack/completion-windows@sha256:a36726c5530593e895977ebf3cb6723e01a79684dd43ab590feae2c1aecd528d
---
apiVersion: apps/v1
kind: Deployment
Expand All @@ -429,7 +429,7 @@ spec:
metadata:
labels:
app: kpack-controller
version: 0.11.2
version: 0.12.0
spec:
securityContext:
runAsNonRoot: true
Expand All @@ -450,7 +450,7 @@ spec:
capabilities:
drop:
- ALL
image: gcr.io/cf-build-service-public/kpack/controller@sha256:0be04ecc506c356f0a539f503a84092150e581bef1ada3394f2c9a9de957d60b
image: gcr.io/cf-build-service-public/kpack/controller@sha256:5a1818f85cbbeada2d55b896bffc0fdf132eecaf56d062c370245201507a6c3a
env:
- name: ENABLE_PRIORITY_CLASSES
value: "false"
Expand Down Expand Up @@ -551,6 +551,7 @@ rules:
- ""
resources:
- secrets
- pods/log
verbs:
- get
- apiGroups:
Expand Down Expand Up @@ -856,7 +857,7 @@ spec:
labels:
app: kpack-webhook
role: webhook
version: 0.11.2
version: 0.12.0
spec:
securityContext:
runAsNonRoot: true
Expand All @@ -877,7 +878,7 @@ spec:
capabilities:
drop:
- ALL
image: gcr.io/cf-build-service-public/kpack/webhook@sha256:6f062702eafb0e175de3980d8345798b129ad38ecd1b470db41f22b96830ef43
image: gcr.io/cf-build-service-public/kpack/webhook@sha256:f0091cc21cb94b0bbb7c0af6b3717a6429cc24ed5299fe6e87727e04f5ac47ba
ports:
- name: https-webhook
containerPort: 8443
Expand Down
4 changes: 2 additions & 2 deletions package/vendir.lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: vendir.k14s.io/v1alpha1
directories:
- contents:
- githubRelease:
tag: v0.11.2
url: https://api.github.com/repos/buildpacks-community/kpack/releases/111436159
tag: v0.12.0
url: https://api.github.com/repos/buildpacks-community/kpack/releases/119521163
path: .
path: config/upstream
kind: LockConfig
2 changes: 1 addition & 1 deletion package/vendir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ directories:
- githubRelease:
disableAutoChecksumValidation: true
slug: buildpacks-community/kpack
tag: v0.11.2
tag: v0.12.0
includePaths:
- release-*.yaml
path: .
Expand Down

0 comments on commit 3865b29

Please sign in to comment.