Skip to content

Commit

Permalink
Merge pull request #793 from mosip/releas-branch
Browse files Browse the repository at this point in the history
[DSD-7197] resident portal 0.9.1 post release changes
  • Loading branch information
Prafulrakhade authored Feb 3, 2025
2 parents d1f5528 + 7a7f2d6 commit 7651959
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ jobs:
# secrets:
# OSSRH_USER: ${{ secrets.OSSRH_USER }}
# OSSRH_SECRET: ${{ secrets.OSSRH_SECRET }}
# OSSRH_URL: ${{ secrets.RELEASE_URL }}
# OSSRH_URL: ${{ secrets.OSSRH_SNAPSHOT_URL }}
# OSSRH_TOKEN: ${{ secrets.OSSRH_TOKEN }}
# GPG_SECRET: ${{ secrets.GPG_SECRET }}
# SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK }}
Expand Down
2 changes: 1 addition & 1 deletion deploy/resident-ui/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if [ $# -ge 1 ] ; then
fi

NS=resident
CHART_VERSION=0.9.1
CHART_VERSION=0.9.1-develop
COPY_UTIL=../copy_cm_func.sh

echo Create $NS namespace
Expand Down
2 changes: 1 addition & 1 deletion deploy/resident-uitestrig/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if [ $# -ge 1 ] ; then
fi

NS=resident
CHART_VERSION=1.3.1
CHART_VERSION=0.9.1
COPY_UTIL=../copy_cm_func.sh

echo Create $NS namespace
Expand Down
2 changes: 1 addition & 1 deletion helm/resident-ui/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: resident-ui
description: A Helm chart for resident-ui
type: application
version: 0.9.1
version: 0.9.1-develop
appVersion: ""
dependencies:
- name: common
Expand Down

0 comments on commit 7651959

Please sign in to comment.