Skip to content

Commit

Permalink
Bump kpack version from v0.13.2-volume.1 to v0.13.3-volume.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wangeguo committed Mar 27, 2024
1 parent 914f30b commit eeda3c8
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.5
version: 0.2.6

# 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.2-volume.1"
appVersion: "0.13.3-volume.1"
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:926aa34112c62ca6c49d8370fb4cfdfaea7d47ed8a3c3e254655526a4a081158
image: ghcr.io/amphitheatre-app/kpack/build-init@sha256:456781fb9bf5e4b15959dcc2a1afbcb6e89f3ad0ab416f973e24489864088e30
---
apiVersion: v1
kind: ConfigMap
metadata:
name: build-init-windows-image
data:
image: ghcr.io/amphitheatre-app/kpack/build-init-windows@sha256:e9adb6ba4d57e9929fae7f2709a7d1061bd37139139949333d457d7d72907ee4
image: ghcr.io/amphitheatre-app/kpack/build-init-windows@sha256:e279a3b19646fa42a54bd42653fa294aac788b6e1d669c470521cc907a8e70e0
---
apiVersion: v1
kind: ConfigMap
metadata:
name: build-waiter-image
data:
image: ghcr.io/amphitheatre-app/kpack/build-waiter@sha256:165eba3b0c508fd61c6ebd0bdd4f51184d2b97e43bbeb45facb6b3caa752ba48
image: ghcr.io/amphitheatre-app/kpack/build-waiter@sha256:223f1402a1305448f6c8cb51970d4f193f363f06ed7876abc0f9b4504c12faa0
---
apiVersion: v1
kind: ConfigMap
metadata:
name: rebase-image
data:
image: ghcr.io/amphitheatre-app/kpack/rebase@sha256:c10b53d6e77f65fe75dae702c074655b3977e5a73db14fcd233b4a6469d8e670
image: ghcr.io/amphitheatre-app/kpack/rebase@sha256:c592deaf305d5c7710e50702dd413cffa652ee44862ba87c7b752f2b8b9a6472
---
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:0b96c1997a463c7f0cc35246f126a39d7698310d689965cdd6b866dd64064ed5
image: ghcr.io/amphitheatre-app/kpack/completion@sha256:54fcbdbcb45c999ec304cc2a2760e08554640826b0309d13b04ac98dfbf37055
---
apiVersion: v1
kind: ConfigMap
metadata:
name: completion-windows-image
data:
image: ghcr.io/amphitheatre-app/kpack/completion-windows@sha256:e0abe02a98cb77f3d3e22ea17ed88c7ae682c62cd0f711fde4b0e1322b460f38
image: ghcr.io/amphitheatre-app/kpack/completion-windows@sha256:c0a78fad840730bfb5c1236f88294cb4aa0628dd66c32e13bd3df99da0553ea2
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.2-volume.1
version: 0.13.3-volume.1
spec:
securityContext:
runAsNonRoot: true
Expand All @@ -32,7 +32,7 @@ spec:
capabilities:
drop:
- ALL
image: ghcr.io/amphitheatre-app/kpack/controller@sha256:a604649bfd703efd42cd79ba5e6414ea7292700bd077aa341cb47bf0162799c0
image: ghcr.io/amphitheatre-app/kpack/controller@sha256:74a824c52eac12b0ae9424814691bba9bdd7e8308a1afbb763b5606351bd2689
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.2-volume.1
version: 0.13.3-volume.1
spec:
securityContext:
runAsNonRoot: true
Expand All @@ -33,7 +33,7 @@ spec:
capabilities:
drop:
- ALL
image: ghcr.io/amphitheatre-app/kpack/webhook@sha256:76653f0f7a39aac25bbe8d6ce7d098295eeea82be2f79b30a28537dbe00bd5d2
image: ghcr.io/amphitheatre-app/kpack/webhook@sha256:f9e4ff1632fea14215185516a339822415807a8a9a379adc42d60e4d8d2478ce
ports:
- name: https-webhook
containerPort: 8443
Expand Down

0 comments on commit eeda3c8

Please sign in to comment.