Skip to content

Commit

Permalink
fix(backstage): update backstage version
Browse files Browse the repository at this point in the history
  • Loading branch information
jpeedroza committed Jun 24, 2022
1 parent c93d907 commit 9e84cee
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lib/functions/versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ export VKPR_EXTERNAL_DNS_VERSION="6.4.3" \
VKPR_ARGOCD_VERSION="4.6.3" \
VKPR_JAEGER_VERSION="0.56.5" \
VKPR_MOCKSERVER_VERSION="5.13.2" \
VKPR_BACKSTAGE_VERSION="0.1.0"
VKPR_BACKSTAGE_VERSION="0.1.1"
5 changes: 4 additions & 1 deletion vkpr/backstage/install/src/unix/formula/formula.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,10 @@ addRepoBackstage() {
}

installBackstage() {
local YQ_VALUES=".ingress.hosts[0].host = \"$VKPR_ENV_BACKSTAGE_DOMAIN\""
local YQ_VALUES=".ingress.hosts[0].host = \"$VKPR_ENV_BACKSTAGE_DOMAIN\" |
.ingress.hosts[0].paths[0].path = \"/\"|
.ingress.hosts[0].paths[0].pathType = \"ImplementationSpecific\"
"
settingBackstage

if [[ $DRY_RUN == true ]]; then
Expand Down
3 changes: 0 additions & 3 deletions vkpr/backstage/install/src/utils/backstage.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +0,0 @@
image:
repository: keisuke1693/devportal
tag: 1.1.4

0 comments on commit 9e84cee

Please sign in to comment.