Skip to content

Commit 01a829f

Browse files
committed
chart images need to be public (for now)
because one pull secret can't grant access to multiple projects this will be fixed in harbor 2.2
1 parent 77abb5e commit 01a829f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

terraform/ovh/main.tf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,11 @@ provider "harbor" {
174174
# chart images go in mybinder-chart
175175
resource "harbor_project" "mybinder-chart" {
176176
name = "mybinder-chart"
177+
# chart images need to be public
178+
# because we can't have two pull secrets for one registry,
179+
# and harbor < 2.2 can't grant read-only access to more than one project
180+
# on the same registry
181+
public = true
177182
}
178183

179184
# user builds go in mybinder-builds

0 commit comments

Comments
 (0)