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

Commit afde224

Browse files
authored
Merge pull request #92 from TheNewNormal/template-typo-fix
pkg/asset/templates/kube-proxy.yaml: fix typo in image's URL
2 parents f5a4baa + cbdc040 commit afde224

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pkg/asset/internal/templates.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -691,7 +691,7 @@ var (
691691
0x69, 0x6f, 0x2f, 0x63, 0x6f, 0x72, 0x65, 0x6f, 0x73, 0x2f,
692692
0x68, 0x79, 0x70, 0x65, 0x72, 0x6b, 0x75, 0x62, 0x65, 0x3a,
693693
0x76, 0x31, 0x2e, 0x33, 0x2e, 0x30, 0x5f, 0x63, 0x6f, 0x72,
694-
0x65, 0x6f, 0x73, 0x2e, 0x30, 0xa, 0x20, 0x20, 0x20, 0x20,
694+
0x65, 0x6f, 0x73, 0x2e, 0x31, 0xa, 0x20, 0x20, 0x20, 0x20,
695695
0x20, 0x20, 0x20, 0x20, 0x63, 0x6f, 0x6d, 0x6d, 0x61, 0x6e,
696696
0x64, 0x3a, 0xa, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20,
697697
0x20, 0x2d, 0x20, 0x2f, 0x68, 0x79, 0x70, 0x65, 0x72, 0x6b,

pkg/asset/templates/kube-proxy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ spec:
1616
hostNetwork: true
1717
containers:
1818
- name: kube-proxy
19-
image: quay.io/coreos/hyperkube:v1.3.0_coreos.0
19+
image: quay.io/coreos/hyperkube:v1.3.0_coreos.1
2020
command:
2121
- /hyperkube
2222
- proxy

0 commit comments

Comments
 (0)