1
0
Fork 0
mirror of https://github.com/kyverno/policy-reporter.git synced 2024-12-14 11:57:32 +00:00

Prepare Helm Release 1.8.5

This commit is contained in:
Frank Jogeleit 2021-08-06 12:19:26 +02:00
parent d672b2fcc7
commit 33ccfbb3db
7 changed files with 13 additions and 7 deletions

View file

@ -1,5 +1,11 @@
# Changelog
# 1.8.5
* Added trusted root CA's [#52](https://github.com/kyverno/policy-reporter/pull/52) by [frezbo](https://github.com/frezbo)
# 1.8.4
* Changed Organization
# 1.8.3
* Update Policy Reporter UI to 0.13.0
* Change Result Grouping between by Status and by Category

View file

@ -1,7 +1,7 @@
GO ?= go
BUILD ?= build
REPO ?= fjogeleit/policy-reporter
IMAGE_TAG ?= 1.8.2
IMAGE_TAG ?= 1.8.3
LD_FLAGS="-s -w"
all: build

View file

@ -5,8 +5,8 @@ description: |
It creates Prometheus Metrics and can send rule validation events to different targets like Loki, Elasticsearch, Slack or Discord
type: application
version: 1.8.4
appVersion: 1.8.2
version: 1.8.5
appVersion: 1.8.3
dependencies:
- name: monitoring

View file

@ -1,7 +1,7 @@
image:
repository: fjogeleit/policy-reporter
pullPolicy: IfNotPresent
tag: 1.8.2
tag: 1.8.3
imagePullSecrets: []

View file

@ -148,7 +148,7 @@ spec:
automountServiceAccountToken: true
containers:
- name: policy-reporter
image: "fjogeleit/policy-reporter:1.8.2"
image: "fjogeleit/policy-reporter:1.8.3"
imagePullPolicy: IfNotPresent
securityContext:
allowPrivilegeEscalation: false

View file

@ -266,7 +266,7 @@ spec:
automountServiceAccountToken: true
containers:
- name: policy-reporter
image: "fjogeleit/policy-reporter:1.8.2"
image: "fjogeleit/policy-reporter:1.8.3"
imagePullPolicy: IfNotPresent
securityContext:
allowPrivilegeEscalation: false

View file

@ -84,7 +84,7 @@ spec:
automountServiceAccountToken: true
containers:
- name: policy-reporter
image: "fjogeleit/policy-reporter:1.8.2"
image: "fjogeleit/policy-reporter:1.8.3"
imagePullPolicy: IfNotPresent
securityContext:
allowPrivilegeEscalation: false