Skip to content

Commit

Permalink
Prepare new Helm Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank Jogeleit committed Feb 24, 2021
1 parent c1509a2 commit 62c5a7b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ on:

paths-ignore:
- README.md
- charts/**

jobs:
test:
Expand Down
4 changes: 2 additions & 2 deletions charts/policy-reporter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ name: policy-reporter
description: K8s PolicyReporter watches for wgpolicyk8s.io/v1alpha1.PolicyReport resources. It creates Prometheus Metrics and can send rule validation events to Loki

type: application
version: 0.6.1
appVersion: 0.5.1
version: 0.7.0
appVersion: 0.6.0
2 changes: 1 addition & 1 deletion charts/policy-reporter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ metrics:
image:
repository: fjogeleit/policy-reporter
pullPolicy: IfNotPresent
tag: 0.5.1
tag: 0.6.0

imagePullSecrets: []

Expand Down

0 comments on commit 62c5a7b

Please sign in to comment.