Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/stable/spegel/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ sources:
- https://ghcr.io/spegel-org/spegel
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/spegel
type: application
version: 4.16.0
version: 4.16.1

1 change: 0 additions & 1 deletion charts/stable/spegel/templates/_args.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
- --containerd-registry-config-path={{ .Values.spegel.containerdRegistryConfigPath }}
- --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 }}
{{- with .Values.spegel.containerdContentPath }}
- --containerd-content-path={{ . }}
{{- end }}
Expand Down
2 changes: 0 additions & 2 deletions charts/stable/spegel/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,6 @@ spegel:
containerdMirrorAdd: true
# -- When true Spegel will resolve tags to digests.
resolveTags: true
# -- When true latest tags will be resolved to digests.
resolveLatestTag: true
# -- When true existing mirror configuration will be appended to instead of replaced.
prependExisting: true

Expand Down
Loading