Skip to content

Commit

Permalink
Merge pull request #33 from balaguduru/master
Browse files Browse the repository at this point in the history
Upgrading terraform version to 0.12.3
  • Loading branch information
Chris Love authored Jul 15, 2019
2 parents c4beeba + 86e0cb7 commit b7c5863
Show file tree
Hide file tree
Showing 7 changed files with 162 additions and 129 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ metadata:
spec:
containers:
- name: ${containerName}
image: gcr.io/pso-helmsman-cicd/jenkins-k8s-node:${env.CONTAINER_VERSION}
image: gcr.io/pso-helmsman-cicd/jenkins-k8s-node:${env.JENKINS_CONTAINER_VERSION}
command: ['cat']
tty: true
volumeMounts:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ gcloud init

In order to use the code in this demo you will need to have have access to a bash-compatible shell with the following tools installed:

1. [Terraform >= 0.11.7](https://www.terraform.io/downloads.html)
2. [Google Cloud SDK version >= 204.0.0](https://cloud.google.com/sdk/docs/downloads-versioned-archives)
1. [Terraform >= 0.12.3](https://www.terraform.io/downloads.html)
2. [Google Cloud SDK version >= 253.0.0](https://cloud.google.com/sdk/docs/downloads-versioned-archives)
3. [kubectl matching the latest GKE version](https://kubernetes.io/docs/tasks/tools/install-kubectl/)
4. Two [GCP projects](https://console.cloud.google.com/) with billing enabled

Expand Down
Loading

0 comments on commit b7c5863

Please sign in to comment.