mirror of
https://github.com/outbackdingo/terraform-render-bootstrap.git
synced 2026-01-27 02:20:37 +00:00
Update Kubernetes from v1.26.0 to v1.26.1
* https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.26.md#v1261 * Update CoreDNS from v1.9.3 to v1.9.4 Rel: https://github.com/coredns/coredns/releases/tag/v1.9.4
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
# terraform-render-bootstrap [](https://github.com/poseidon/terraform-render-bootstrap/actions/workflows/test.yaml?query=branch%3Amain) [](https://github.com/sponsors/poseidon) [](https://twitter.com/typhoon8s) [](https://fosstodon.org/@poseidon)
|
||||
# terraform-render-bootstrap
|
||||
[](https://github.com/poseidon/terraform-render-bootstrap/actions/workflows/test.yaml?query=branch%3Amain)
|
||||
[](https://github.com/sponsors/poseidon)
|
||||
[](https://fosstodon.org/@typhoon)
|
||||
|
||||
`terraform-render-bootstrap` is a Terraform module that renders TLS certificates, static pods, and manifests for bootstrapping a Kubernetes cluster.
|
||||
|
||||
|
||||
10
variables.tf
10
variables.tf
@@ -64,13 +64,13 @@ variable "container_images" {
|
||||
calico_cni = "quay.io/calico/cni:v3.24.5"
|
||||
cilium_agent = "quay.io/cilium/cilium:v1.12.5"
|
||||
cilium_operator = "quay.io/cilium/operator-generic:v1.12.5"
|
||||
coredns = "registry.k8s.io/coredns/coredns:v1.9.3"
|
||||
coredns = "registry.k8s.io/coredns/coredns:v1.9.4"
|
||||
flannel = "docker.io/flannelcni/flannel:v0.20.2"
|
||||
flannel_cni = "quay.io/poseidon/flannel-cni:v0.4.2"
|
||||
kube_apiserver = "registry.k8s.io/kube-apiserver:v1.26.0"
|
||||
kube_controller_manager = "registry.k8s.io/kube-controller-manager:v1.26.0"
|
||||
kube_scheduler = "registry.k8s.io/kube-scheduler:v1.26.0"
|
||||
kube_proxy = "registry.k8s.io/kube-proxy:v1.26.0"
|
||||
kube_apiserver = "registry.k8s.io/kube-apiserver:v1.26.1"
|
||||
kube_controller_manager = "registry.k8s.io/kube-controller-manager:v1.26.1"
|
||||
kube_scheduler = "registry.k8s.io/kube-scheduler:v1.26.1"
|
||||
kube_proxy = "registry.k8s.io/kube-proxy:v1.26.1"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user