From f220dedc326c6d9e5d1661f73cdf566a0df04fea Mon Sep 17 00:00:00 2001 From: yanwenhao Date: Thu, 13 Oct 2022 10:25:33 +0800 Subject: [PATCH] Release commit for v0.1.5 --- Chart.yaml | 4 ++-- values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Chart.yaml b/Chart.yaml index 02395f2..a4ec864 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -23,10 +23,10 @@ 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.1.4 +version: 0.1.5 # 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 # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "0.2.3" +appVersion: "0.3.0" diff --git a/values.yaml b/values.yaml index 65d4128..041cdab 100644 --- a/values.yaml +++ b/values.yaml @@ -8,7 +8,7 @@ image: repository: hub.c.163.com/kubediag/kubediag pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: v0.2.2 + tag: v0.3.0 admissionWebhooks: failurePolicy: Fail