Skip to content

Commit

Permalink
Merge pull request #59 from Issif/main
Browse files Browse the repository at this point in the history
Merge pull request #57 from Issif/main
  • Loading branch information
Frank Jogeleit authored Aug 20, 2021
2 parents de7e7c3 + d07163e commit 2107907
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
6 changes: 3 additions & 3 deletions charts/policy-reporter/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
dependencies:
- name: monitoring
repository: ""
version: 1.4.1
version: 1.4.2
- name: ui
repository: ""
version: 1.8.5
- name: kyvernoPlugin
repository: ""
version: 0.5.2
digest: sha256:c983f88a02589a028cf0b7acbe3bc0d65f580f42d31c11c91dab8c425616636d
generated: "2021-08-20T10:36:47.573977+02:00"
digest: sha256:45f5be3cc338b330f888fed0d004a87fb4b74cb4e95ec7e37f70034297fe7fa2
generated: "2021-08-20T11:26:42.675672+02:00"
4 changes: 2 additions & 2 deletions charts/policy-reporter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ 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.7
version: 1.8.8
appVersion: 1.8.5

dependencies:
- name: monitoring
condition: monitoring.enabled
repository: ""
version: "1.4.1"
version: "1.4.2"
- name: ui
condition: ui.enabled
repository: ""
Expand Down
2 changes: 1 addition & 1 deletion charts/policy-reporter/charts/monitoring/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ name: monitoring
description: Policy Reporter Monitoring with predefined ServiceMonitor and Grafana Dashboards

type: application
version: 1.4.1
version: 1.4.2
appVersion: 0.0.0
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ apiVersion: monitoring.coreos.com/v1
kind: ServiceMonitor
metadata:
name: {{ include "monitoring.fullname" . }}-kyverno-plugin
{{ if .Values.namespace }}
namespace: {{ .Values.namespace }}
{{ end }}
labels:
{{- with .Values.serviceMonitor.labels }}
{{- toYaml . | nindent 4 }}
Expand Down

0 comments on commit 2107907

Please sign in to comment.