Skip to content

Commit

Permalink
update helm table
Browse files Browse the repository at this point in the history
  • Loading branch information
simar7 committed Feb 24, 2025
1 parent 53c7f57 commit 643350f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ on:
- LICENSE
- NOTICE
env:
KIND_VERSION: v0.24.1
KIND_VERSION: v0.24.0
KIND_IMAGE: kindest/node:v1.31.2
GO_VERSION: '1.23'
permissions: {}
Expand Down
2 changes: 1 addition & 1 deletion deploy/helm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Keeps security report resources updated
| extraEnv | list | `[]` | extraEnv is a list of extra environment variables for the trivy-operator. |
| fullnameOverride | string | `""` | fullnameOverride override operator full name |
| global | object | `{"image":{"registry":""}}` | global values provide a centralized configuration for 'image.registry', reducing the potential for errors. If left blank, the chart will default to the individually set 'image.registry' values |
| hostAliases | list | `[]` | list of host aliases to specify |
| hostAliases | list | `[]` | hostAliases for `deployment` (TrivyOperator) and `statefulset` (TrivyServer) |
| image.pullPolicy | string | `"IfNotPresent"` | pullPolicy set the operator pullPolicy |
| image.pullSecrets | list | `[]` | pullSecrets set the operator pullSecrets |
| image.registry | string | `"mirror.gcr.io"` | |
Expand Down

0 comments on commit 643350f

Please sign in to comment.