Skip to content

Commit e21b94d

Browse files
committed
update components
1 parent 3ce52a4 commit e21b94d

File tree

5 files changed

+7
-5
lines changed

5 files changed

+7
-5
lines changed

.github/ISSUE_TEMPLATE/BUG_REPORT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ It is still being developed, but you can also use it for production.
1515
However, there is no easy, one-click solution here.
1616
1717
To use it, you must know what you are doing.
18-
You should understand how to work with tools like Terraform, Talos, Makefile, sops, and others tools.
18+
You should understand how to work with tools like Terraform, Talos, Makefile, sops, and others.
1919
-->
2020

2121
### Description

proxmox/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ nodes: ## Show kubernetes nodes
6464
@kubectl get nodes -owide --sort-by '{.metadata.name}' --label-columns topology.kubernetes.io/region,topology.kubernetes.io/zone,node.kubernetes.io/instance-type
6565

6666
system:
67-
helm --kubeconfig=kubeconfig upgrade -i --namespace=kube-system --version=1.16.3 -f deployments/cilium.yaml \
67+
helm --kubeconfig=kubeconfig upgrade -i --namespace=kube-system --version=1.16.4 -f deployments/cilium.yaml \
6868
cilium cilium/cilium
6969

7070
kubectl --kubeconfig=kubeconfig apply -f ../_deployments/vars/coredns-local.yaml

proxmox/deployments/cilium.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
2-
32
k8sServiceHost: "api.cluster.local"
43
k8sServicePort: "6443"
54

@@ -84,4 +83,4 @@ resources:
8483
memory: 2Gi
8584
requests:
8685
cpu: 100m
87-
memory: 128Mi
86+
memory: 256Mi

proxmox/templates/controlplane.yaml.tpl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,11 @@ machine:
4646
enabled: true
4747
allowedRoles:
4848
- os:reader
49+
- os:admin
50+
- os:etcd:backup
4951
allowedKubernetesNamespaces:
5052
- kube-system
53+
- operator-talos
5154
cluster:
5255
adminKubeconfig:
5356
certLifetime: 48h0m0s

proxmox/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ variable "instances" {
8686
type = map(any)
8787
default = {
8888
"all" = {
89-
version = "v1.31.2"
89+
version = "v1.31.3"
9090
},
9191
"hvm-1" = {
9292
enabled = false,

0 commit comments

Comments
 (0)