Skip to content

Commit 55dfe22

Browse files
committed
rename gardener-extension-admission-traefik to gardener-extension-admission-shoot-traefik
1 parent ee68b4e commit 55dfe22

21 files changed

Lines changed: 25 additions & 25 deletions

File tree

.github/workflows/build-and-test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,15 +123,15 @@ jobs:
123123
- ref: ocm-resource:gardener-extension-shoot-traefik.tag
124124
attribute: image.tag
125125
- name: admission-shoot-traefik-application
126-
dir: charts/gardener-extension-admission-traefik/charts/application
126+
dir: charts/gardener-extension-admission-shoot-traefik/charts/application
127127
oci-repository: charts/gardener/extensions
128128
ocm-mappings:
129129
- ref: ocm-resource:gardener-extension-shoot-traefik.repository
130130
attribute: image.repository
131131
- ref: ocm-resource:gardener-extension-shoot-traefik.tag
132132
attribute: image.tag
133133
- name: admission-shoot-traefik-runtime
134-
dir: charts/gardener-extension-admission-traefik/charts/runtime
134+
dir: charts/gardener-extension-admission-shoot-traefik/charts/runtime
135135
oci-repository: charts/gardener/extensions
136136
ocm-mappings:
137137
- ref: ocm-resource:gardener-extension-shoot-traefik.repository

Makefile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ the Traefik extension can only be enabled for shoots with `purpose: evaluation`.
126126

127127
The admission controller is deployed as a separate component using the same binary
128128
(`extension-traefik webhook`) and has its own Helm charts under
129-
`charts/gardener-extension-admission-traefik/`. Following the Gardener extension
129+
`charts/gardener-extension-admission-shoot-traefik/`. Following the Gardener extension
130130
convention, it consists of two sub-charts:
131131

132132
- **`charts/runtime/`** — Deployed in the runtime cluster. Contains the Deployment,

charts/gardener-extension-admission-traefik/charts/application/.helmignore renamed to charts/gardener-extension-admission-shoot-traefik/charts/application/.helmignore

File renamed without changes.

charts/gardener-extension-admission-traefik/charts/application/Chart.yaml renamed to charts/gardener-extension-admission-shoot-traefik/charts/application/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v1
2-
description: A Helm chart to deploy the gardener-extension-admission-traefik application related resources
2+
description: A Helm chart to deploy the gardener-extension-admission-shoot-traefik application related resources
33
name: admission-traefik-application
44
version: 0.1.0
55
sources:

charts/gardener-extension-admission-traefik/charts/application/templates/_helpers.tpl renamed to charts/gardener-extension-admission-shoot-traefik/charts/application/templates/_helpers.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{{- define "name" -}}
2-
gardener-extension-admission-traefik
2+
gardener-extension-admission-shoot-traefik
33
{{- end -}}
44

55
{{- define "labels.app.key" -}}

charts/gardener-extension-admission-traefik/charts/application/templates/rbac.yaml renamed to charts/gardener-extension-admission-shoot-traefik/charts/application/templates/rbac.yaml

File renamed without changes.

charts/gardener-extension-admission-traefik/charts/application/templates/serviceaccount.yaml renamed to charts/gardener-extension-admission-shoot-traefik/charts/application/templates/serviceaccount.yaml

File renamed without changes.

charts/gardener-extension-admission-traefik/charts/application/values.yaml renamed to charts/gardener-extension-admission-shoot-traefik/charts/application/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ gardener:
22
virtualCluster:
33
enabled: true
44
serviceAccount: {}
5-
# name: gardener-extension-admission-traefik
5+
# name: gardener-extension-admission-shoot-traefik
66
# namespace: kube-system

charts/gardener-extension-admission-traefik/charts/runtime/.helmignore renamed to charts/gardener-extension-admission-shoot-traefik/charts/runtime/.helmignore

File renamed without changes.

0 commit comments

Comments
 (0)