Skip to content

Commit

Permalink
Update Helm Chart
Browse files Browse the repository at this point in the history
Signed-off-by: Frank Jogeleit <frank.jogeleit@web.de>
  • Loading branch information
fjogeleit committed Jul 31, 2024
1 parent 56386a3 commit 16b4674
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/policy-reporter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Check the [Documentation](https://kyverno.github.io/policy-reporter/guide/02-get
| image.registry | string | `"ghcr.io"` | |
| image.repository | string | `"kyverno/policy-reporter"` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.tag | string | `"65a0e04"` | |
| image.tag | string | `"56386a3"` | |
| imagePullSecrets | list | `[]` | |
| priorityClassName | string | `""` | |
| replicaCount | int | `1` | |
Expand Down
1 change: 1 addition & 0 deletions charts/policy-reporter/templates/secret-role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@ rules:
- secrets
verbs:
- get
- list
- watch
{{- end -}}
2 changes: 1 addition & 1 deletion charts/policy-reporter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ image:
registry: ghcr.io
repository: kyverno/policy-reporter
pullPolicy: IfNotPresent
tag: 65a0e04
tag: 56386a3

imagePullSecrets: []

Expand Down

0 comments on commit 16b4674

Please sign in to comment.