Skip to content

Commit

Permalink
Merge pull request #2045 from CrowleyRajapakse/new-main3
Browse files Browse the repository at this point in the history
Upgrade docker images to latest
  • Loading branch information
CrowleyRajapakse authored Feb 29, 2024
2 parents e35d11f + c7e5bdb commit 88ea669
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/agent-integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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: |
Expand Down
14 changes: 7 additions & 7 deletions helm-charts/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand All @@ -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"
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 88ea669

Please sign in to comment.