Skip to content

Commit 282ae39

Browse files
authored
Bump terraform addon version and update chart repo url (#709)
1 parent 00b4803 commit 282ae39

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

addons/terraform/metadata.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: terraform
2-
version: 1.1.1
2+
version: 1.1.2
33
description: Terraform Controller is a Kubernetes Controller for Terraform.
44
icon: https://static.kubevela.net/images/logos/terraform.png
55
url: https://github.com/oam-dev/terraform-controller

addons/terraform/readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,4 @@ A Kubernetes [Terraform Controller](https://github.com/oam-dev/terraform-control
2020
| 1.0.11 | v0.7.5 | 1.0.2 | alicloud 1.140.0; random 3.1.0 |
2121
| 1.0.12 | v0.7.6 | 1.0.2 | alicloud 1.140.0; random 3.1.0 |
2222
| 1.0.13 | v0.7.7 | 1.0.2 | alicloud 1.140.0; random 3.1.0 |
23+
| 1.1.2 | v0.7.11 | 1.0.2 | alicloud 1.140.0; random 3.1.0 |

addons/terraform/resources/terraform-controller.cue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ output: {
22
type: "helm"
33
properties: {
44
repoType: "helm"
5-
url: "https://charts.kubevela.net/addons"
5+
url: "https://kubevela.github.io/charts"
66
chart: "terraform-controller"
7-
version: "0.7.10"
7+
version: "0.7.11"
88
upgradeCRD: parameter.upgradeCRD
99
if parameter.values != _|_ {
1010
values: parameter.values

0 commit comments

Comments
 (0)