Skip to content

Commit 973873e

Browse files
svcAPLBotmerll
andauthored
chore(chart-deps): update policy-reporter to version 3.7.1 (#2830)
Co-authored-by: Matthias Erll <merll@akamai.com>
1 parent 886374a commit 973873e

File tree

7 files changed

+34
-10
lines changed

7 files changed

+34
-10
lines changed

chart/chart-index/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ dependencies:
8787
version: 0.99.1
8888
repository: https://open-telemetry.github.io/opentelemetry-helm-charts
8989
- name: policy-reporter
90-
version: 3.7.0
90+
version: 3.7.1
9191
repository: https://kyverno.github.io/policy-reporter
9292
- name: prometheus-blackbox-exporter
9393
version: 11.7.1

charts/policy-reporter/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v2
2-
appVersion: 3.6.0
2+
appVersion: 3.7.0
33
description: 'Policy Reporter watches for PolicyReport Resources. It creates Prometheus
44
Metrics and can send rule validation events to different targets like Loki, Elasticsearch,
55
Slack or Discord '
@@ -12,4 +12,4 @@ name: policy-reporter
1212
sources:
1313
- https://github.com/kyverno/policy-reporter
1414
type: application
15-
version: 3.7.0
15+
version: 3.7.1

charts/policy-reporter/README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Policy Reporter watches for PolicyReport Resources.
44
It creates Prometheus Metrics and can send rule validation events to different targets like Loki, Elasticsearch, Slack or Discord
55

6-
![Version: 3.7.0](https://img.shields.io/badge/Version-3.7.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.6.0](https://img.shields.io/badge/AppVersion-3.6.0-informational?style=flat-square)
6+
![Version: 3.7.1](https://img.shields.io/badge/Version-3.7.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.7.0](https://img.shields.io/badge/AppVersion-3.7.0-informational?style=flat-square)
77

88
## Documentation
99

@@ -77,6 +77,7 @@ Open `http://localhost:8082/` in your browser.
7777
| securityContext.seccompProfile.type | string | `"RuntimeDefault"` | |
7878
| podAnnotations | object | `{}` | Additional annotations to add to each pod |
7979
| podLabels | object | `{}` | Additional labels to add to each pod |
80+
| selectorLabels | object | `{}` | Custom selector labels, overwrites the default set |
8081
| resources | object | `{}` | Resource constraints |
8182
| networkPolicy.enabled | bool | `false` | Create NetworkPolicy |
8283
| networkPolicy.egress | list | `[{"ports":[{"port":6443,"protocol":"TCP"}],"to":null}]` | Egress rule to allow Kubernetes API Server access |
@@ -389,7 +390,7 @@ Open `http://localhost:8082/` in your browser.
389390
| ui.image.registry | string | `"ghcr.io"` | Image registry |
390391
| ui.image.repository | string | `"kyverno/policy-reporter-ui"` | Image repository |
391392
| ui.image.pullPolicy | string | `"IfNotPresent"` | Image PullPolicy |
392-
| ui.image.tag | string | `"2.5.0"` | Image tag |
393+
| ui.image.tag | string | `"2.5.1"` | Image tag |
393394
| ui.crds.customBoard | bool | `false` | Install UI CustomBoard CRDs |
394395
| ui.replicaCount | int | `1` | Deployment replica count |
395396
| ui.priorityClassName | string | `""` | Deployment priorityClassName |
@@ -485,7 +486,7 @@ Open `http://localhost:8082/` in your browser.
485486
| plugin.kyverno.image.registry | string | `"ghcr.io"` | Image registry |
486487
| plugin.kyverno.image.repository | string | `"kyverno/policy-reporter/kyverno-plugin"` | Image repository |
487488
| plugin.kyverno.image.pullPolicy | string | `"IfNotPresent"` | Image PullPolicy |
488-
| plugin.kyverno.image.tag | string | `"0.5.2"` | Image tag |
489+
| plugin.kyverno.image.tag | string | `"0.5.3"` | Image tag |
489490
| plugin.kyverno.replicaCount | int | `1` | Deployment replica count |
490491
| plugin.kyverno.priorityClassName | string | `""` | Deployment priorityClassName |
491492
| plugin.kyverno.logging.api | bool | `false` | Enables external API request logging |
@@ -507,6 +508,7 @@ Open `http://localhost:8082/` in your browser.
507508
| plugin.kyverno.serviceAccount.name | string | `""` | The ServiceAccount name |
508509
| plugin.kyverno.podAnnotations | object | `{}` | Additional annotations to add to each pod |
509510
| plugin.kyverno.podLabels | object | `{}` | Additional labels to add to each pod |
511+
| plugin.kyverno.selectorLabels | object | `{}` | Custom selector labels, overwrites the default set |
510512
| plugin.kyverno.updateStrategy | object | `{}` | Deployment update strategy. Ref: https://kubernetes.io/docs/concepts/workloads/controllers/deployment/#strategy |
511513
| plugin.kyverno.revisionHistoryLimit | int | `10` | The number of revisions to keep |
512514
| plugin.kyverno.podSecurityContext | object | `{"runAsGroup":1234,"runAsUser":1234}` | Security context for the pod |
@@ -557,7 +559,7 @@ Open `http://localhost:8082/` in your browser.
557559
| plugin.trivy.image.registry | string | `"ghcr.io"` | Image registry |
558560
| plugin.trivy.image.repository | string | `"kyverno/policy-reporter/trivy-plugin"` | Image repository |
559561
| plugin.trivy.image.pullPolicy | string | `"IfNotPresent"` | Image PullPolicy |
560-
| plugin.trivy.image.tag | string | `"0.4.11"` | Image tag Defaults to `Chart.AppVersion` if omitted |
562+
| plugin.trivy.image.tag | string | `"0.4.12"` | Image tag Defaults to `Chart.AppVersion` if omitted |
561563
| plugin.trivy.cli.image.registry | string | `"ghcr.io"` | Image registry |
562564
| plugin.trivy.cli.image.repository | string | `"aquasecurity/trivy"` | Image repository |
563565
| plugin.trivy.cli.image.pullPolicy | string | `"IfNotPresent"` | Image PullPolicy |
@@ -585,6 +587,7 @@ Open `http://localhost:8082/` in your browser.
585587
| plugin.trivy.serviceAccount.name | string | `""` | The ServiceAccount name |
586588
| plugin.trivy.podAnnotations | object | `{}` | Additional annotations to add to each pod |
587589
| plugin.trivy.podLabels | object | `{}` | Additional labels to add to each pod |
590+
| plugin.trivy.selectorLabels | object | `{}` | Custom selector labels, overwrites the default set |
588591
| plugin.trivy.updateStrategy | object | `{}` | Deployment update strategy. Ref: https://kubernetes.io/docs/concepts/workloads/controllers/deployment/#strategy |
589592
| plugin.trivy.revisionHistoryLimit | int | `10` | The number of revisions to keep |
590593
| plugin.trivy.podSecurityContext | object | `{"runAsGroup":1234,"runAsUser":1234}` | Security context for the pod |

charts/policy-reporter/templates/_helpers.tpl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,13 @@ helm.sh/chart: {{ include "policyreporter.chart" . }}
5959
Selector labels
6060
*/}}
6161
{{- define "policyreporter.selectorLabels" -}}
62+
{{- if .Values.selectorLabels }}
63+
{{- toYaml .Values.selectorLabels }}
64+
{{- else -}}
6265
app.kubernetes.io/name: policy-reporter
6366
app.kubernetes.io/instance: {{ .Release.Name }}
6467
{{- end }}
68+
{{- end }}
6569

6670
{{/*
6771
Create the name of the service account to use

charts/policy-reporter/templates/plugins/kyverno/_helpers.tpl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,13 @@ helm.sh/chart: {{ include "kyverno-plugin.chart" . }}
4242
Selector labels
4343
*/}}
4444
{{- define "kyverno-plugin.selectorLabels" -}}
45+
{{- if .Values.plugin.kyverno.selectorLabels }}
46+
{{- toYaml .Values.plugin.kyverno.selectorLabels }}
47+
{{- else -}}
4548
app.kubernetes.io/name: {{ include "kyverno-plugin.name" . }}
4649
app.kubernetes.io/instance: {{ .Release.Name }}
4750
{{- end }}
51+
{{- end }}
4852

4953
{{/*
5054
Create the name of the service account to use

charts/policy-reporter/templates/plugins/trivy/_helpers.tpl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,13 @@ helm.sh/chart: {{ include "trivy-plugin.chart" . }}
4242
Selector labels
4343
*/}}
4444
{{- define "trivy-plugin.selectorLabels" -}}
45+
{{- if .Values.plugin.trivy.selectorLabels }}
46+
{{- toYaml .Values.plugin.trivy.selectorLabels }}
47+
{{- else -}}
4548
app.kubernetes.io/name: {{ include "trivy-plugin.name" . }}
4649
app.kubernetes.io/instance: {{ .Release.Name }}
4750
{{- end }}
51+
{{- end }}
4852

4953
{{/*
5054
Create the name of the service account to use

charts/policy-reporter/values.yaml

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,9 @@ podAnnotations: {}
9292
# -- Additional labels to add to each pod
9393
podLabels: {}
9494

95+
# -- Custom selector labels, overwrites the default set
96+
selectorLabels: {}
97+
9598
# -- Resource constraints
9699
resources: {}
97100
# limits:
@@ -986,7 +989,7 @@ ui:
986989
# -- (string) Image PullPolicy
987990
pullPolicy: IfNotPresent
988991
# -- (string) Image tag
989-
tag: "2.5.0"
992+
tag: "2.5.1"
990993

991994
crds:
992995
# -- Install UI CustomBoard CRDs
@@ -1366,7 +1369,7 @@ plugin:
13661369
# -- (string) Image PullPolicy
13671370
pullPolicy: IfNotPresent
13681371
# -- (string) Image tag
1369-
tag: "0.5.2"
1372+
tag: "0.5.3"
13701373

13711374
# -- Deployment replica count
13721375
replicaCount: 1
@@ -1432,6 +1435,9 @@ plugin:
14321435
# -- Additional labels to add to each pod
14331436
podLabels: {}
14341437

1438+
# -- Custom selector labels, overwrites the default set
1439+
selectorLabels: {}
1440+
14351441
# -- Deployment update strategy.
14361442
# Ref: https://kubernetes.io/docs/concepts/workloads/controllers/deployment/#strategy
14371443
updateStrategy: {}
@@ -1613,7 +1619,7 @@ plugin:
16131619
pullPolicy: IfNotPresent
16141620
# -- (string) Image tag
16151621
# Defaults to `Chart.AppVersion` if omitted
1616-
tag: "0.4.11"
1622+
tag: "0.4.12"
16171623

16181624
cli:
16191625
image:
@@ -1704,6 +1710,9 @@ plugin:
17041710
# -- Additional labels to add to each pod
17051711
podLabels: {}
17061712

1713+
# -- Custom selector labels, overwrites the default set
1714+
selectorLabels: {}
1715+
17071716
# -- Deployment update strategy.
17081717
# Ref: https://kubernetes.io/docs/concepts/workloads/controllers/deployment/#strategy
17091718
updateStrategy: {}

0 commit comments

Comments
 (0)