From 09aa9419a84e0533296e9b1a6a076772c8e20639 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 --- helm-charts/values.yaml | 14 +++++++------- .../org/wso2/apk/integration/utils/Constants.java | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/helm-charts/values.yaml b/helm-charts/values.yaml index f1bba48a82..287caf8121 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 d2341bc3a7..bb26958e14 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