Cluster upgrade to 1.6.0
This commit is contained in:
parent
d700b235f8
commit
41cb6d3539
2 changed files with 3 additions and 2 deletions
1
talos/clusterconfig/.gitignore
vendored
1
talos/clusterconfig/.gitignore
vendored
|
@ -4,3 +4,4 @@ valinor-arlen.yaml
|
||||||
valinor-eonwe.yaml
|
valinor-eonwe.yaml
|
||||||
valinor-nienna.yaml
|
valinor-nienna.yaml
|
||||||
valinor-orome.yaml
|
valinor-orome.yaml
|
||||||
|
valinor-nessa.yaml
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
clusterName: valinor
|
clusterName: valinor
|
||||||
|
|
||||||
talosVersion: v1.5.5
|
talosVersion: v1.6.0
|
||||||
kubernetesVersion: 1.28.4
|
kubernetesVersion: 1.28.4
|
||||||
endpoint: "https://${clusterEndpointIP}:6443"
|
endpoint: "https://${clusterEndpointIP}:6443"
|
||||||
|
|
||||||
|
@ -15,7 +15,7 @@ additionalMachineCertSans:
|
||||||
- ${clusterEndpointIP}
|
- ${clusterEndpointIP}
|
||||||
|
|
||||||
imageFactory:
|
imageFactory:
|
||||||
registryURL: factory.hsn.dev
|
registryURL: factory.talos.dev
|
||||||
schematicEndpoint: /schematics
|
schematicEndpoint: /schematics
|
||||||
protocol: https
|
protocol: https
|
||||||
installerURLTmpl: "{{.RegistryURL}}/installer/{{.ID}}:{{.Version}}"
|
installerURLTmpl: "{{.RegistryURL}}/installer/{{.ID}}:{{.Version}}"
|
||||||
|
|
Reference in a new issue