Skip to content

Commit

Permalink
Merge pull request #235 from zzxwill/release0.3.4
Browse files Browse the repository at this point in the history
Upgrade docker terraform image
  • Loading branch information
FogDong authored Jan 26, 2022
2 parents a4cc713 + f0e8f54 commit 698b152
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ image:

gitImage: alpine/git:latest
busyboxImage: busybox:latest
terraformImage: oamdev/docker-terraform:1.1.0
terraformImage: oamdev/docker-terraform:1.1.2

backend:
namespace: vela-system
Expand Down
2 changes: 1 addition & 1 deletion controllers/configuration_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ func (r *ConfigurationReconciler) preCheck(ctx context.Context, configuration *v

meta.TerraformImage = os.Getenv("TERRAFORM_IMAGE")
if meta.TerraformImage == "" {
meta.TerraformImage = "oamdev/docker-terraform:1.1.0"
meta.TerraformImage = "oamdev/docker-terraform:1.1.2"
}

meta.TerraformBackendNamespace = os.Getenv("TERRAFORM_BACKEND_NAMESPACE")
Expand Down

0 comments on commit 698b152

Please sign in to comment.