diff --git a/charts/system/spegel/Chart.yaml b/charts/system/spegel/Chart.yaml index 49f741d8c63..53997f8a719 100644 --- a/charts/system/spegel/Chart.yaml +++ b/charts/system/spegel/Chart.yaml @@ -34,5 +34,5 @@ sources: - https://ghcr.io/spegel-org/spegel - https://github.com/truecharts/charts/tree/master/charts/system/spegel type: application -version: 3.3.0 +version: 3.3.1 diff --git a/charts/system/spegel/templates/_args.tpl b/charts/system/spegel/templates/_args.tpl index 3d6162231b9..7f3f0360254 100644 --- a/charts/system/spegel/templates/_args.tpl +++ b/charts/system/spegel/templates/_args.tpl @@ -42,7 +42,6 @@ - --bootstrap-kind=dns - --dns-bootstrap-domain={{ include "tc.v1.common.lib.chart.names.fullname" $ }}-router.{{ include "tc.v1.common.lib.metadata.namespace" (dict "caller" "spegel" "rootCtx" $ "objectData" .Values) }}.svc.cluster.local. - --resolve-latest-tag={{ .Values.spegel.resolveLatestTag }} - - --local-addr=$(NODE_IP):{{ .Values.service.main.ports.main.hostPort }} {{- with .Values.spegel.containerdContentPath }} - --containerd-content-path={{ . }} {{- end }}