Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(buildmasters) switch ubuntu-20 agent vm templates to ubuntu-20.04 #2360

Merged
merged 1 commit into from
May 14, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions updatecli/updatecli.d/charts/jenkins-agents-infra-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ scms:

sources:
packerImageVersion:
kind: githubRelease
kind: githubrelease
spec:
owner: "jenkins-infra"
repository: "packer-images"
Expand All @@ -25,10 +25,10 @@ sources:
- packerImageVersion
spec:
region: us-east-2
sortBy: creationDateAsc
sortby: creationDateDesc
filters:
- name: "name"
values: "jenkins-agent-ubuntu-20-amd64-*"
values: "jenkins-agent-ubuntu-20.04-amd64-*"
- name: "tag:build_type"
values: "prod"
- name: "tag:version"
Expand All @@ -39,7 +39,7 @@ sources:
- packerImageVersion
spec:
region: us-east-2
sortBy: creationDateAsc
sortby: creationDateDesc
filters:
- name: "name"
values: "jenkins-agent-windows-2019-amd64-*"
Expand All @@ -51,12 +51,12 @@ sources:
kind: aws/ami
depends_on:
- packerImageVersion
sortBy: creationDateAsc
spec:
region: us-east-2
sortby: creationDateDesc
filters:
- name: "name"
values: "jenkins-agent-ubuntu-20-arm64-*"
values: "jenkins-agent-ubuntu-20.04-arm64-*"
- name: "tag:build_type"
values: "prod"
- name: "tag:version"
Expand Down