diff --git a/charts/kpack/Chart.yaml b/charts/kpack/Chart.yaml index cd0eae0..d15a004 100644 --- a/charts/kpack/Chart.yaml +++ b/charts/kpack/Chart.yaml @@ -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.4 +version: 0.2.5 # 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.4" +appVersion: "0.13.2-volume.1" diff --git a/charts/kpack/templates/config-map.yaml b/charts/kpack/templates/config-map.yaml index b3375e6..c5aefb8 100644 --- a/charts/kpack/templates/config-map.yaml +++ b/charts/kpack/templates/config-map.yaml @@ -30,28 +30,28 @@ kind: ConfigMap metadata: name: build-init-image data: - image: ghcr.io/amphitheatre-app/kpack/build-init@sha256:7fc4d60e31273189a9655ff8105c02f54f1f0386b819796c97e559bc662ade09 + image: ghcr.io/amphitheatre-app/kpack/build-init@sha256:926aa34112c62ca6c49d8370fb4cfdfaea7d47ed8a3c3e254655526a4a081158 --- apiVersion: v1 kind: ConfigMap metadata: name: build-init-windows-image data: - image: ghcr.io/amphitheatre-app/kpack/build-init-windows@sha256:c0f52c6b6e7f255d8f54674d39d87f8b8acdf760316a313e1de5145e99dd282d + image: ghcr.io/amphitheatre-app/kpack/build-init-windows@sha256:e9adb6ba4d57e9929fae7f2709a7d1061bd37139139949333d457d7d72907ee4 --- apiVersion: v1 kind: ConfigMap metadata: name: build-waiter-image data: - image: ghcr.io/amphitheatre-app/kpack/build-waiter@sha256:29c17c2ea07f3b3827a389470a289cb3a42545e9945ba2e886291ad6af8f1d18 + image: ghcr.io/amphitheatre-app/kpack/build-waiter@sha256:165eba3b0c508fd61c6ebd0bdd4f51184d2b97e43bbeb45facb6b3caa752ba48 --- apiVersion: v1 kind: ConfigMap metadata: name: rebase-image data: - image: ghcr.io/amphitheatre-app/kpack/rebase@sha256:d31cf2275fbf4fc38198a2b88e7f190308cede8777abf1f58fbcdda4e38e40cb + image: ghcr.io/amphitheatre-app/kpack/rebase@sha256:c10b53d6e77f65fe75dae702c074655b3977e5a73db14fcd233b4a6469d8e670 --- apiVersion: v1 kind: ConfigMap @@ -65,11 +65,11 @@ kind: ConfigMap metadata: name: completion-image data: - image: ghcr.io/amphitheatre-app/kpack/completion@sha256:4b2abef544f6507727a730e8d3b750f7aa7ed47c7642c521a9987b9b6648198c + image: ghcr.io/amphitheatre-app/kpack/completion@sha256:0b96c1997a463c7f0cc35246f126a39d7698310d689965cdd6b866dd64064ed5 --- apiVersion: v1 kind: ConfigMap metadata: name: completion-windows-image data: - image: ghcr.io/amphitheatre-app/kpack/completion-windows@sha256:060e691aad66587ad9a87caf448d026719bfbacbf25f3baef1a6111a26c0eeb3 + image: ghcr.io/amphitheatre-app/kpack/completion-windows@sha256:e0abe02a98cb77f3d3e22ea17ed88c7ae682c62cd0f711fde4b0e1322b460f38 diff --git a/charts/kpack/templates/controller-deployment.yaml b/charts/kpack/templates/controller-deployment.yaml index 111d4f8..6457bb4 100644 --- a/charts/kpack/templates/controller-deployment.yaml +++ b/charts/kpack/templates/controller-deployment.yaml @@ -11,7 +11,7 @@ spec: metadata: labels: app: kpack-controller - version: 0.13.4 + version: 0.13.2-volume.1 spec: securityContext: runAsNonRoot: true @@ -32,7 +32,7 @@ spec: capabilities: drop: - ALL - image: ghcr.io/amphitheatre-app/kpack/controller@sha256:6b4c82eec84dbca7930c5a1ece5f3c37a8c9b72d3f3bbf17c3e198ba81f6f7a7 + image: ghcr.io/amphitheatre-app/kpack/controller@sha256:a604649bfd703efd42cd79ba5e6414ea7292700bd077aa341cb47bf0162799c0 env: - name: ENABLE_PRIORITY_CLASSES value: "false" diff --git a/charts/kpack/templates/webhook-deployment.yaml b/charts/kpack/templates/webhook-deployment.yaml index ff451f4..a6a284a 100644 --- a/charts/kpack/templates/webhook-deployment.yaml +++ b/charts/kpack/templates/webhook-deployment.yaml @@ -12,7 +12,7 @@ spec: labels: app: kpack-webhook role: kpack-webhook - version: 0.13.4 + version: 0.13.2-volume.1 spec: securityContext: runAsNonRoot: true @@ -33,7 +33,7 @@ spec: capabilities: drop: - ALL - image: ghcr.io/amphitheatre-app/kpack/webhook@sha256:9d5b0ec3091ecf8d444eefcb72cc2413cbfada23b32a9c296c526d5cf6a78d10 + image: ghcr.io/amphitheatre-app/kpack/webhook@sha256:76653f0f7a39aac25bbe8d6ce7d098295eeea82be2f79b30a28537dbe00bd5d2 ports: - name: https-webhook containerPort: 8443