Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
eedorenko committed Jul 12, 2024
1 parent 0b6fa6f commit b3fb711
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
6 changes: 3 additions & 3 deletions helm/kalypso-observability-hub/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b3fb711

Please sign in to comment.