this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(bootstrap): temporarily pull from docker.io

Gonna try Forgejo registry.

Khue Doan 4e99ad21 0dfa5d59

+3 -1
+3 -1
infra/.modules/bootstrap/platform.tf
··· 17 17 } 18 18 syncPolicy = local.sync_policy 19 19 source = { 20 - repoURL = "oci://registry.${var.cluster_domain}/platform" # TODO use registry var 20 + # TODO switch to internal registry 21 + # repoURL = "oci://registry.${var.cluster_domain}/platform" 22 + repoURL = "oci://docker.io/khuedoan/platform-manifests" 21 23 targetRevision = var.cluster 22 24 path = "." 23 25 }