@@ -237,13 +237,13 @@ check-helm: ## Lint helm charts and validate rendered templates.
237237 $(GO_TOOL ) kubeconform \
238238 $(KUBECONFORM_OPTS ) \
239239 -schema-location ' https://raw.githubusercontent.com/datreeio/CRDs-catalog/main/{{.Group}}/{{.ResourceKind}}_{{.ResourceAPIVersion}}.json'
240- @$(GO_TOOL ) helm lint $(SRC_ROOT ) /charts/gardener-extension-admission-traefik/charts/runtime
241- @$(GO_TOOL ) helm template $(SRC_ROOT ) /charts/gardener-extension-admission-traefik/charts/runtime | \
240+ @$(GO_TOOL ) helm lint $(SRC_ROOT ) /charts/gardener-extension-admission-shoot- traefik/charts/runtime
241+ @$(GO_TOOL ) helm template $(SRC_ROOT ) /charts/gardener-extension-admission-shoot- traefik/charts/runtime | \
242242 $(GO_TOOL ) kubeconform \
243243 $(KUBECONFORM_OPTS ) \
244244 -schema-location ' https://raw.githubusercontent.com/datreeio/CRDs-catalog/main/{{.Group}}/{{.ResourceKind}}_{{.ResourceAPIVersion}}.json'
245- @$(GO_TOOL ) helm lint $(SRC_ROOT ) /charts/gardener-extension-admission-traefik/charts/application
246- @$(GO_TOOL ) helm template $(SRC_ROOT ) /charts/gardener-extension-admission-traefik/charts/application | \
245+ @$(GO_TOOL ) helm lint $(SRC_ROOT ) /charts/gardener-extension-admission-shoot- traefik/charts/application
246+ @$(GO_TOOL ) helm template $(SRC_ROOT ) /charts/gardener-extension-admission-shoot- traefik/charts/application | \
247247 $(GO_TOOL ) kubeconform \
248248 $(KUBECONFORM_OPTS ) \
249249 -schema-location ' https://raw.githubusercontent.com/datreeio/CRDs-catalog/main/{{.Group}}/{{.ResourceKind}}_{{.ResourceAPIVersion}}.json'
@@ -273,10 +273,10 @@ helm-load-chart: ## Load helm chart to local registry.
273273 @$(GO_TOOL ) helm package $(SRC_ROOT ) /charts/gardener-extension-shoot-traefik --version $(VERSION )
274274 @$(GO_TOOL ) helm push --plain-http $(EXTENSION_NAME ) -$(VERSION ) .tgz oci://$(LOCAL_REGISTRY ) /helm-charts
275275 @rm -f $(EXTENSION_NAME ) -$(VERSION ) .tgz
276- @$(GO_TOOL ) helm package $(SRC_ROOT ) /charts/gardener-extension-admission-traefik/charts/runtime --version $(VERSION )
276+ @$(GO_TOOL ) helm package $(SRC_ROOT ) /charts/gardener-extension-admission-shoot- traefik/charts/runtime --version $(VERSION )
277277 @$(GO_TOOL ) helm push --plain-http admission-traefik-runtime-$(VERSION ) .tgz oci://$(LOCAL_REGISTRY ) /helm-charts
278278 @rm -f admission-traefik-runtime-$(VERSION ) .tgz
279- @$(GO_TOOL ) helm package $(SRC_ROOT ) /charts/gardener-extension-admission-traefik/charts/application --version $(VERSION )
279+ @$(GO_TOOL ) helm package $(SRC_ROOT ) /charts/gardener-extension-admission-shoot- traefik/charts/application --version $(VERSION )
280280 @$(GO_TOOL ) helm push --plain-http admission-traefik-application-$(VERSION ) .tgz oci://$(LOCAL_REGISTRY ) /helm-charts
281281 @rm -f admission-traefik-application-$(VERSION ) .tgz
282282
0 commit comments