diff --git a/.github/workflows/DeployToAKS.yml b/.github/workflows/DeployToAKS.yml index 78e54fe..c819c66 100644 --- a/.github/workflows/DeployToAKS.yml +++ b/.github/workflows/DeployToAKS.yml @@ -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 @@ -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 }} diff --git a/helm-charts/prod/values.yaml b/helm-charts/prod/values.yaml index d2a646e..6e8b0e4 100644 --- a/helm-charts/prod/values.yaml +++ b/helm-charts/prod/values.yaml @@ -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" @@ -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