Skip to content

Commit

Permalink
fix unable replace extension images
Browse files Browse the repository at this point in the history
  • Loading branch information
knightXun committed Sep 15, 2020
1 parent 18d5ca0 commit 4f0cf68
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions components/gardener/extensions/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ extension_manifests:
values:
concurrentSyncs: 25
image:
repo: (( version.image_repo || ~~ ))
repository: (( version.image_repo || ~~ ))
tag: (( version.image_tag || ~~ ))
resources:
limits:
Expand Down Expand Up @@ -89,7 +89,7 @@ extension_manifests:
values:
concurrentSyncs: 25
image:
repo: (( version.image_repo || ~~ ))
repository: (( version.image_repo || ~~ ))
tag: (( version.image_tag || ~~ ))
resources:
limits:
Expand Down Expand Up @@ -118,7 +118,7 @@ extension_manifests:
values:
concurrentSyncs: 25
image:
repo: (( version.image_repo || ~~ ))
repository: (( version.image_repo || ~~ ))
tag: (( version.image_tag || ~~ ))
resources:
limits:
Expand Down Expand Up @@ -147,7 +147,7 @@ extension_manifests:
values:
concurrentSyncs: 20
image:
repo: (( version.image_repo || ~~ ))
repository: (( version.image_repo || ~~ ))
tag: (( version.image_tag || ~~ ))
resources:
limits:
Expand Down Expand Up @@ -191,7 +191,7 @@ extension_manifests:
createCRDs: false
fullnameOverride: seed-dns-controller-manager
image:
repo: (( version.image_repo || ~~ ))
repository: (( version.image_repo || ~~ ))
tag: (( version.image_tag || ~~ ))
configuration:
poolSize: 20
Expand All @@ -213,7 +213,7 @@ extension_manifests:
chart: (( encoded_chart ))
values:
image:
repo: (( version.image_repo || ~~ ))
repository: (( version.image_repo || ~~ ))
tag: (( version.image_tag || ~~ ))
resources:
limits:
Expand Down Expand Up @@ -245,7 +245,7 @@ extension_manifests:
chart: (( encoded_chart ))
values:
image:
repo: (( version.image_repo || ~~ ))
repository: (( version.image_repo || ~~ ))
tag: (( version.image_tag || ~~ ))
resources:
limits:
Expand Down Expand Up @@ -277,7 +277,7 @@ extension_manifests:
chart: (( encoded_chart ))
values:
image:
repo: (( version.image_repo || ~~ ))
repository: (( version.image_repo || ~~ ))
tag: (( version.image_tag || ~~ ))
resources:
limits:
Expand Down Expand Up @@ -309,7 +309,7 @@ extension_manifests:
chart: (( encoded_chart ))
values:
image:
repo: (( version.image_repo || ~~ ))
repository: (( version.image_repo || ~~ ))
tag: (( version.image_tag || ~~ ))
resources:
limits:
Expand Down Expand Up @@ -347,7 +347,7 @@ extension_manifests:
worker:
concurrentSyncs: 50
image:
repo: (( version.image_repo || ~~ ))
repository: (( version.image_repo || ~~ ))
tag: (( version.image_tag || ~~ ))
resources:
limits:
Expand Down Expand Up @@ -379,7 +379,7 @@ extension_manifests:
chart: (( encoded_chart ))
values:
image:
repo: (( version.image_repo || ~~ ))
repository: (( version.image_repo || ~~ ))
tag: (( version.image_tag || ~~ ))
type: helm
resources:
Expand Down Expand Up @@ -408,7 +408,7 @@ extension_manifests:
server: (( valid( landscape.dashboard.terminals.cert.server ) ? landscape.dashboard.terminals.cert.server :( landscape.cert-manager.server.url == "live" ? "https://acme-v02.api.letsencrypt.org/directory" :landscape.cert-manager.server.url ) ))
privateKey: (( ( valid( landscape.dashboard.terminals.cert.privateKey ) ? landscape.dashboard.terminals.cert.privateKey :( ! valid( landscape.dashboard.terminals.cert.server ) ? landscape.cert-manager.privateKey :~~ ) ) || ~~ ))
image:
repo: (( version.image_repo || ~~ ))
repository: (( version.image_repo || ~~ ))
tag: (( version.image_tag || ~~ ))
resources:
- kind: Extension
Expand Down

0 comments on commit 4f0cf68

Please sign in to comment.