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

Commit

Permalink
image & pkg: update checkpointer image SHA (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
derekparker authored Jun 23, 2016
1 parent 4dad7e0 commit bfa0ff6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion image/checkpoint/checkpoint-pod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
spec:
containers:
- name: checkpoint
image: quay.io/coreos/pod-checkpointer:253a2801e3964847e84203331c94a3aa2a891132
image: quay.io/coreos/pod-checkpointer:f9949bfecdabc573517487d1a5af1e0cd22acf52
command:
- /checkpoint
imagePullPolicy: Always
Expand Down
10 changes: 5 additions & 5 deletions pkg/asset/internal/templates.go
Original file line number Diff line number Diff line change
Expand Up @@ -311,11 +311,11 @@ var (
0x6d, 0x61, 0x67, 0x65, 0x3a, 0x20, 0x71, 0x75, 0x61, 0x79,
0x2e, 0x69, 0x6f, 0x2f, 0x63, 0x6f, 0x72, 0x65, 0x6f, 0x73,
0x2f, 0x70, 0x6f, 0x64, 0x2d, 0x63, 0x68, 0x65, 0x63, 0x6b,
0x70, 0x6f, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x3a, 0x32, 0x35,
0x33, 0x61, 0x32, 0x38, 0x30, 0x31, 0x65, 0x33, 0x39, 0x36,
0x34, 0x38, 0x34, 0x37, 0x65, 0x38, 0x34, 0x32, 0x30, 0x33,
0x33, 0x33, 0x31, 0x63, 0x39, 0x34, 0x61, 0x33, 0x61, 0x61,
0x32, 0x61, 0x38, 0x39, 0x31, 0x31, 0x33, 0x32, 0xa, 0x20,
0x70, 0x6f, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x3a, 0x66, 0x39,
0x39, 0x34, 0x39, 0x62, 0x66, 0x65, 0x63, 0x64, 0x61, 0x62,
0x63, 0x35, 0x37, 0x33, 0x35, 0x31, 0x37, 0x34, 0x38, 0x37,
0x64, 0x31, 0x61, 0x35, 0x61, 0x66, 0x31, 0x65, 0x30, 0x63,
0x64, 0x32, 0x32, 0x61, 0x63, 0x66, 0x35, 0x32, 0xa, 0x20,
0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x63, 0x6f, 0x6d,
0x6d, 0x61, 0x6e, 0x64, 0x3a, 0xa, 0x20, 0x20, 0x20, 0x20,
0x20, 0x20, 0x20, 0x20, 0x2d, 0x20, 0x2f, 0x63, 0x68, 0x65,
Expand Down
2 changes: 1 addition & 1 deletion pkg/asset/templates/kube-apiserver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
hostNetwork: true
containers:
- name: checkpoint-installer
image: quay.io/coreos/pod-checkpointer:253a2801e3964847e84203331c94a3aa2a891132
image: quay.io/coreos/pod-checkpointer:f9949bfecdabc573517487d1a5af1e0cd22acf52
command:
- /checkpoint-installer.sh
volumeMounts:
Expand Down

0 comments on commit bfa0ff6

Please sign in to comment.