mirror of
https://github.com/kyverno/policy-reporter.git
synced 2024-12-14 11:57:32 +00:00
Update Go base image to 1.17.2 in all components
Signed-off-by: Frank Jogeleit <frank.jogeleit@web.de>
This commit is contained in:
parent
24e4e45ab9
commit
7cef608df1
9 changed files with 22 additions and 19 deletions
|
@ -1,5 +1,11 @@
|
|||
# Changelog
|
||||
|
||||
# 1.12.6
|
||||
* Update Go Base Image for all Components
|
||||
* Policy Reporter [[#90](https://github.com/kyverno/policy-reporter-ui/pull/90) by [fjogeleit](https://github.com/fjogeleit)]
|
||||
* Policy Reporter UI [[#11](https://github.com/kyverno/policy-reporter-ui/pull/11) by [realshuting](https://github.com/realshuting)]
|
||||
* Policy Reporter Kyverno Plugin [[#9](https://github.com/kyverno/policy-reporter-ui/pull/9) by [realshuting](https://github.com/realshuting)]
|
||||
|
||||
# 1.12.5
|
||||
* Dependency Update
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM golang:1.17-buster as builder
|
||||
FROM golang:1.17.2 as builder
|
||||
|
||||
ARG LD_FLAGS
|
||||
ARG TARGETPLATFORM
|
||||
|
|
|
@ -4,9 +4,9 @@ dependencies:
|
|||
version: 1.5.0
|
||||
- name: ui
|
||||
repository: ""
|
||||
version: 1.10.2
|
||||
version: 1.10.3
|
||||
- name: kyvernoPlugin
|
||||
repository: ""
|
||||
version: 0.7.0
|
||||
digest: sha256:bed47a80f4d6b4a518b20e91573fa3075e07f436a3579d1db97f0c59118de083
|
||||
generated: "2021-10-19T10:29:51.789472+02:00"
|
||||
version: 0.7.1
|
||||
digest: sha256:ee1646e3f1a6dd7c329a7a4e6acb4d629aa1a4f750c82de737ae55c10e3136c0
|
||||
generated: "2021-11-11T09:48:37.183013+01:00"
|
||||
|
|
|
@ -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.12.5
|
||||
appVersion: 1.10.2
|
||||
version: 1.12.6
|
||||
appVersion: 1.10.3
|
||||
|
||||
icon: https://github.com/kyverno/kyverno/raw/main/img/logo.png
|
||||
home: https://github.com/kyverno/policy-reporter/wiki
|
||||
|
@ -18,13 +18,10 @@ maintainers:
|
|||
dependencies:
|
||||
- name: monitoring
|
||||
condition: monitoring.enabled
|
||||
repository: ""
|
||||
version: "1.5.0"
|
||||
- name: ui
|
||||
condition: ui.enabled
|
||||
repository: ""
|
||||
version: "1.10.2"
|
||||
version: "1.10.3"
|
||||
- name: kyvernoPlugin
|
||||
condition: kyvernoPlugin.enabled
|
||||
repository: ""
|
||||
version: "0.7.0"
|
||||
version: "0.7.1"
|
||||
|
|
|
@ -3,5 +3,5 @@ name: kyvernoPlugin
|
|||
description: Policy Reporter Kyverno Plugin
|
||||
|
||||
type: application
|
||||
version: 0.7.0
|
||||
appVersion: 0.3.2
|
||||
version: 0.7.1
|
||||
appVersion: 0.3.3
|
|
@ -2,7 +2,7 @@ image:
|
|||
registry: ghcr.io
|
||||
repository: kyverno/policy-reporter-kyverno-plugin
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 0.3.2
|
||||
tag: 0.3.3
|
||||
|
||||
imagePullSecrets: []
|
||||
|
||||
|
|
|
@ -3,5 +3,5 @@ name: ui
|
|||
description: Policy Reporter UI
|
||||
|
||||
type: application
|
||||
version: 1.10.2
|
||||
appVersion: 0.15.0
|
||||
version: 1.10.3
|
||||
appVersion: 0.15.1
|
||||
|
|
|
@ -11,7 +11,7 @@ image:
|
|||
registry: ghcr.io
|
||||
repository: kyverno/policy-reporter-ui
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 0.15.0
|
||||
tag: 0.15.1
|
||||
|
||||
imagePullSecrets: []
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@ image:
|
|||
registry: ghcr.io
|
||||
repository: kyverno/policy-reporter
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 1.10.2
|
||||
tag: 1.10.3
|
||||
|
||||
imagePullSecrets: []
|
||||
|
||||
|
|
Loading…
Reference in a new issue