Skip to content

Commit

Permalink
Merge pull request #28 from DevoteamNL/feat/auto-trigger-helm
Browse files Browse the repository at this point in the history
Feat/auto trigger helm
  • Loading branch information
amanbrine authored Mar 1, 2024
2 parents 75f9d85 + 79e07d8 commit 106df69
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/DeployToAKS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
manifests: ${{ steps.bake.outputs.manifestsBundle }}
namespace: "ic-core-dev"
images: |
${{ env.AZURE_CONTAINER_REGISTRY }}.azurecr.io/${{ env.CONTAINER_NAME }}:${{ github.sha }}
${{ env.AZURE_CONTAINER_REGISTRY }}.azurecr.io/infini-connect:${{ github.sha }}
deployToProd:
name: Deploy to Production
Expand Down Expand Up @@ -155,4 +155,4 @@ jobs:
manifests: ${{ steps.bake.outputs.manifestsBundle }}
namespace: "ic-core"
images: |
${{ env.AZURE_CONTAINER_REGISTRY }}.azurecr.io/${{ env.CONTAINER_NAME }}:${{ github.sha }}
${{ env.AZURE_CONTAINER_REGISTRY }}.azurecr.io/infini-connect:${{ github.sha }}
4 changes: 2 additions & 2 deletions helm-charts/prod/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace: ic-core
environment: prod

image:
repository: inficonnectacr.azurecr.io/infini-connect-ui
repository: inficonnectacr.azurecr.io/infini-connect
pullPolicy: Always
# Overrides the image tag whose default is the chart appVersion.
tag: "latest"
Expand Down Expand Up @@ -77,7 +77,7 @@ ingress:
annotations:
nginx.ingress.kubernetes.io/ssl-redirect: "false"
hosts:
- host: "https://infini-connect.devoteam.nl"
- host: "infini-connect.devoteam.nl"
paths:
- path: /api
pathType: Prefix
Expand Down

0 comments on commit 106df69

Please sign in to comment.