Skip to content

Commit

Permalink
Merge pull request #122 from zzxwill/release022
Browse files Browse the repository at this point in the history
Bump chart version
  • Loading branch information
zzxwill authored Oct 12, 2021
2 parents 125700b + d151111 commit eadf32c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

# Image URL to use all building/pushing image targets
IMG ?= oamdev/terraform-controller:0.2.1
IMG ?= oamdev/terraform-controller:0.2.2

# Produce CRDs that work back to Kubernetes 1.11 (no version conversion)
CRD_OPTIONS ?= "crd:trivialVersions=true"
Expand Down
2 changes: 1 addition & 1 deletion chart/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v1
name: terraform-controller
version: 0.2.1
version: 0.2.2
description: A Kubernetes Terraform controller
home: https://github.com/oam-dev/terraform-controller
4 changes: 2 additions & 2 deletions chart/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
replicaCount: 1

version: 0.2.1
version: 0.2.2

image:
name: oamdev/terraform-controller:0.2.1
name: oamdev/terraform-controller:0.2.2
imagePullPolicy: Always
2 changes: 1 addition & 1 deletion controllers/configuration_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ import (

const (
// TerraformImage is the Terraform image which can run `terraform init/plan/apply`
terraformImage = "oamdev/docker-terraform:1.0.6"
terraformImage = "oamdev/docker-terraform:1.0.7"
terraformWorkspace = "default"
)

Expand Down

0 comments on commit eadf32c

Please sign in to comment.