Skip to content

Commit

Permalink
refactor(bootstrapper): replace ubuntu deb repo with yandex mirror (#62)
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Sysoev <[email protected]>
  • Loading branch information
hardcoretime authored Apr 17, 2024
1 parent 8902d44 commit efb465e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions tests/performance/templates/_cloud-config.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,18 @@ users:
{{- range .Values.sshAuthorizeKeys }}
- {{.}}
{{- end }}
apt:
sources_list: |
deb http://mirror.yandex.ru/ubuntu jammy main restricted
deb http://mirror.yandex.ru/ubuntu jammy-updates main restricted
deb http://mirror.yandex.ru/ubuntu jammy universe
deb http://mirror.yandex.ru/ubuntu jammy-updates universe
deb http://mirror.yandex.ru/ubuntu jammy multiverse
deb http://mirror.yandex.ru/ubuntu jammy-updates multiverse
deb http://mirror.yandex.ru/ubuntu jammy-backports main restricted universe multiverse
deb http://mirror.yandex.ru/ubuntu jammy-security main restricted
deb http://mirror.yandex.ru/ubuntu jammy-security universe
deb http://mirror.yandex.ru/ubuntu jammy-security multiverse
package_update: true
package_upgrade: true
packages:
Expand Down

0 comments on commit efb465e

Please sign in to comment.