Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions site/content/en/latest/install/install-helm.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ helm install eg oci://docker.io/envoyproxy/gateway-helm \
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-the-previous-version) section if you're upgrading from a previous version.

Note: make sure to upgrade the CRDs first, then upgrade Envoy Gateway. Otherwise, Envoy Gateway may not find the new CRD versions and could fail to reconcile existing resources.

## Helm chart customizations

Some of the quick ways of using the helm install command for envoy gateway installation are below.
Expand Down
2 changes: 2 additions & 0 deletions site/content/en/v1.6/install/install-helm.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ helm install eg oci://docker.io/envoyproxy/gateway-helm \
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-the-previous-version) section if you're upgrading from a previous version.

Note: make sure to upgrade the CRDs first, then upgrade Envoy Gateway. Otherwise, Envoy Gateway may not find the new CRD versions and could fail to reconcile existing resources.

## Helm chart customizations

Some of the quick ways of using the helm install command for envoy gateway installation are below.
Expand Down