Skip to content

Commit

Permalink
Merge pull request #2274 from Krishanx92/sec
Browse files Browse the repository at this point in the history
Update sample
  • Loading branch information
Krishanx92 authored Apr 5, 2024
2 parents 56be9da + c7fbbe5 commit 6ecf677
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion helm-charts/sample/apim-apk-agent/cp/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
replicaCount: 1
image:
repository: wso2/apim-apk-agent
tag: 1.1.0-beta
tag: latest
pullPolicy: Always
service:
name: apim-apk-agent-service
Expand Down
2 changes: 1 addition & 1 deletion helm-charts/sample/apim-apk-agent/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
replicaCount: 1
image:
repository: wso2/apim-apk-agent
tag: 1.1.0-beta
tag: latest
pullPolicy: Always
service:
name: apim-apk-agent-service
Expand Down
16 changes: 8 additions & 8 deletions helm-charts/sample/apk/cp-enabled-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ wso2:
strategy: RollingUpdate
replicas: 1
imagePullPolicy: Always
image: wso2/apk-config-deployer-service:1.1.0-beta
image: wso2/apk-config-deployer-service:latest
# configs:
# tls:
# secretName: "my-secret"
Expand All @@ -115,7 +115,7 @@ wso2:
strategy: RollingUpdate
replicas: 1
imagePullPolicy: Always
image: wso2/apk-adapter:1.1.0-beta
image: wso2/apk-adapter:latest
security:
sslHostname: "adapter"
# logging:
Expand Down Expand Up @@ -148,7 +148,7 @@ wso2:
strategy: RollingUpdate
replicas: 1
imagePullPolicy: Always
image: wso2/apk-common-controller:1.1.0-beta
image: wso2/apk-common-controller:latest
security:
sslHostname: "commoncontroller"
# configs:
Expand All @@ -175,7 +175,7 @@ wso2:
strategy: RollingUpdate
replicas: 1
imagePullPolicy: Always
image: wso2/apk-ratelimiter:1.1.0-beta
image: wso2/apk-ratelimiter:latest
security:
sslHostname: "ratelimiter"
# configs:
Expand Down Expand Up @@ -205,7 +205,7 @@ wso2:
failureThreshold: 5
strategy: RollingUpdate
imagePullPolicy: Always
image: wso2/apk-router:1.1.0-beta
image: wso2/apk-router:latest
# configs:
# tls:
# secretName: "router-cert"
Expand Down Expand Up @@ -236,7 +236,7 @@ wso2:
failureThreshold: 5
strategy: RollingUpdate
imagePullPolicy: Always
image: wso2/apk-enforcer:1.1.0-beta
image: wso2/apk-enforcer:latest
security:
sslHostname: "enforcer"
# logging:
Expand Down Expand Up @@ -308,7 +308,7 @@ idp:
strategy: RollingUpdate
replicas: 1
imagePullPolicy: Always
image: wso2/apk-idp-domain-service:1.1.0-beta
image: wso2/apk-idp-domain-service:latest
idpui:
deployment:
resources:
Expand All @@ -329,7 +329,7 @@ idp:
strategy: RollingUpdate
replicas: 1
imagePullPolicy: Always
image: wso2/apk-idp-ui:1.1.0-beta
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
16 changes: 8 additions & 8 deletions helm-charts/sample/apk/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ wso2:
strategy: RollingUpdate
replicas: 1
imagePullPolicy: Always
image: wso2/apk-config-deployer-service:1.1.0-beta
image: wso2/apk-config-deployer-service:latest
# configs:
# tls:
# secretName: "my-secret"
Expand All @@ -116,7 +116,7 @@ wso2:
strategy: RollingUpdate
replicas: 1
imagePullPolicy: Always
image: wso2/apk-adapter:1.1.0-beta
image: wso2/apk-adapter:latest
security:
sslHostname: "adapter"
# logging:
Expand Down Expand Up @@ -149,7 +149,7 @@ wso2:
strategy: RollingUpdate
replicas: 1
imagePullPolicy: Always
image: wso2/apk-common-controller:1.1.0-beta
image: wso2/apk-common-controller:latest
security:
sslHostname: "commoncontroller"
# configs:
Expand All @@ -176,7 +176,7 @@ wso2:
strategy: RollingUpdate
replicas: 1
imagePullPolicy: Always
image: wso2/apk-ratelimiter:1.1.0-beta
image: wso2/apk-ratelimiter:latest
security:
sslHostname: "ratelimiter"
# configs:
Expand Down Expand Up @@ -206,7 +206,7 @@ wso2:
failureThreshold: 5
strategy: RollingUpdate
imagePullPolicy: Always
image: wso2/apk-router:1.1.0-beta
image: wso2/apk-router:latest
# configs:
# tls:
# secretName: "router-cert"
Expand Down Expand Up @@ -237,7 +237,7 @@ wso2:
failureThreshold: 5
strategy: RollingUpdate
imagePullPolicy: Always
image: wso2/apk-enforcer:1.1.0-beta
image: wso2/apk-enforcer:latest
security:
sslHostname: "enforcer"
# logging:
Expand Down Expand Up @@ -309,7 +309,7 @@ idp:
strategy: RollingUpdate
replicas: 1
imagePullPolicy: Always
image: wso2/apk-idp-domain-service:1.1.0-beta
image: wso2/apk-idp-domain-service:latest
idpui:
deployment:
resources:
Expand All @@ -330,7 +330,7 @@ idp:
strategy: RollingUpdate
replicas: 1
imagePullPolicy: Always
image: wso2/apk-idp-ui:1.1.0-beta
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

0 comments on commit 6ecf677

Please sign in to comment.