diff options
| author | Thomas Bechtold <thomas.bechtold@canonical.com> | 2025-03-27 13:23:15 +0100 |
|---|---|---|
| committer | Thomas Bechtold <thomas.bechtold@canonical.com> | 2025-03-27 13:23:15 +0100 |
| commit | 70580f502956734fb2d803ac0514a304906f4b29 (patch) | |
| tree | 921ac9b06d56e2e16c7c829f9027dfb8c347148c | |
| parent | 2e264e0518f318cacfff9138c935bb78d42f584d (diff) | |
| parent | b59956c40af0572d1a7c8976f24d7272f1aec701 (diff) | |
Merge main-config into main [a=toabctl] [r=rpocase,virtustom]
feat: Add 1.32 to get assets feat: Add 1.31 to get assets feat: drop 1.26 asset configuration MP: https://code.launchpad.net/~toabctl/cloud-images/+git/eks-anywhere/+merge/483521
| -rw-r--r-- | config.yaml | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/config.yaml b/config.yaml index 4048eae..6e1b7db 100644 --- a/config.yaml +++ b/config.yaml @@ -13,7 +13,7 @@ manifests: https://dev-release-assets.eks-anywhere.model-rocket.aws.dev/eks-a-release.yaml assets: - "1.26": &kube_1_26 + "1.29": &kube_1_29 manifest: *manifest_stable arch: - amd64 @@ -67,10 +67,12 @@ assets: pause-image: path: containers/pause-image type: image - "1.29": - <<: *kube_1_26 "1.30": - <<: *kube_1_26 + <<: *kube_1_29 + "1.31": + <<: *kube_1_29 + "1.32": + <<: *kube_1_29 # release/jammy/devel: # manifest: *manifest_devel |
