Skip to content

Commit c71fc01

Browse files
committed
feat: use keployr v1.0.7
1 parent f00f4ac commit c71fc01

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci_docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,5 @@ jobs:
4747
ansible_base_version=2.11-tools-0.39
4848
cidre_version=0.12.1
4949
helm_version=3.7.1
50-
keployr_version=1.0.5
50+
keployr_version=1.0.7
5151
BUILDKIT_INLINE_CACHE=1

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ build:
33
--build-arg ansible_base_version=2.11-tools-0.39 \
44
--build-arg cidre_version=0.12.1 \
55
--build-arg helm_version=3.7.1 \
6-
--build-arg keployr_version=1.0.5 \
6+
--build-arg keployr_version=1.0.7 \
77
--build-arg BUILDKIT_INLINE_CACHE=1 \
88
--platform linux/arm64v8 \
99
-t local-keployr .

0 commit comments

Comments
 (0)