From 598ce3d04246d948edb643d5a0604224ac58e55e Mon Sep 17 00:00:00 2001 From: Jacob Weinstock Date: Wed, 1 Nov 2023 20:17:40 -0600 Subject: [PATCH] Bump stack chart version: Even though the stack chart itself didn't change, we only create an OCI image for the stack chart. So this update to the Rufio chart necessitates a stack chart version bump. Signed-off-by: Jacob Weinstock --- tinkerbell/stack/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tinkerbell/stack/Chart.yaml b/tinkerbell/stack/Chart.yaml index 0a1d0e46..3ede1b93 100644 --- a/tinkerbell/stack/Chart.yaml +++ b/tinkerbell/stack/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.4.2 +version: 0.4.3 # 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.4.2" +appVersion: "0.4.3" dependencies: - name: tink