Skip to content

Commit 0982f7d

Browse files
authored
Merge pull request #135 from sassoftware/staging
3.1.0 - June 17, 2022
2 parents f637a81 + 1f0eb12 commit 0982f7d

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ARG GCP_CLI_VERSION=342.0.0
33
FROM hashicorp/terraform:$TERRAFORM_VERSION as terraform
44

55
FROM google/cloud-sdk:$GCP_CLI_VERSION
6-
ARG KUBECTL_VERSION=1.21.7
6+
ARG KUBECTL_VERSION=1.22.10
77

88
WORKDIR /viya4-iac-gcp
99

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Operational knowledge of
3232
- Terraform or Docker
3333
- #### Terraform
3434
- [Terraform](https://www.terraform.io/downloads.html) - v1.0.0
35-
- [kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl) - v1.21.7
35+
- [kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl) - v1.22.10
3636
- [jq](https://stedolan.github.io/jq/) - v1.6
3737
- [gcloud CLI](https://cloud.google.com/sdk/gcloud) - (optional - useful as an alternative to the Google Cloud Platform Portal) - v342.0.0
3838
- #### Docker

examples/sample-input-byo.tfvars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ postgres_servers = {
3737
}
3838

3939
# GKE config
40-
kubernetes_version = "1.21.6-gke.1503"
40+
kubernetes_version = "1.22.9-gke.1500"
4141
default_nodepool_min_nodes = 2
4242
default_nodepool_vm_type = "e2-standard-8"
4343

examples/sample-input-connect.tfvars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ postgres_servers = {
2727
}
2828

2929
# GKE config
30-
kubernetes_version = "1.21.6-gke.1503"
30+
kubernetes_version = "1.22.9-gke.1500"
3131
default_nodepool_min_nodes = 2
3232
default_nodepool_vm_type = "e2-standard-8"
3333

examples/sample-input-ha.tfvars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ postgres_servers = {
2727
}
2828

2929
# GKE config
30-
kubernetes_version = "1.21.6-gke.1503"
30+
kubernetes_version = "1.22.9-gke.1500"
3131
default_nodepool_min_nodes = 2
3232
default_nodepool_vm_type = "e2-standard-8"
3333

examples/sample-input-minimal.tfvars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ tags = {} # e.g., { "key1" = "value1", "key2" = "value2" }
2727
# }
2828

2929
# GKE config
30-
kubernetes_version = "1.21.6-gke.1503"
30+
kubernetes_version = "1.22.9-gke.1500"
3131
default_nodepool_min_nodes = 1
3232
default_nodepool_vm_type = "n2-standard-2"
3333

examples/sample-input.tfvars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ postgres_servers = {
2727
}
2828

2929
# GKE config
30-
kubernetes_version = "1.21.6-gke.1503"
30+
kubernetes_version = "1.22.9-gke.1500"
3131
default_nodepool_min_nodes = 2
3232
default_nodepool_vm_type = "e2-standard-8"
3333

0 commit comments

Comments
 (0)