Skip to content

Commit 67ac6c7

Browse files
authored
Update Helm chart Readme (#598)
1 parent d4d4bfc commit 67ac6c7

File tree

2 files changed

+52
-0
lines changed

2 files changed

+52
-0
lines changed

charts/hcp-terraform-operator/README.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,32 @@ For a more detailed explanation, please refer to the [FAQ](../../docs/faq.md#gen
8484

8585
#### Upgrade recommendations
8686

87+
- `2.8.0` to `2.9.0`
88+
89+
- The `AgentPool` CRD has been changed:
90+
91+
```console
92+
$ kubectl replace -f https://raw.githubusercontent.com/hashicorp/hcp-terraform-operator/v2.9.0/charts/hcp-terraform-operator/crds/app.terraform.io_agentpools.yaml
93+
```
94+
95+
- The `Module` CRD has been changed:
96+
97+
```console
98+
$ kubectl replace -f https://raw.githubusercontent.com/hashicorp/hcp-terraform-operator/v2.9.0/charts/hcp-terraform-operator/crds/app.terraform.io_modules.yaml
99+
```
100+
101+
- The `Project` CRD has been changed:
102+
103+
```console
104+
$ kubectl replace -f https://raw.githubusercontent.com/hashicorp/hcp-terraform-operator/v2.9.0/charts/hcp-terraform-operator/crds/app.terraform.io_projects.yaml
105+
```
106+
107+
- The `Workspace` CRD has been changed:
108+
109+
```console
110+
$ kubectl replace -f https://raw.githubusercontent.com/hashicorp/hcp-terraform-operator/v2.9.0/charts/hcp-terraform-operator/crds/app.terraform.io_workspaces.yaml
111+
```
112+
87113
- `2.7.0` to `2.8.0`
88114

89115
- The `Workspace` CRD has been changed:

charts/hcp-terraform-operator/README.md.gotmpl

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,32 @@ For a more detailed explanation, please refer to the [FAQ](../../docs/faq.md#gen
8484

8585
#### Upgrade recommendations
8686

87+
- `2.8.0` to `2.9.0`
88+
89+
- The `AgentPool` CRD has been changed:
90+
91+
```console
92+
$ kubectl replace -f https://raw.githubusercontent.com/hashicorp/hcp-terraform-operator/v2.9.0/charts/hcp-terraform-operator/crds/app.terraform.io_agentpools.yaml
93+
```
94+
95+
- The `Module` CRD has been changed:
96+
97+
```console
98+
$ kubectl replace -f https://raw.githubusercontent.com/hashicorp/hcp-terraform-operator/v2.9.0/charts/hcp-terraform-operator/crds/app.terraform.io_modules.yaml
99+
```
100+
101+
- The `Project` CRD has been changed:
102+
103+
```console
104+
$ kubectl replace -f https://raw.githubusercontent.com/hashicorp/hcp-terraform-operator/v2.9.0/charts/hcp-terraform-operator/crds/app.terraform.io_projects.yaml
105+
```
106+
107+
- The `Workspace` CRD has been changed:
108+
109+
```console
110+
$ kubectl replace -f https://raw.githubusercontent.com/hashicorp/hcp-terraform-operator/v2.9.0/charts/hcp-terraform-operator/crds/app.terraform.io_workspaces.yaml
111+
```
112+
87113
- `2.7.0` to `2.8.0`
88114

89115
- The `Workspace` CRD has been changed:

0 commit comments

Comments
 (0)