Compare commits

...

2 Commits

Author SHA1 Message Date
afe29e3407 chore: Define gitea token scopes
Some checks failed
Container & Helm chart / Linting (push) Successful in 1m8s
Container & Helm chart / Semantic Release (Dry-run) (push) Successful in 2m11s
Container & Helm chart / Kubernetes Bootstrap Appliance (push) Has been cancelled
2024-06-09 17:09:37 +10:00
2473aa05dc feat: Upgrade metacluster OS and K3s versions 2024-06-09 17:09:17 +10:00
3 changed files with 5 additions and 4 deletions

View File

@ -55,6 +55,7 @@
force_basic_auth: yes
body:
name: token_init_{{ lookup('password', '/dev/null length=5 chars=ascii_letters,digits') }}
scopes: ["write:user","write:organization"]
register: gitea_api_token
- name: Retrieve existing gitea configuration

View File

@ -1,8 +1,8 @@
platform:
k3s:
# version: v1.30.0+k3s1
version: v1.27.1+k3s1
version: v1.30.0+k3s1
# version: v1.27.1+k3s1
packaged_components:
- name: traefik

View File

@ -1,5 +1,5 @@
iso_url = "sn.itch.fyi/Repository/iso/Canonical/Ubuntu%20Server%2022.04/ubuntu-22.04.3-live-server-amd64.iso"
iso_checksum = "sha256:A4ACFDA10B18DA50E2EC50CCAF860D7F20B389DF8765611142305C0E911D16FD"
iso_url = "sn.itch.fyi/Repository/iso/Canonical/Ubuntu%20Server%2024.04/ubuntu-24.04-live-server-amd64.iso"
iso_checksum = "sha256:8762f7e74e4d64d72fceb5f70682e6b069932deedb4949c6975d0f0fe0a91be3"
// iso_url = "sn.itch.fyi/Repository/iso/Canonical/Ubuntu%20Server%2022.04/ubuntu-22.04.1-live-server-amd64.iso"
// iso_checksum = "sha256:10F19C5B2B8D6DB711582E0E27F5116296C34FE4B313BA45F9B201A5007056CB"