Skip to content

Commit

Permalink
Updating vendir dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
korifi-bot authored and georgethebeatle committed Oct 10, 2023
1 parent 8a55c8c commit 58a7331
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions tests/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.12.1
url: https://api.github.com/repos/buildpacks-community/kpack/releases/121935134
tag: v0.12.2
url: https://api.github.com/repos/buildpacks-community/kpack/releases/124316758
path: kpack
- githubRelease:
tag: v0.5.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -365,31 +365,31 @@ metadata:
name: build-init-image
namespace: kpack
data:
image: gcr.io/cf-build-service-public/kpack/build-init@sha256:be1eea88475f40eac2d2e1b5e9b5223f4ebb94736b502dd0242c4f19768aa3c3
image: gcr.io/cf-build-service-public/kpack/build-init@sha256:1791a66ce28ab4ac707185a088b42e990088e0d824f8688056c60fee511109c6
---
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:fb9c7eecf0e015365b7b158f3369e4b2c9df68ff73ec7f46ea37e040dd1c3d61
image: gcr.io/cf-build-service-public/kpack/build-init-windows@sha256:6b0093996e5db36580843ca394c249acc19883375c7d7b925b2bed5d8a64bd8a
---
apiVersion: v1
kind: ConfigMap
metadata:
name: build-waiter-image
namespace: kpack
data:
image: gcr.io/cf-build-service-public/kpack/build-waiter@sha256:e63ba3ac2fbb3d631588ac1c5ebd522ef8a72f6b13126852805f978894b8d506
image: gcr.io/cf-build-service-public/kpack/build-waiter@sha256:e80c75eff83fc530701e82f5fa6aecff8f09dfc8f64ae7b0c155bd42504d5437
---
apiVersion: v1
kind: ConfigMap
metadata:
name: rebase-image
namespace: kpack
data:
image: gcr.io/cf-build-service-public/kpack/rebase@sha256:8ffe609211784f13af7194fb4a9da9656f31d3af168666710dec6d102aace2c2
image: gcr.io/cf-build-service-public/kpack/rebase@sha256:c0b3bbcf55750ddda69c48b1b0554470536af05556a0d639f8eb65e4a6265745
---
apiVersion: v1
kind: ConfigMap
Expand All @@ -405,15 +405,15 @@ metadata:
name: completion-image
namespace: kpack
data:
image: gcr.io/cf-build-service-public/kpack/completion@sha256:79d9904988bcef43badcf20219ccea03f58478d5cda80ba641759a1524edc982
image: gcr.io/cf-build-service-public/kpack/completion@sha256:082433ee02227d8cb77380fa24e1ee09a878d822232b74f822f6cbd6fc059876
---
apiVersion: v1
kind: ConfigMap
metadata:
name: completion-windows-image
namespace: kpack
data:
image: gcr.io/cf-build-service-public/kpack/completion-windows@sha256:5ccfe99171776be88b8e2cadf930947789364f748f9809a17c6b9bc49c40f137
image: gcr.io/cf-build-service-public/kpack/completion-windows@sha256:15171135840442d4e9a8c9c64e97efefc698584ee6299d2de6a8fcafe7ade69e
---
apiVersion: apps/v1
kind: Deployment
Expand All @@ -429,7 +429,7 @@ spec:
metadata:
labels:
app: kpack-controller
version: 0.12.1
version: 0.12.2
spec:
securityContext:
runAsNonRoot: true
Expand All @@ -450,7 +450,7 @@ spec:
capabilities:
drop:
- ALL
image: gcr.io/cf-build-service-public/kpack/controller@sha256:9ea76de767b497b1a9bc103bfbd1948d022e67d02cfdd4832dda0a472777b6da
image: gcr.io/cf-build-service-public/kpack/controller@sha256:5e743affae0df727dce82df3f4fe5256cd66f41d919b3cd2aa91605eea2371f8
env:
- name: ENABLE_PRIORITY_CLASSES
value: "false"
Expand Down Expand Up @@ -857,7 +857,7 @@ spec:
labels:
app: kpack-webhook
role: webhook
version: 0.12.1
version: 0.12.2
spec:
securityContext:
runAsNonRoot: true
Expand All @@ -878,7 +878,7 @@ spec:
capabilities:
drop:
- ALL
image: gcr.io/cf-build-service-public/kpack/webhook@sha256:36534a6f6309ea0f3add5bd66f4504d03c998922d6844224512fb9d97201f237
image: gcr.io/cf-build-service-public/kpack/webhook@sha256:3788bda6326219b3212c3cd4913f9cd1aa7306d111d309497c116be1ed9f2a48
ports:
- name: https-webhook
containerPort: 8443
Expand Down

0 comments on commit 58a7331

Please sign in to comment.