Update version

This commit is contained in:
Serge Logvinov
2022-04-28 14:13:21 +03:00
parent c4e3598e4d
commit f614034c86
11 changed files with 14 additions and 11 deletions

3
.gitignore vendored
View File

@@ -33,3 +33,6 @@ override.tf.json
talosctl
talosconfig
kubeconfig
#
/talos/

View File

@@ -46,7 +46,7 @@ resource "openstack_compute_instance_v2" "controlplane" {
count = 0
name = "master-${count.index + 1}"
image_id = openstack_images_image_v2.talos[count.index].id
flavor_name = "s1-2"
flavor_name = "d2-4"
region = element(var.regions, count.index)
user_data = templatefile("${path.module}/templates/controlplane.yaml",

View File

@@ -23,7 +23,7 @@ variable "kubernetes" {
serviceSubnets = "10.200.0.0/22,fd40:10:200::/112"
domain = "cluster.local"
apiDomain = "api.cluster.local"
clusterName = "talos-k8s-hezner"
clusterName = "talos-k8s-openstack"
tokenMachine = ""
caMachine = ""
token = ""

View File

@@ -2,8 +2,8 @@
terraform {
required_providers {
oci = {
source = "hashicorp/oci"
version = "4.61.0"
source = "oracle/oci"
version = "4.73.0"
}
}
}

View File

@@ -12,5 +12,5 @@ variable "do_region" {
variable "talos_version" {
type = string
default = "v0.12.2"
default = "v1.0.3"
}

View File

@@ -28,7 +28,7 @@ variable "google_locations" {
variable "talos_version" {
type = string
default = "v0.11.4"
default = "v1.0.3"
}
source "googlecompute" "talos" {

View File

@@ -7,7 +7,7 @@ variable "hcloud_token" {
variable "talos_version" {
type = string
default = "v0.14.0"
default = "v1.0.3"
}
locals {

View File

@@ -25,7 +25,7 @@ variable "proxmox_storage_type" {
variable "talos_version" {
type = string
default = "v0.14.0"
default = "v1.0.3"
}
locals {

View File

@@ -23,7 +23,7 @@ variable "scaleway_zone" {
variable "talos_version" {
type = string
default = "v0.14.1"
default = "v1.0.3"
}
locals {

View File

@@ -22,7 +22,7 @@ variable "upcloud_zones" {
variable "talos_version" {
type = string
default = "v0.14.0"
default = "v1.0.3"
}
locals {

View File

@@ -11,7 +11,7 @@ variable "vultr_region" {
variable "talos_version" {
type = string
default = "v0.14.0"
default = "v1.0.3"
}
locals {