Skip to content
This repository was archived by the owner on Jun 29, 2022. It is now read-only.

Commit bc91632

Browse files
committed
Update to Kubernetes v1.19.4
Closes #1188 Signed-off-by: Mateusz Gozdek <mateusz@kinvolk.io>
1 parent 1d2099d commit bc91632

File tree

20 files changed

+51
-51
lines changed

20 files changed

+51
-51
lines changed

assets/charts/control-plane/kube-apiserver/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
version: 0.1.2
18-
appVersion: v1.19.3
18+
appVersion: v1.19.4

assets/charts/control-plane/kube-apiserver/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ apiserver:
99
aggregationCaCert:
1010
aggregationClientCert:
1111
aggregationClientKey:
12-
image: k8s.gcr.io/kube-apiserver:v1.19.3
12+
image: k8s.gcr.io/kube-apiserver:v1.19.4
1313
cloudProvider:
1414
etcdServers:
1515
aggregationFlags:

assets/charts/control-plane/kubelet/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
version: 0.1.2
18-
appVersion: v1.19.3
18+
appVersion: v1.19.4
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
image: quay.io/poseidon/kubelet:v1.19.3
1+
image: quay.io/poseidon/kubelet:v1.19.4
22
clusterDNS: 10.0.0.10
33
clusterDomain: cluster.local
44
enableTLSBootstrap: true

assets/charts/control-plane/kubernetes/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
version: 0.1.2
18-
appVersion: v1.19.3
18+
appVersion: v1.19.4

assets/charts/control-plane/kubernetes/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@ controllerManager:
22
serviceAccountKey:
33
caCert:
44
caKey:
5-
image: k8s.gcr.io/kube-controller-manager:v1.19.3
5+
image: k8s.gcr.io/kube-controller-manager:v1.19.4
66
cloudProvider:
77
serviceCIDR: 10.0.0.0/24
88
podCIDR: 10.2.0.0/16
99
controlPlaneReplicas: 1
1010
trustedCertsDir: /usr/share/ca-certificates
1111
kubeProxy:
12-
image: k8s.gcr.io/kube-proxy:v1.19.3
12+
image: k8s.gcr.io/kube-proxy:v1.19.4
1313
podCIDR: 10.2.0.0/16
1414
trustedCertsDir: /usr/share/ca-certificates
1515
kubeScheduler:
16-
image: k8s.gcr.io/kube-scheduler:v1.19.3
16+
image: k8s.gcr.io/kube-scheduler:v1.19.4
1717
controlPlaneReplicas: 1
1818
kubeConfigInCluster:
1919
server:

assets/terraform-modules/aws/flatcar-linux/kubernetes/cl/controller.yaml.tmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ storage:
140140
contents:
141141
inline: |
142142
KUBELET_IMAGE_URL=quay.io/poseidon/kubelet
143-
KUBELET_IMAGE_TAG=v1.19.3
143+
KUBELET_IMAGE_TAG=v1.19.4
144144
NODE_LABELS="node.kubernetes.io/master,node.kubernetes.io/controller=true"
145145
NODE_TAINTS="node-role.kubernetes.io/master=:NoSchedule"
146146
- path: /etc/kubernetes/etcd.env
@@ -187,7 +187,7 @@ storage:
187187
# Wrapper for bootkube start
188188
set -e
189189
# Pre-pull kubelet image because when it is later pulled but takes too long it times out
190-
docker pull quay.io/poseidon/kubelet:v1.19.3
190+
docker pull quay.io/poseidon/kubelet:v1.19.4
191191
# Move experimental manifests
192192
[ -n "$(ls /opt/bootkube/assets/manifests-*/* 2>/dev/null)" ] && mv /opt/bootkube/assets/manifests-*/* /opt/bootkube/assets/manifests && rm -rf /opt/bootkube/assets/manifests-*
193193
exec docker run \

assets/terraform-modules/aws/flatcar-linux/kubernetes/workers/cl/worker.yaml.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ storage:
114114
contents:
115115
inline: |
116116
KUBELET_IMAGE_URL=quay.io/poseidon/kubelet
117-
KUBELET_IMAGE_TAG=v1.19.3
117+
KUBELET_IMAGE_TAG=v1.19.4
118118
NODE_LABELS="${join(",", [for k, v in node_labels : "${k}=${v}"])}"
119119
NODE_TAINTS="${join(",", [for k, v in taints : "${k}=${v}"])}"
120120
- path: /etc/sysctl.d/max-user-watches.conf

assets/terraform-modules/azure/flatcar-linux/kubernetes/cl/controller.yaml.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ storage:
126126
contents:
127127
inline: |
128128
KUBELET_IMAGE_URL=docker://quay.io/poseidon/kubelet
129-
KUBELET_IMAGE_TAG=v1.19.3
129+
KUBELET_IMAGE_TAG=v1.19.4
130130
KUBELET_IMAGE_ARGS="--exec=/usr/local/bin/kubelet"
131131
NODE_LABELS="node.kubernetes.io/master,node.kubernetes.io/controller=true"
132132
NODE_TAINTS="node-role.kubernetes.io/master=:NoSchedule"

assets/terraform-modules/azure/flatcar-linux/kubernetes/workers/cl/worker.yaml.tmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ storage:
100100
contents:
101101
inline: |
102102
KUBELET_IMAGE_URL=docker://quay.io/poseidon/kubelet
103-
KUBELET_IMAGE_TAG=v1.19.3
103+
KUBELET_IMAGE_TAG=v1.19.4
104104
KUBELET_IMAGE_ARGS="--exec=/usr/local/bin/kubelet"
105105
NODE_LABELS="node.kubernetes.io/node"
106106
- path: /etc/sysctl.d/max-user-watches.conf
@@ -120,7 +120,7 @@ storage:
120120
--volume config,kind=host,source=/etc/kubernetes \
121121
--mount volume=config,target=/etc/kubernetes \
122122
--insecure-options=image \
123-
docker://quay.io/poseidon/kubelet:v1.19.3 \
123+
docker://quay.io/poseidon/kubelet:v1.19.4 \
124124
--net=host \
125125
--dns=host \
126126
-- \

0 commit comments

Comments
 (0)