We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f00665 commit ac0c7c9Copy full SHA for ac0c7c9
template.yaml
@@ -183,9 +183,9 @@ Mappings:
183
# Mappings only support alphanumeric chars, '-' and '.', so name can't be x86_64
184
# That means to resolve the image tag we need !If [ ArchIsArm , !FindInMap arm, !FindInMap x86]
185
x86:
186
- Tag: '3.14.2026.02.11.05-x86_64'
+ Tag: '3.14.2026.02.18.08-x86_64'
187
arm64:
188
- Tag: '3.14.2026.02.11.05-arm64'
+ Tag: '3.14.2026.02.23.08-arm64'
189
190
Resources:
191
QueueProcessingFunction:
0 commit comments