Skip to content

Commit

Permalink
helm: Remove deprecated tetragon.skipCRDCreation value
Browse files Browse the repository at this point in the history
Signed-off-by: Anna Kapuscinska <[email protected]>
  • Loading branch information
lambdanis committed Jun 3, 2024
1 parent 1e198f9 commit d650030
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 7 deletions.
1 change: 1 addition & 0 deletions contrib/upgrade-notes/latest.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ tetragon:
- --retries
- "5"
```
* Deprecated `tetragon.skipCRDCreation` Helm value is removed. Use `crds.installMethod=none` instead.

#### TracingPolicy (k8s CRD)

Expand Down
3 changes: 1 addition & 2 deletions docs/content/en/docs/reference/helm-chart.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions install/kubernetes/tetragon/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions install/kubernetes/tetragon/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -274,9 +274,6 @@ tetragonOperator:
extraVolumes: []
extraVolumeMounts: []
forceUpdateCRDs: false
# -- DEPRECATED. This value will be removed in Tetragon v1.2 release. Use crds.installMethod instead.
# Skip CRD creation.
skipCRDCreation: false
podInfo:
# -- Enables the PodInfo CRD and the controller that reconciles PodInfo
# custom resources.
Expand Down

0 comments on commit d650030

Please sign in to comment.