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

Commit bfa0ff6

Browse files
authored
image & pkg: update checkpointer image SHA (#69)
1 parent 4dad7e0 commit bfa0ff6

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:253a2801e3964847e84203331c94a3aa2a891132
9+
image: quay.io/coreos/pod-checkpointer:f9949bfecdabc573517487d1a5af1e0cd22acf52
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
@@ -311,11 +311,11 @@ var (
311311
0x6d, 0x61, 0x67, 0x65, 0x3a, 0x20, 0x71, 0x75, 0x61, 0x79,
312312
0x2e, 0x69, 0x6f, 0x2f, 0x63, 0x6f, 0x72, 0x65, 0x6f, 0x73,
313313
0x2f, 0x70, 0x6f, 0x64, 0x2d, 0x63, 0x68, 0x65, 0x63, 0x6b,
314-
0x70, 0x6f, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x3a, 0x32, 0x35,
315-
0x33, 0x61, 0x32, 0x38, 0x30, 0x31, 0x65, 0x33, 0x39, 0x36,
316-
0x34, 0x38, 0x34, 0x37, 0x65, 0x38, 0x34, 0x32, 0x30, 0x33,
317-
0x33, 0x33, 0x31, 0x63, 0x39, 0x34, 0x61, 0x33, 0x61, 0x61,
318-
0x32, 0x61, 0x38, 0x39, 0x31, 0x31, 0x33, 0x32, 0xa, 0x20,
314+
0x70, 0x6f, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x3a, 0x66, 0x39,
315+
0x39, 0x34, 0x39, 0x62, 0x66, 0x65, 0x63, 0x64, 0x61, 0x62,
316+
0x63, 0x35, 0x37, 0x33, 0x35, 0x31, 0x37, 0x34, 0x38, 0x37,
317+
0x64, 0x31, 0x61, 0x35, 0x61, 0x66, 0x31, 0x65, 0x30, 0x63,
318+
0x64, 0x32, 0x32, 0x61, 0x63, 0x66, 0x35, 0x32, 0xa, 0x20,
319319
0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x63, 0x6f, 0x6d,
320320
0x6d, 0x61, 0x6e, 0x64, 0x3a, 0xa, 0x20, 0x20, 0x20, 0x20,
321321
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:253a2801e3964847e84203331c94a3aa2a891132
21+
image: quay.io/coreos/pod-checkpointer:f9949bfecdabc573517487d1a5af1e0cd22acf52
2222
command:
2323
- /checkpoint-installer.sh
2424
volumeMounts:

0 commit comments

Comments
 (0)