From c7e5bdb651a2d779cba828f68d8bede2266ee0fc Mon Sep 17 00:00:00 2001 From: CrowleyRajapakse Date: Thu, 29 Feb 2024 16:02:01 +0530 Subject: [PATCH] upgrade docker images to latest --- .github/workflows/agent-integration-test.yml | 4 ++-- helm-charts/values.yaml | 14 +++++++------- .../org/wso2/apk/integration/utils/Constants.java | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/agent-integration-test.yml b/.github/workflows/agent-integration-test.yml index bdefdbf7e..56e3e3689 100644 --- a/.github/workflows/agent-integration-test.yml +++ b/.github/workflows/agent-integration-test.yml @@ -4,7 +4,7 @@ on: pull_request_target: types: [labeled] concurrency: - group: integration-test-${{ github.event.number || github.run_id }} + group: agent-integration-test-${{ github.event.number || github.run_id }} cancel-in-progress: true env: GH_TOKEN: ${{ secrets.APK_BOT_TOKEN }} @@ -25,7 +25,7 @@ jobs: - uses: azure/aks-set-context@v3 with: resource-group: '${{ secrets.AZURE_RESOURCE_GROUP }}' - cluster-name: 'go-integ-${{ secrets.AKS_CLUSTER_NAME }}-${{ github.event.number || github.run_id }}' + cluster-name: 'agent-integ-${{ secrets.AKS_CLUSTER_NAME }}-${{ github.event.number || github.run_id }}' - name: Create Namespace apk shell: sh run: | diff --git a/helm-charts/values.yaml b/helm-charts/values.yaml index f1bba48a8..287caf812 100644 --- a/helm-charts/values.yaml +++ b/helm-charts/values.yaml @@ -85,7 +85,7 @@ wso2: strategy: RollingUpdate replicas: 1 imagePullPolicy: Always - image: wso2/apk-config-deployer-service:1.1.0-m2 + image: wso2/apk-config-deployer-service:latest # configs: # tls: # secretName: "my-secret" @@ -111,7 +111,7 @@ wso2: strategy: RollingUpdate replicas: 1 imagePullPolicy: Always - image: wso2/apk-adapter:1.1.0-m2 + image: wso2/apk-adapter:latest security: sslHostname: "adapter" # logging: @@ -171,7 +171,7 @@ wso2: strategy: RollingUpdate replicas: 1 imagePullPolicy: Always - image: wso2/apk-ratelimiter:1.1.0-m2 + image: wso2/apk-ratelimiter:latest security: sslHostname: "ratelimiter" # configs: @@ -201,7 +201,7 @@ wso2: failureThreshold: 5 strategy: RollingUpdate imagePullPolicy: Always - image: wso2/apk-router:1.1.0-m2 + image: wso2/apk-router:latest # configs: # tls: # secretName: "router-cert" @@ -232,7 +232,7 @@ wso2: failureThreshold: 5 strategy: RollingUpdate imagePullPolicy: Always - image: wso2/apk-enforcer:1.1.0-m2 + image: wso2/apk-enforcer:latest security: sslHostname: "enforcer" # logging: @@ -285,7 +285,7 @@ idp: strategy: RollingUpdate replicas: 1 imagePullPolicy: Always - image: wso2/apk-idp-domain-service:1.1.0-m2 + image: wso2/apk-idp-domain-service:latest idpui: deployment: resources: @@ -306,7 +306,7 @@ idp: strategy: RollingUpdate replicas: 1 imagePullPolicy: Always - image: wso2/apk-idp-ui:1.1.0-m2 + image: wso2/apk-idp-ui:latest configs: idpLoginUrl: "https://idp.am.wso2.com:9095/commonauth/login" idpAuthCallBackUrl: "https://idp.am.wso2.com:9095/oauth2/auth-callback" diff --git a/test/apim-apk-agent-test/cucumber-tests/src/test/java/org/wso2/apk/integration/utils/Constants.java b/test/apim-apk-agent-test/cucumber-tests/src/test/java/org/wso2/apk/integration/utils/Constants.java index d2341bc3a..bb26958e1 100644 --- a/test/apim-apk-agent-test/cucumber-tests/src/test/java/org/wso2/apk/integration/utils/Constants.java +++ b/test/apim-apk-agent-test/cucumber-tests/src/test/java/org/wso2/apk/integration/utils/Constants.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023, WSO2 LLC (http://www.wso2.com). + * Copyright (c) 2024, WSO2 LLC (http://www.wso2.com). * * WSO2 LLC licenses this file to you under the Apache License, * Version 2.0 (the "License"); you may not use this file except