From bf114924fef8f1ab17023739f87c936a4979f6b5 Mon Sep 17 00:00:00 2001 From: Aman Sharma Date: Fri, 1 Mar 2024 01:36:33 +0100 Subject: [PATCH 1/2] changed host for prod --- helm-charts/prod/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-charts/prod/values.yaml b/helm-charts/prod/values.yaml index d2a646e..7a2a00f 100644 --- a/helm-charts/prod/values.yaml +++ b/helm-charts/prod/values.yaml @@ -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 From 79e07d84c91b16e6cb5a0010a8f9d1e915664a5d Mon Sep 17 00:00:00 2001 From: Aman Sharma Date: Fri, 1 Mar 2024 01:43:01 +0100 Subject: [PATCH 2/2] changed host for prod --- .github/workflows/DeployToAKS.yml | 4 ++-- helm-charts/prod/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 7a2a00f..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"