We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12f936a commit 6f36c84Copy full SHA for 6f36c84
infrastructure/parallelcluster-ui.yaml
@@ -6,7 +6,7 @@ Parameters:
6
PublicEcrImageUri:
7
Description: When specified, the URI of the Docker image for the Lambda of the ParallelCluster UI container
8
Type: String
9
- Default: public.ecr.aws/pcm/parallelcluster-ui:2023.02
+ Default: public.ecr.aws/pcm/parallelcluster-ui:2023.04.0
10
UserPoolId:
11
Description: UserPoolId of a previously deployed PCUI Cognito User Pool. Leave blank to create a new one.
12
@@ -94,7 +94,7 @@ Conditions:
94
Mappings:
95
ParallelClusterUI:
96
Constants:
97
- Version: 2023.02.0 # format YYYY.MM.REVISION
+ Version: 2023.04.0 # format YYYY.MM.REVISION
98
99
Resources:
100
0 commit comments