From 66378ac0f2a8c0b9f4e325ed4509b7873ba6d0d3 Mon Sep 17 00:00:00 2001 From: Alvin Date: Tue, 14 Mar 2023 21:58:31 +0800 Subject: [PATCH] feat(release): update to v0.10.0 --- charts/hummerrisk/Chart.yaml | 4 ++-- charts/hummerrisk/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/hummerrisk/Chart.yaml b/charts/hummerrisk/Chart.yaml index 35a06ed..6fa7339 100644 --- a/charts/hummerrisk/Chart.yaml +++ b/charts/hummerrisk/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 -appVersion: v0.9.1 +appVersion: v0.10.0 description: HummerRisk is an open source cloud-native security platform that addresses cloud-native security and governance issues in a non-intrusive way. Core capabilities include hybrid cloud security governance and K8S container cloud security detection. name: hummerrisk type: application -version: 0.9.1 \ No newline at end of file +version: 0.10.0 \ No newline at end of file diff --git a/charts/hummerrisk/values.yaml b/charts/hummerrisk/values.yaml index 350898b..777108f 100644 --- a/charts/hummerrisk/values.yaml +++ b/charts/hummerrisk/values.yaml @@ -18,7 +18,7 @@ hummerrisk: image: pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: v0.9.1 + tag: v0.10.0 replicas: 1 # servicePort is the HTTP listener port for the webserver servicePort: 80