Skip to content

Commit 5b47a13

Browse files
authored
misc: use helm-charts instead of charts in registry name (#193)
Updated the registry name to use `helm-charts` instead of `charts`.
1 parent 49c0c09 commit 5b47a13

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ IMAGE_FULL ?= $(if $(IMAGE_REGISTRY),$(IMAGE_REGISTRY)/)$(IMAGE_NAME):$(IMAGE_TA
2020

2121
# Helm chart configuration.
2222
HELM_CHART_DIR ?= charts/oxide-cloud-controller-manager
23-
HELM_CHART_REGISTRY ?= oci://ghcr.io/oxidecomputer/charts
23+
HELM_CHART_REGISTRY ?= oci://ghcr.io/oxidecomputer/helm-charts
2424
HELM ?= go tool -modfile tools/go.mod helm
2525

2626
.PHONY: test

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Install the Helm chart.
6262
[source,shell]
6363
----
6464
helm install <RELEASE_NAME> \
65-
oci://ghcr.io/oxidecomputer/charts/oxide-cloud-controller-manager \
65+
oci://ghcr.io/oxidecomputer/helm-charts/oxide-cloud-controller-manager \
6666
--version X.Y.Z \
6767
--namespace kube-system \
6868
--create-namespace

0 commit comments

Comments
 (0)