From ab2ad420309e32a4c4d3d986dd3d198ec18dcb53 Mon Sep 17 00:00:00 2001 From: Tiago Bueno <49003339+tlbueno@users.noreply.github.com> Date: Tue, 8 Oct 2024 17:34:49 -0300 Subject: [PATCH] [artemiscloud-operator-crds] update to version 0.2.4 and operator version 1.2.4 Signed-off-by: Tiago Bueno <49003339+tlbueno@users.noreply.github.com> --- charts/artemiscloud-operator-crds/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/artemiscloud-operator-crds/Chart.yaml b/charts/artemiscloud-operator-crds/Chart.yaml index ed5a510..ae0f450 100644 --- a/charts/artemiscloud-operator-crds/Chart.yaml +++ b/charts/artemiscloud-operator-crds/Chart.yaml @@ -15,7 +15,7 @@ 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.2.3 +version: 0.2.4 ######################################################### ### ATTENTION ATTENTION ATTENTION ATTENTION ATTENTION ### @@ -24,4 +24,4 @@ version: 0.2.3 ######################################################### # The app version needs to in match with the operator version where the CRDs # where consumed from because the artemiscloud-operator chart depends on this chart -appVersion: "1.2.3" +appVersion: "1.2.4"