From ed7716216cf458063001f556cd255e4387ca1d66 Mon Sep 17 00:00:00 2001 From: chenk Date: Mon, 20 May 2024 15:34:58 +0300 Subject: [PATCH] release: helm v0.23.0 Signed-off-by: chenk --- deploy/helm/Chart.yaml | 2 +- deploy/helm/README.md | 2 +- mkdocs.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/deploy/helm/Chart.yaml b/deploy/helm/Chart.yaml index 70a541461..50cecc34d 100644 --- a/deploy/helm/Chart.yaml +++ b/deploy/helm/Chart.yaml @@ -6,7 +6,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.22.1 +version: 0.23.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/deploy/helm/README.md b/deploy/helm/README.md index a60aa9dd1..6d655e1d1 100644 --- a/deploy/helm/README.md +++ b/deploy/helm/README.md @@ -1,6 +1,6 @@ # trivy-operator -![Version: 0.22.1](https://img.shields.io/badge/Version-0.22.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.21.0](https://img.shields.io/badge/AppVersion-0.21.0-informational?style=flat-square) +![Version: 0.23.0](https://img.shields.io/badge/Version-0.23.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.21.0](https://img.shields.io/badge/AppVersion-0.21.0-informational?style=flat-square) Keeps security report resources updated diff --git a/mkdocs.yml b/mkdocs.yml index a414c587e..13ce739be 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -90,8 +90,8 @@ extra: provider: mike default: latest var: - prev_git_tag: "v0.20.0" - chart_version: "0.22.1" + prev_git_tag: "v0.20.1" + chart_version: "0.23.0" social: - icon: fontawesome/brands/twitter link: https://twitter.com/AquaTrivy