Skip to content

Commit

Permalink
Release/0.0.40 (#39)
Browse files Browse the repository at this point in the history
* fix: decouple version from deploy
* chore: bump ui

---------

Co-authored-by: micahg <[email protected]>
  • Loading branch information
micahg and micahg authored Jan 12, 2024
1 parent 45ef312 commit 291b5c0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ jobs:
run: |
helm upgrade --install -f nttchart/values.yaml -f nttchart/values-dev.yaml ntt-infra nttchart
version:
needs: [development]
runs-on: ubuntu-latest
permissions:
contents: write
Expand Down
2 changes: 1 addition & 1 deletion nttchart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,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.0.39
version: 0.0.40
# 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.
Expand Down
2 changes: 1 addition & 1 deletion nttchart/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
namespace: ntt
uiAppName: ntt-ui
uiAppReplicas: 1
uiImageVers: 0.0.42
uiImageVers: 0.0.43
uiImagePath: ghcr.io/micahg/ntt
uiImageSecret: gitlab-ntt-ui

Expand Down

0 comments on commit 291b5c0

Please sign in to comment.