Skip to content

Commit

Permalink
Merge pull request #3 from trendmicro/repo-updates
Browse files Browse the repository at this point in the history
updated to use new approved registry alias
  • Loading branch information
wisco24 committed Aug 28, 2023
2 parents ff63551 + 82cb3a5 commit 5439de2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Container Security/cloudshell/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ CLUSTER_NAME=$1-cluster-$RANDOM
echo "💬 ${green}Deploying EKS cluster $CLUSTER_NAME..."
eksctl create cluster \
--tags Project=TrendMicroContainerSecurityDemo \
-t t3.medium \
--node-type t3.medium \
--enable-ssm \
--full-ecr-access \
--region=$2 \
Expand Down
2 changes: 1 addition & 1 deletion Container Security/cloudshell/pods/attacker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ spec:
spec:
containers:
- name: attacker
image: public.ecr.aws/k1q0d6m0/attacker
image: public.ecr.aws/trendvisionone-community/attacker
---
2 changes: 1 addition & 1 deletion Container Security/cloudshell/pods/java-goof.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
spec:
containers:
- name: java-goof
image: public.ecr.aws/k1q0d6m0/java-demo:latest
image: public.ecr.aws/trendvisionone-community/java-demo
ports:
- containerPort: 80
---
Expand Down
2 changes: 1 addition & 1 deletion Container Security/cloudshell/pods/openssl3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
spec:
containers:
- name: web-app
image: public.ecr.aws/k1q0d6m0/openssl3-demo
image: public.ecr.aws/trendvisionone-community/openssl3-demo
ports:
- containerPort: 80
---
Expand Down
2 changes: 1 addition & 1 deletion Container Security/utils/ecs.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ Resources:
- Name: dvwa
Cpu: 10
Essential: true
Image: public.ecr.aws/k1q0d6m0/dvwa
Image: public.ecr.aws/trendvisionone-community/dvwa
Memory: 200
LogConfiguration:
LogDriver: awslogs
Expand Down

0 comments on commit 5439de2

Please sign in to comment.