Skip to content

Commit

Permalink
Upgrade kpack version to 0.13.4
Browse files Browse the repository at this point in the history
  • Loading branch information
wangeguo committed Feb 4, 2024
1 parent b6d2c71 commit 24cca92
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 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.3
version: 0.2.4

# 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.13.3"
appVersion: "0.13.4"
12 changes: 6 additions & 6 deletions charts/kpack/templates/config-map.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,28 +30,28 @@ kind: ConfigMap
metadata:
name: build-init-image
data:
image: ghcr.io/amphitheatre-app/kpack/build-init@sha256:1f4a1c6a74d9d77565199dda45a252b1f6f3c81eb4d548cc8686005a2a125dff
image: ghcr.io/amphitheatre-app/kpack/build-init@sha256:7fc4d60e31273189a9655ff8105c02f54f1f0386b819796c97e559bc662ade09
---
apiVersion: v1
kind: ConfigMap
metadata:
name: build-init-windows-image
data:
image: ghcr.io/amphitheatre-app/kpack/build-init-windows@sha256:ef478d79a5cb84523117a5fb48a20df61b60faf0f26f2dceb61d404a2137ddd6
image: ghcr.io/amphitheatre-app/kpack/build-init-windows@sha256:c0f52c6b6e7f255d8f54674d39d87f8b8acdf760316a313e1de5145e99dd282d
---
apiVersion: v1
kind: ConfigMap
metadata:
name: build-waiter-image
data:
image: ghcr.io/amphitheatre-app/kpack/build-waiter@sha256:111a7b1d3d93a8543bbd702fd72a30a5923487bdaede45f14e357bc9da05cd03
image: ghcr.io/amphitheatre-app/kpack/build-waiter@sha256:29c17c2ea07f3b3827a389470a289cb3a42545e9945ba2e886291ad6af8f1d18
---
apiVersion: v1
kind: ConfigMap
metadata:
name: rebase-image
data:
image: ghcr.io/amphitheatre-app/kpack/rebase@sha256:48113871840ced895957372cd8f1a63adf515f07e6bbcfca0478c8922e7b70f1
image: ghcr.io/amphitheatre-app/kpack/rebase@sha256:d31cf2275fbf4fc38198a2b88e7f190308cede8777abf1f58fbcdda4e38e40cb
---
apiVersion: v1
kind: ConfigMap
Expand All @@ -65,11 +65,11 @@ kind: ConfigMap
metadata:
name: completion-image
data:
image: ghcr.io/amphitheatre-app/kpack/completion@sha256:856aa75770cefee1f7344f4fde62e54ce842cf7b97d5b0f27fb5ab7b8a5e71b2
image: ghcr.io/amphitheatre-app/kpack/completion@sha256:4b2abef544f6507727a730e8d3b750f7aa7ed47c7642c521a9987b9b6648198c
---
apiVersion: v1
kind: ConfigMap
metadata:
name: completion-windows-image
data:
image: ghcr.io/amphitheatre-app/kpack/completion-windows@sha256:003143af4f33ab6a881688ef55a0d3184f17597b17baa602d9d6dfbda01306a5
image: ghcr.io/amphitheatre-app/kpack/completion-windows@sha256:060e691aad66587ad9a87caf448d026719bfbacbf25f3baef1a6111a26c0eeb3
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: 0.13.3
version: 0.13.4
spec:
securityContext:
runAsNonRoot: true
Expand All @@ -32,7 +32,7 @@ spec:
capabilities:
drop:
- ALL
image: ghcr.io/amphitheatre-app/kpack/controller@sha256:9b1b410259bd492e223648d0c6e84a11e246456dad63074e97cf3d78412f0e55
image: ghcr.io/amphitheatre-app/kpack/controller@sha256:6b4c82eec84dbca7930c5a1ece5f3c37a8c9b72d3f3bbf17c3e198ba81f6f7a7
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: 0.13.3
version: 0.13.4
spec:
securityContext:
runAsNonRoot: true
Expand All @@ -33,7 +33,7 @@ spec:
capabilities:
drop:
- ALL
image: ghcr.io/amphitheatre-app/kpack/webhook@sha256:aec49b5dd6e3616fcf2d41351a573a544835873f3e997a8c8cc563d22e8a7528
image: ghcr.io/amphitheatre-app/kpack/webhook@sha256:9d5b0ec3091ecf8d444eefcb72cc2413cbfada23b32a9c296c526d5cf6a78d10
ports:
- name: https-webhook
containerPort: 8443
Expand Down

0 comments on commit 24cca92

Please sign in to comment.