From 266a032c2dfcd8cdd4a9f8f3a12f76846a7ad144 Mon Sep 17 00:00:00 2001 From: syntassodev Date: Thu, 12 Dec 2024 11:53:31 +0000 Subject: [PATCH] feat: update SKE Operator to the latest released version --- ske-operator/Chart.yaml | 6 +++--- ske-operator/charts/ske-operator-crds/Chart.yaml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ske-operator/Chart.yaml b/ske-operator/Chart.yaml index 7b2cc83..758fd41 100644 --- a/ske-operator/Chart.yaml +++ b/ske-operator/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: ske-operator description: A Helm Chart for deploying the SKE-Operator type: application -version: 0.28.0 # the helm chart version -appVersion: "v0.8.0" # the ske operator version +version: 0.29.0 # the helm chart version +appVersion: "v0.9.0" # the ske operator version dependencies: - name: ske-operator-crds - version: 0.28.0 + version: 0.29.0 diff --git a/ske-operator/charts/ske-operator-crds/Chart.yaml b/ske-operator/charts/ske-operator-crds/Chart.yaml index ec0488c..f599503 100644 --- a/ske-operator/charts/ske-operator-crds/Chart.yaml +++ b/ske-operator/charts/ske-operator-crds/Chart.yaml @@ -13,9 +13,9 @@ 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.28.0 +version: 0.29.0 # 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.8.0" +appVersion: "v0.9.0"