Skip to content

Commit

Permalink
Bump terraform addon version and update chart repo url (#709)
Browse files Browse the repository at this point in the history
  • Loading branch information
wonderflow authored Jul 18, 2023
1 parent 00b4803 commit 282ae39
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion addons/terraform/metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: terraform
version: 1.1.1
version: 1.1.2
description: Terraform Controller is a Kubernetes Controller for Terraform.
icon: https://static.kubevela.net/images/logos/terraform.png
url: https://github.com/oam-dev/terraform-controller
Expand Down
1 change: 1 addition & 0 deletions addons/terraform/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ A Kubernetes [Terraform Controller](https://github.com/oam-dev/terraform-control
| 1.0.11 | v0.7.5 | 1.0.2 | alicloud 1.140.0; random 3.1.0 |
| 1.0.12 | v0.7.6 | 1.0.2 | alicloud 1.140.0; random 3.1.0 |
| 1.0.13 | v0.7.7 | 1.0.2 | alicloud 1.140.0; random 3.1.0 |
| 1.1.2 | v0.7.11 | 1.0.2 | alicloud 1.140.0; random 3.1.0 |
4 changes: 2 additions & 2 deletions addons/terraform/resources/terraform-controller.cue
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ output: {
type: "helm"
properties: {
repoType: "helm"
url: "https://charts.kubevela.net/addons"
url: "https://kubevela.github.io/charts"
chart: "terraform-controller"
version: "0.7.10"
version: "0.7.11"
upgradeCRD: parameter.upgradeCRD
if parameter.values != _|_ {
values: parameter.values
Expand Down

0 comments on commit 282ae39

Please sign in to comment.