You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sadly helm OCI charts currently don't support searching for available versions of a helm [oci registry](https://github.com/helm/helm/issues/11000).
21
21
22
+
## Upgrading
23
+
24
+
Helm does not provide functionality to update custom resource definitions. This can result in the operator misbehaving when a release contains updates to the custom resource definitions.
25
+
To avoid issues due to outdated or missing definitions, run the following command before updating an existing installation:
The `--server-side` and `--force-conflict` flags are required to avoid running into issues with the `kubectl.kubernetes.io/last-applied-configuration` annotation.
32
+
By using server side apply, this annotation is not considered. `--force-conflict` allows kubectl to modify fields previously managed by helm.
33
+
22
34
## Development
23
35
24
36
For general and helm specific development instructions please read the [CONTRIBUTING.md](../../../CONTRIBUTING.md)
Sadly helm OCI charts currently don't support searching for available versions of a helm [oci registry](https://github.com/helm/helm/issues/11000).
21
21
22
+
## Upgrading
23
+
24
+
Helm does not provide functionality to update custom resource definitions. This can result in the operator misbehaving when a release contains updates to the custom resource definitions.
25
+
To avoid issues due to outdated or missing definitions, run the following command before updating an existing installation:
The `--server-side` and `--force-conflict` flags are required to avoid running into issues with the `kubectl.kubernetes.io/last-applied-configuration` annotation.
32
+
By using server side apply, this annotation is not considered. `--force-conflict` allows kubectl to modify fields previously managed by helm.
33
+
22
34
## Development
23
35
24
36
For general and helm specific development instructions please read the [CONTRIBUTING.md](../../../CONTRIBUTING.md)
0 commit comments