Skip to content

Commit

Permalink
switch to https instead of oci
Browse files Browse the repository at this point in the history
  • Loading branch information
bryopsida committed Oct 14, 2023
1 parent 7039a8c commit 2858c1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ kubernetes {
helm {
stableRepository {
name = 'stable'
url = "oci://ghcr.io/" + System.getenv("HELM_REPO_PATH")
url = "https://ghcr.io/" + System.getenv("HELM_REPO_PATH")
type = 'OCI'
username = System.getenv("HELM_REPO_USERNAME")
password = System.getenv("HELM_REPO_PASSWORD")
Expand Down

0 comments on commit 2858c1f

Please sign in to comment.