Skip to content

Commit 0a32158

Browse files
committed
fix: minor cleanups to use OCI for hcp
1 parent 79dee52 commit 0a32158

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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
@@ -66,6 +66,6 @@ spec:
6666
selector:
6767
app: mindthegap
6868
ports:
69-
- port: 80
69+
- port: 443
7070
targetPort: 5000
71-
type: NodePort
71+
type: ClusterIP

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)