Skip to content

Commit

Permalink
Release/0.0.52 (#51)
Browse files Browse the repository at this point in the history
* Create chart version release/0.0.52

* wtf

---------

Co-authored-by: micahg <[email protected]>
  • Loading branch information
micahg and micahg authored Feb 16, 2024
1 parent 61ea9ea commit 9698759
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/helm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ jobs:
ENVIRONMENT: ${{ inputs.environment }}
EXTRA_ARGS: ${{ inputs.extra-helm-args }}
run: |
ls -l nttchart/values.yaml
[[ ! -z "$MONGODB_CONNECTION_STRING" ]] && VALUE=`echo "$MONGODB_CONNECTION_STRING" | base64 -d` yq e -i ".mongoConnectionString=env(VALUE)" nttchart/values.yaml
ls -l nttchart/values.yaml
grep mongoConnectionString < nttchart/values.yaml | wc -c
echo "$EXTRA_ARGS"
echo helm upgrade --install -f nttchart/values.yaml $EXTRA_ARGS ntt-infra nttchart
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.51
version: 0.0.52
# 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

0 comments on commit 9698759

Please sign in to comment.