Skip to content

Commit c21e082

Browse files
committed
feat(aws-cdk): Use junhao's fork CLP image for IRSA/service account support
1 parent aa6ad47 commit c21e082

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tools/deployment/aws-cdk/lib/clp-stack.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,12 @@ export class ClpStack extends cdk.Stack {
7575
namespace: "clp",
7676
createNamespace: true,
7777
values: {
78+
image: {
79+
clpPackage: {
80+
repository: "ghcr.io/junhaoliao/clp/clp-package",
81+
tag: "main",
82+
},
83+
},
7884
distributedDeployment: true,
7985
storage: {
8086
storageClassName: "gp3",

0 commit comments

Comments
 (0)