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/Chart.lock b/charts/policy-reporter/Chart.lock index d38e6784..97e5c85e 100644 --- a/charts/policy-reporter/Chart.lock +++ b/charts/policy-reporter/Chart.lock @@ -4,9 +4,9 @@ dependencies: version: 2.8.1 - name: ui repository: "" - version: 2.10.2 + version: 3.0.0-alpha - name: kyvernoPlugin repository: "" version: 1.6.2 -digest: sha256:cedeed17d87380bab36c3f9eddf747d8867671d6f05c8bf28f50a380d2c176d1 -generated: "2023-11-17T09:44:37.729878+01:00" +digest: sha256:5896c81a424fce8505762423f48fcb1e9980cbf412c22887ce64dab573212b42 +generated: "2023-12-10T13:28:56.088929+01:00" diff --git a/charts/policy-reporter/Chart.yaml b/charts/policy-reporter/Chart.yaml index c2c21383..53a65bd5 100644 --- a/charts/policy-reporter/Chart.yaml +++ b/charts/policy-reporter/Chart.yaml @@ -21,7 +21,7 @@ dependencies: version: "2.8.1" - name: ui condition: ui.enabled - version: "2.10.2" + version: "3.0.0-alpha" - name: kyvernoPlugin condition: kyvernoPlugin.enabled version: "1.6.2" diff --git a/charts/policy-reporter/README.md b/charts/policy-reporter/README.md index c3b9f387..b4cbe60f 100644 --- a/charts/policy-reporter/README.md +++ b/charts/policy-reporter/README.md @@ -122,7 +122,7 @@ Check the [Documentation](https://kyverno.github.io/policy-reporter/guide/02-get | database.mountedSecret | string | `""` | | | global.plugins.kyverno | bool | `false` | | | global.backend | string | `""` | | -| global.fullnameOverride | string | `""` | | +| global.fullnameOverride | string | `"policy-reporter"` | | | global.namespace | string | `""` | | | global.labels | object | `{}` | | | global.basicAuth.username | string | `""` | | @@ -347,7 +347,7 @@ Check the [Documentation](https://kyverno.github.io/policy-reporter/guide/02-get |------------|------|---------| | | kyvernoPlugin | 1.6.2 | | | monitoring | 2.8.1 | -| | ui | 2.10.2 | +| | ui | 3.0.0-alpha | ## Maintainers diff --git a/charts/policy-reporter/charts/ui/Chart.yaml b/charts/policy-reporter/charts/ui/Chart.yaml index 50502e2a..80f0a3ad 100644 --- a/charts/policy-reporter/charts/ui/Chart.yaml +++ b/charts/policy-reporter/charts/ui/Chart.yaml @@ -3,5 +3,5 @@ name: ui description: Policy Reporter UI type: application -version: 2.0.0-alpha +version: 3.0.0-alpha appVersion: 2.0.0-alpha diff --git a/charts/policy-reporter/charts/ui/README.md b/charts/policy-reporter/charts/ui/README.md index 53fee5a5..3256fe67 100644 --- a/charts/policy-reporter/charts/ui/README.md +++ b/charts/policy-reporter/charts/ui/README.md @@ -1,6 +1,6 @@ # ui -![Version: 2.0.0-alpha](https://img.shields.io/badge/Version-2.0.0--alpha-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.0.0-alpha](https://img.shields.io/badge/AppVersion-2.0.0--alpha-informational?style=flat-square) +![Version: 3.0.0-alpha](https://img.shields.io/badge/Version-3.0.0--alpha-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.0.0-alpha](https://img.shields.io/badge/AppVersion-2.0.0--alpha-informational?style=flat-square) Policy Reporter UI @@ -14,7 +14,7 @@ Policy Reporter UI | image.registry | string | `"ghcr.io"` | | | image.repository | string | `"kyverno/policy-reporter-ui"` | | | image.pullPolicy | string | `"IfNotPresent"` | | -| image.tag | string | `"59749d3ec2f2b73aede3ed5393d9c83cc762bc2f"` | | +| image.tag | string | `"53ac00b"` | | | displayMode | string | `""` | | | annotations | object | `{}` | | | plugins.kyverno | bool | `false` | | 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: ""