Skip to content

Commit

Permalink
docs: add a note of helm not updating CRDs in the upgrade section (#4675
Browse files Browse the repository at this point in the history
)

* add a note of helm not updating CRDs in the upgrade section

Signed-off-by: Arko Dasgupta <arko@tetrate.io>

* fix link

Signed-off-by: Arko Dasgupta <arko@tetrate.io>

---------

Signed-off-by: Arko Dasgupta <arko@tetrate.io>
  • Loading branch information
arkodg authored Nov 8, 2024
1 parent 3c5f27a commit 5d3df77
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 3 additions & 1 deletion site/content/en/docs/install/install-helm.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,9 @@ consideration when debugging.

## Upgrading from a previous version

Follow the steps outlined in [this](./install-yaml.md#upgrading-from-v1.1) section if you're upgrading from a previous version.
[Helm](https://helm.sh/docs/chart_best_practices/custom_resource_definitions/#some-caveats-and-explanations) does not update CRDs
that live in the `/crds` folder in the Helm Chart. So you will manually need to update the CRDs.
Follow the steps outlined in [this](./install-yaml/#upgrading-from-v1.1) section if you're upgrading from a previous version.

## Helm chart customizations

Expand Down
4 changes: 3 additions & 1 deletion site/content/en/latest/install/install-helm.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,9 @@ consideration when debugging.

## Upgrading from a previous version

Follow the steps outlined in [this](./install-yaml.md#upgrading-from-v1.1) section if you're upgrading from a previous version.
[Helm](https://helm.sh/docs/chart_best_practices/custom_resource_definitions/#some-caveats-and-explanations) does not update CRDs
that live in the `/crds` folder in the Helm Chart. So you will manually need to update the CRDs.
Follow the steps outlined in [this](./install-yaml/#upgrading-from-v1.1) section if you're upgrading from a previous version.

## Helm chart customizations

Expand Down
4 changes: 3 additions & 1 deletion site/content/en/v1.2/install/install-helm.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,9 @@ consideration when debugging.

## Upgrading from a previous version

Follow the steps outlined in [this](./install-yaml.md#upgrading-from-v1.1) section if you're upgrading from a previous version.
[Helm](https://helm.sh/docs/chart_best_practices/custom_resource_definitions/#some-caveats-and-explanations) does not update CRDs
that live in the `/crds` folder in the Helm Chart. So you will manually need to update the CRDs.
Follow the steps outlined in [this](./install-yaml/#upgrading-from-v1.1) section if you're upgrading from a previous version.

## Helm chart customizations

Expand Down

0 comments on commit 5d3df77

Please sign in to comment.