Skip to content

Commit

Permalink
chart updates
Browse files Browse the repository at this point in the history
Signed-off-by: Frank Jogeleit <frank.jogeleit@lovoo.com>
  • Loading branch information
Frank Jogeleit committed Jan 14, 2024
1 parent a2eaef3 commit a45ad63
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/kyverno-plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ jobs:

- uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0
with:
go-version: ~1.21.6
go-version-file: backend/go.mod
cache-dependency-path: backend/go.sum

- name: Run Trivy vulnerability scanner in repo mode
uses: aquasecurity/trivy-action@d43c1f16c00cfd3978dde6c07f4bbcf9eb6993ca # v0.16.1
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/trivy-plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ jobs:

- uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0
with:
go-version: ~1.21.6
go-version-file: backend/go.mod
cache-dependency-path: backend/go.sum

- name: Run Trivy vulnerability scanner in repo mode
uses: aquasecurity/trivy-action@d43c1f16c00cfd3978dde6c07f4bbcf9eb6993ca # v0.16.1
Expand Down
2 changes: 1 addition & 1 deletion charts/trivy-plugin/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: trivy-plugin
description: Trivy Plugin for Policy Reporter UI
type: application
version: 0.0.1
version: 0.0.2
appVersion: "0.0.2"
2 changes: 1 addition & 1 deletion charts/trivy-plugin/config.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ server:
secretRef: {{ .Values.server.basicAuth.secretRef }}

core:
host: {{ .Values.policyReporter.host }}
host: {{ tpl .Values.policyReporter.host }}
skipTLS: {{ .Values.policyReporter.skipTLS }}
certificate: {{ .Values.policyReporter.certificate }}
secretRef: {{ .Values.policyReporter.secretRef }}
Expand Down

0 comments on commit a45ad63

Please sign in to comment.