Skip to content

Commit

Permalink
Upgrade kpack to 0.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
wangeguo committed Jan 26, 2024
1 parent 00d7975 commit f56fde1
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions charts/kpack/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.2.0
version: 0.2.1

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "0.11.5"
appVersion: "0.12.3"
14 changes: 7 additions & 7 deletions charts/kpack/templates/config-map.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,46 +30,46 @@ kind: ConfigMap
metadata:
name: build-init-image
data:
image: gcr.io/cf-build-service-public/kpack/build-init@sha256:189b8a9cf31950615e1c7e4516f99c69c128ffbd4264b3c2c435d5aca86de26e
image: gcr.io/cf-build-service-public/kpack/build-init@sha256:92c6835bb9ea48c90042df0f96eef1b34e06ccf593c39ab79831e4b21f374423
---
apiVersion: v1
kind: ConfigMap
metadata:
name: build-init-windows-image
data:
image: gcr.io/cf-build-service-public/kpack/build-init-windows@sha256:c5c3beace3a10ad1119a8c031f98d6afb89a727211bc3a75bb565171e947d69d
image: gcr.io/cf-build-service-public/kpack/build-init-windows@sha256:c3eb52275df6d6abef7841741cc2106920b4f6f509da2d5d9334aaf671fbe584
---
apiVersion: v1
kind: ConfigMap
metadata:
name: build-waiter-image
data:
image: gcr.io/cf-build-service-public/kpack/build-waiter@sha256:d770e1c782a827c7532a29036fe73840b4301addf81aad5d2312d45d2a3d2175
image: gcr.io/cf-build-service-public/kpack/build-waiter@sha256:549daf44199a7e94afd8cbbcbe8837185d597d1a61548d27eafafd83bb1fa1bc
---
apiVersion: v1
kind: ConfigMap
metadata:
name: rebase-image
data:
image: gcr.io/cf-build-service-public/kpack/rebase@sha256:5ca8b58d10eeb58d5796a9f2a69814cd1a34838da5115c25d9ca2263b9d32c7f
image: gcr.io/cf-build-service-public/kpack/rebase@sha256:955f76d02b4885d08f25071246021feae1a5622f5f8032ee53b1f23b689c7f2a
---
apiVersion: v1
kind: ConfigMap
metadata:
name: lifecycle-image
data:
image: gcr.io/cf-build-service-public/kpack/lifecycle@sha256:35b5e30b71461448990ef739d8b6429d050c1e6f0693a5fe292f981365bb13f2
image: gcr.io/cf-build-service-public/kpack/lifecycle@sha256:0b1cd35012f7152053c42e0d6835cbb5b7c9c24207a0627f556bd931e678f8d7
---
apiVersion: v1
kind: ConfigMap
metadata:
name: completion-image
data:
image: gcr.io/cf-build-service-public/kpack/completion@sha256:94bc8f1f05c511e75c5a55f67f57712772541c200a65d1b3e539b8f60ae56777
image: gcr.io/cf-build-service-public/kpack/completion@sha256:9a7b149ec23fa85bee6dbbc5fbc1e6d65228685768e56709967499cc66fe62df
---
apiVersion: v1
kind: ConfigMap
metadata:
name: completion-windows-image
data:
image: gcr.io/cf-build-service-public/kpack/completion-windows@sha256:5ef19c84b032813cf525ac31a598cf1e07880cbbe3604b585df1d01ed204b8ec
image: gcr.io/cf-build-service-public/kpack/completion-windows@sha256:82d62a33b017680904975e33f76cd7256f3a987b84bd1e774a4262958ff9c43f
4 changes: 2 additions & 2 deletions charts/kpack/templates/controller-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
metadata:
labels:
app: kpack-controller
version: dev
version: 0.12.3
spec:
securityContext:
runAsNonRoot: true
Expand All @@ -32,7 +32,7 @@ spec:
capabilities:
drop:
- ALL
image: gcr.io/cf-build-service-public/kpack/controller@sha256:b399a5e304645be89666ac09340fc3a34e93f42c287a9574e9c8efbf664e518a
image: gcr.io/cf-build-service-public/kpack/controller@sha256:6a6e49d1bed164f151d2f8b9fbe24edd6a99c467fd6a747fb7b061a4c3529fc5
env:
- name: ENABLE_PRIORITY_CLASSES
value: "false"
Expand Down
4 changes: 2 additions & 2 deletions charts/kpack/templates/webhook-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
labels:
app: kpack-webhook
role: kpack-webhook
version: dev
version: 0.12.3
spec:
securityContext:
runAsNonRoot: true
Expand All @@ -33,7 +33,7 @@ spec:
capabilities:
drop:
- ALL
image: gcr.io/cf-build-service-public/kpack/webhook@sha256:2561c07f4953f4313aa566f379edab2975f6b35c574c300908ec06bb3e02d2e4
image: gcr.io/cf-build-service-public/kpack/webhook@sha256:c5eed46c43ffeed170d4a7047734fb102a8af21681cad66badff578464692eb3
ports:
- name: https-webhook
containerPort: 8443
Expand Down

0 comments on commit f56fde1

Please sign in to comment.