diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4f0de83..9eb1b15 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -6,7 +6,7 @@ on: workflow_dispatch: env: - VERSION: ${{ vars.MAJOR_VERSION }}.${{ vars.MINOR_VERSION }}.${{ vars.HF_VERSION }}-${{ github.run_number }} + VERSION: ${{ vars.MAJOR_VERSION }}.${{ vars.MINOR_VERSION }}.${{ vars.HF_VERSION }} jobs: quality-check: diff --git a/helm/kalypso-observability-hub/Chart.yaml b/helm/kalypso-observability-hub/Chart.yaml index a038a9a..2bddbcd 100644 --- a/helm/kalypso-observability-hub/Chart.yaml +++ b/helm/kalypso-observability-hub/Chart.yaml @@ -13,16 +13,16 @@ 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.1-alpha" +version: "1.1.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: "1.0.1-alpha" +appVersion: "1.1.0" dependencies: - name: api-server - version: 1.0.1-alpha + version: 1.1.0 - name: postgres version: 0.1.0