Skip to content
This repository was archived by the owner on Jul 30, 2021. It is now read-only.

Commit 12e3877

Browse files
authored
image/checkpoint: bump checkpoint image version (#80)
1 parent 91d5a31 commit 12e3877

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

image/checkpoint/checkpoint-pod.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
spec:
77
containers:
88
- name: checkpoint
9-
image: quay.io/coreos/pod-checkpointer:f9949bfecdabc573517487d1a5af1e0cd22acf52
9+
image: quay.io/coreos/pod-checkpointer:91d5a311eee40d579a8f0549c10eeed57979d6c4
1010
command:
1111
- /checkpoint
1212
imagePullPolicy: Always

pkg/asset/internal/templates.go

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -325,11 +325,11 @@ var (
325325
0x6d, 0x61, 0x67, 0x65, 0x3a, 0x20, 0x71, 0x75, 0x61, 0x79,
326326
0x2e, 0x69, 0x6f, 0x2f, 0x63, 0x6f, 0x72, 0x65, 0x6f, 0x73,
327327
0x2f, 0x70, 0x6f, 0x64, 0x2d, 0x63, 0x68, 0x65, 0x63, 0x6b,
328-
0x70, 0x6f, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x3a, 0x66, 0x39,
329-
0x39, 0x34, 0x39, 0x62, 0x66, 0x65, 0x63, 0x64, 0x61, 0x62,
330-
0x63, 0x35, 0x37, 0x33, 0x35, 0x31, 0x37, 0x34, 0x38, 0x37,
331-
0x64, 0x31, 0x61, 0x35, 0x61, 0x66, 0x31, 0x65, 0x30, 0x63,
332-
0x64, 0x32, 0x32, 0x61, 0x63, 0x66, 0x35, 0x32, 0xa, 0x20,
328+
0x70, 0x6f, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x3a, 0x39, 0x31,
329+
0x64, 0x35, 0x61, 0x33, 0x31, 0x31, 0x65, 0x65, 0x65, 0x34,
330+
0x30, 0x64, 0x35, 0x37, 0x39, 0x61, 0x38, 0x66, 0x30, 0x35,
331+
0x34, 0x39, 0x63, 0x31, 0x30, 0x65, 0x65, 0x65, 0x64, 0x35,
332+
0x37, 0x39, 0x37, 0x39, 0x64, 0x36, 0x63, 0x34, 0xa, 0x20,
333333
0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x63, 0x6f, 0x6d,
334334
0x6d, 0x61, 0x6e, 0x64, 0x3a, 0xa, 0x20, 0x20, 0x20, 0x20,
335335
0x20, 0x20, 0x20, 0x20, 0x2d, 0x20, 0x2f, 0x63, 0x68, 0x65,

pkg/asset/templates/kube-apiserver.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ spec:
1818
hostNetwork: true
1919
containers:
2020
- name: checkpoint-installer
21-
image: quay.io/coreos/pod-checkpointer:f9949bfecdabc573517487d1a5af1e0cd22acf52
21+
image: quay.io/coreos/pod-checkpointer:91d5a311eee40d579a8f0549c10eeed57979d6c4
2222
command:
2323
- /checkpoint-installer.sh
2424
volumeMounts:

0 commit comments

Comments
 (0)