From 04e1b3e1040ee4411418f1f410ef60445566e8ba Mon Sep 17 00:00:00 2001 From: yutachaos <18604471+yutachaos@users.noreply.github.com> Date: Sat, 25 Sep 2021 21:24:03 +0900 Subject: [PATCH] Update chart --- charts/kube-job-notifier/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/kube-job-notifier/Chart.yaml b/charts/kube-job-notifier/Chart.yaml index 7dd7c68..9a27cad 100644 --- a/charts/kube-job-notifier/Chart.yaml +++ b/charts/kube-job-notifier/Chart.yaml @@ -15,13 +15,13 @@ 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.3 +version: 0.1.4 # 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: "v0.0.17" +appVersion: "v0.0.19" maintainers: - name: yutachaos