From 9154b82736e7481b7831655de9e25db97cefbb07 Mon Sep 17 00:00:00 2001 From: Mark Date: Mon, 14 Aug 2023 18:26:37 -0700 Subject: [PATCH] update Minion chart version to match --- minion/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/minion/Chart.yaml b/minion/Chart.yaml index 64e0934..212b436 100644 --- a/minion/Chart.yaml +++ b/minion/Chart.yaml @@ -17,13 +17,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: 1.0.0 +version: 1.0.1 # 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: "32.0.0" +appVersion: "32.0.2" maintainers: - name: The OpenNMS Group Inc.