Skip to content

Commit 2e1a691

Browse files
committed
fix: minor cleanups to use OCI for hcp
1 parent 4ea2ded commit 2e1a691

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

charts/cluster-api-runtime-extensions-nutanix/templates/helm-chart-svc.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,6 @@ spec:
6969
selector:
7070
app: mindthegap
7171
ports:
72-
- port: 80
72+
- port: 443
7373
targetPort: 5000
74-
type: NodePort
74+
type: ClusterIP

charts/cluster-api-runtime-extensions-nutanix/templates/helm-config.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ data:
4141
RepositoryURL: {{ if .Values.selfHostedRegistry }}oci://helm-repository.{{ .Release.Namespace }}.svc/charts{{ else }}https://nutanix.github.io/helm-releases/{{ end }}
4242
tigera-operator: |
4343
ChartName: tigera-operator
44-
<<<<<<< HEAD
4544
ChartVersion: v3.28.0
4645
RepositoryURL: {{ if .Values.selfHostedRegistry }}oci://helm-repository.{{ .Release.Namespace }}.svc/charts{{ else }}https://docs.tigera.io/calico/charts{{ end }}
4746
kind: ConfigMap

pkg/handlers/generic/lifecycle/nfd/strategy_helmaddon.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ func (s helmAddonStrategy) apply(
6868

6969
values += fmt.Sprintf(`
7070
image:
71-
tag: v%s-minimal
71+
tag: %s-minimal
7272
`, s.helmChart.Version)
7373

7474
hcp := &caaphv1.HelmChartProxy{

0 commit comments

Comments
 (0)