From a815447463f50d802767ad0ec41c9b653f7eb36b Mon Sep 17 00:00:00 2001 From: Frank Jogeleit Date: Sun, 10 Dec 2023 13:24:29 +0100 Subject: [PATCH] update UI chart Signed-off-by: Frank Jogeleit --- .github/workflows/helm-chart.yaml | 1 + .github/workflows/release-image.yaml | 5 +++++ charts/policy-reporter/charts/ui/values.yaml | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/helm-chart.yaml b/.github/workflows/helm-chart.yaml index b5f4fa3b..bdc4b288 100644 --- a/.github/workflows/helm-chart.yaml +++ b/.github/workflows/helm-chart.yaml @@ -30,4 +30,5 @@ jobs: ct lint --lint-conf=.github/ct_lintconf.yaml \ --chart-yaml-schema=.github/ct_chart_schema.yaml \ --target-branch=main --validate-maintainers=false \ + --check-version-increment=false \ --chart-dirs charts diff --git a/.github/workflows/release-image.yaml b/.github/workflows/release-image.yaml index e189f436..09ee041a 100644 --- a/.github/workflows/release-image.yaml +++ b/.github/workflows/release-image.yaml @@ -4,6 +4,11 @@ on: branches: - 3.x + paths-ignore: + - README.md + - charts/** + - manifest/** + permissions: contents: read packages: write diff --git a/charts/policy-reporter/charts/ui/values.yaml b/charts/policy-reporter/charts/ui/values.yaml index 600337b0..c489a14a 100644 --- a/charts/policy-reporter/charts/ui/values.yaml +++ b/charts/policy-reporter/charts/ui/values.yaml @@ -9,7 +9,7 @@ image: registry: ghcr.io repository: kyverno/policy-reporter-ui pullPolicy: IfNotPresent - tag: d8a8ab2 + tag: 53ac00b # possible default displayModes: light/dark displayMode: ""