We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe41894 commit ba8f121Copy full SHA for ba8f121
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.2025.12.22.13-x86_64'
+ Tag: '3.14.2026.01.27.00-x86_64'
187
arm64:
188
- Tag: '3.14.2025.12.22.13-arm64'
+ Tag: '3.14.2026.01.27.00-arm64'
189
190
Resources:
191
QueueProcessingFunction:
0 commit comments