Skip to content

Commit

Permalink
Use nightly artifacts from ghcr.io instead of ttl.sh (#239)
Browse files Browse the repository at this point in the history
Signed-off-by: Tomas Hehejik <[email protected]>
  • Loading branch information
thehejik authored Jan 16, 2025
1 parent efd5de8 commit a1ceaa3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ var _ = Describe("Provision k3s cluster and Rancher", Label("install"), func() {
buildDate := time.Now().Format("20060102")

RunHelmCmdWithRetry("upgrade", "--install", "rancher-"+providerOperator+"-operator-crds",
"oci://ttl.sh/"+providerOperator+"-operator/rancher-"+providerOperator+"-operator-crd",
"oci://ghcr.io/rancher/rancher-"+providerOperator+"-operator-crd-chart/rancher-"+providerOperator+"-operator-crd",
"--version", buildDate)
RunHelmCmdWithRetry("upgrade", "--install", "rancher-"+providerOperator+"-operator",
"oci://ttl.sh/"+providerOperator+"-operator/rancher-"+providerOperator+"-operator",
"oci://ghcr.io/rancher/rancher-"+providerOperator+"-operator-chart/rancher-"+providerOperator+"-operator",
"--version", buildDate, "--namespace", "cattle-system")
})
}
Expand Down

0 comments on commit a1ceaa3

Please sign in to comment.