Skip to content

Commit 4d46bed

Browse files
committed
remove oci:// prefix
1 parent 1dd2f77 commit 4d46bed

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

charts/platform/values.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -235,87 +235,87 @@ applications:
235235

236236
postgresOperator:
237237
enabled: true
238-
repoURL: oci://ghcr.io/neuro-inc/app-crunchy-postgres
238+
repoURL: ghcr.io/neuro-inc/app-crunchy-postgres
239239
chart: pgo
240240
name: postgres-operator
241241
targetRevision: "5.8.3"
242242
values: {}
243243

244244
platformStorage:
245245
enabled: true
246-
repoURL: oci://ghcr.io/neuro-inc/helm-charts
246+
repoURL: ghcr.io/neuro-inc/helm-charts
247247
chart: platform-storage
248248
name: platform-storage
249249
targetRevision: "*"
250250
values: {}
251251

252252
platformRegistry:
253253
enabled: true
254-
repoURL: oci://ghcr.io/neuro-inc/helm-charts
254+
repoURL: ghcr.io/neuro-inc/helm-charts
255255
chart: platform-registry
256256
name: platform-registry
257257
targetRevision: "*"
258258
values: {}
259259

260260
platformMonitoring:
261261
enabled: true
262-
repoURL: oci://ghcr.io/neuro-inc/helm-charts
262+
repoURL: ghcr.io/neuro-inc/helm-charts
263263
chart: platform-monitoring
264264
name: platform-monitoring
265265
targetRevision: "*"
266266
values: {}
267267

268268
platformContainerRuntime:
269269
enabled: true
270-
repoURL: oci://ghcr.io/neuro-inc/helm-charts
270+
repoURL: ghcr.io/neuro-inc/helm-charts
271271
chart: platform-container-runtime
272272
name: platform-container-runtime
273273
targetRevision: "*"
274274
values: {}
275275

276276
platformSecrets:
277277
enabled: true
278-
repoURL: oci://ghcr.io/neuro-inc/helm-charts
278+
repoURL: ghcr.io/neuro-inc/helm-charts
279279
chart: platform-secrets
280280
name: platform-secrets
281281
targetRevision: "*"
282282
values: {}
283283

284284
platformReports:
285285
enabled: true
286-
repoURL: oci://ghcr.io/neuro-inc/helm-charts
286+
repoURL: ghcr.io/neuro-inc/helm-charts
287287
chart: platform-reports
288288
name: platform-reports
289289
targetRevision: "*"
290290
values: {}
291291

292292
platformDisks:
293293
enabled: true
294-
repoURL: oci://ghcr.io/neuro-inc/helm-charts
294+
repoURL: ghcr.io/neuro-inc/helm-charts
295295
chart: platform-disks
296296
name: platform-disks
297297
targetRevision: "*"
298298
values: {}
299299

300300
platformApiPoller:
301301
enabled: true
302-
repoURL: oci://ghcr.io/neuro-inc/helm-charts
302+
repoURL: ghcr.io/neuro-inc/helm-charts
303303
chart: platform-api-poller
304304
name: platform-api-poller
305305
targetRevision: "*"
306306
values: {}
307307

308308
platformBuckets:
309309
enabled: true
310-
repoURL: oci://ghcr.io/neuro-inc/helm-charts
310+
repoURL: ghcr.io/neuro-inc/helm-charts
311311
name: platform-buckets
312312
chart: platform-buckets
313313
targetRevision: "*"
314314
values: {}
315315

316316
platformMetadata:
317317
enabled: true
318-
repoURL: oci://ghcr.io/neuro-inc/helm-charts
318+
repoURL: ghcr.io/neuro-inc/helm-charts
319319
chart: platform-metadata
320320
name: platform-metadata
321321
targetRevision: "*"

0 commit comments

Comments
 (0)