diff --git a/.github/workflows/azure-kubernetes-service-end-to-end.yml b/.github/workflows/azure-kubernetes-service-end-to-end.yml index e70a919..e8fadd8 100644 --- a/.github/workflows/azure-kubernetes-service-end-to-end.yml +++ b/.github/workflows/azure-kubernetes-service-end-to-end.yml @@ -17,8 +17,8 @@ env: CHART_OVERRIDE_PATH: "values-overrides.yaml" CONTAINER_REGISTRY: "containers.mathworks.com" - MATLAB_PRODSERVER: "matlab-production-server:r2023b" -# MATLAB_RUNTIME: "matlab-runtime:r2023b" + MATLAB_PRODSERVER: "matlab-production-server:latest" +# MATLAB_RUNTIME: "matlab-runtime:latest" jobs: deploy-azure-resources: diff --git a/.github/workflows/azure-kubernetes-service-helm.yml b/.github/workflows/azure-kubernetes-service-helm.yml index ab15188..abb7704 100644 --- a/.github/workflows/azure-kubernetes-service-helm.yml +++ b/.github/workflows/azure-kubernetes-service-helm.yml @@ -10,9 +10,8 @@ env: CHART_PATH: "releases/R2023b/matlab-prodserver" CHART_OVERRIDE_PATH: "values-overrides.yaml" -# CONTAINER_REGISTRY: "containers.mathworks.com" -# MATLAB_PRODSERVER: "matlab-production-server:r2023b" -# MATLAB_RUNTIME: "matlab-runtime:r2023b" + CONTAINER_REGISTRY: "containers.mathworks.com" + MATLAB_PRODSERVER: "matlab-production-server:latest" jobs: deploy: @@ -71,9 +70,8 @@ jobs: with: action: deploy manifests: ${{ steps.bake.outputs.manifestsBundle }} -# images: | -# ${{ env.CONTAINER_REGISTRY }}/${{ env.MATLAB_RUNTIME }} -# ${{ env.CONTAINER_REGISTRY }}/${{ env.MATLAB_PRODSERVER }} + images: | + ${{ env.CONTAINER_REGISTRY }}/${{ env.MATLAB_PRODSERVER }} - name: Test application run: |