Skip to content

Commit

Permalink
Allow deploying gardener-extension-shoot-dns-service v1.50.0 (#353)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertvolkmann authored Nov 18, 2024
1 parent 0d5b93c commit 7760071
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@ apiVersion: core.gardener.cloud/v1beta1
kind: ControllerDeployment
metadata:
name: extension-shoot-dns-service
type: helm
providerConfig:
chart: "{{ (lookup('url', 'https://raw.githubusercontent.com/' + gardener_shoot_dns_service_repo_ref + '/example/controller-registration.yaml', split_lines=False) | from_yaml_all | list)[0].providerConfig.chart }}"
helm:
rawChart: "{{ (lookup('url', 'https://raw.githubusercontent.com/' + gardener_shoot_dns_service_repo_ref + '/example/controller-registration.yaml', split_lines=False) | from_yaml_all | list)[0].helm.rawChart }}"
values:
image:
repository: "{{ gardener_shoot_dns_service_image_name }}"
Expand Down
10 changes: 4 additions & 6 deletions control-plane/roles/gardener/test/dns_extension_template_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,8 @@ def test_shoot_dns_extension_controller_deployment_template(self, mock_urlopen):
kind: ControllerDeployment
metadata:
name: extension-shoot-dns-service
type: helm
providerConfig:
chart: a-chart
helm:
rawChart: a-chart
values:
image:
tag: v1.48.0
Expand Down Expand Up @@ -54,9 +53,8 @@ def test_shoot_dns_extension_controller_deployment_template(self, mock_urlopen):
kind: ControllerDeployment
metadata:
name: extension-shoot-dns-service
type: helm
providerConfig:
chart: "a-chart"
helm:
rawChart: "a-chart"
values:
image:
repository: "extension-image"
Expand Down

0 comments on commit 7760071

Please sign in to comment.