Skip to content

Commit 67f7cda

Browse files
authored
Merge pull request #9034 from zalando-incubator/dev-to-eks
dev to eks
2 parents 6417c00 + 1404dd7 commit 67f7cda

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

cluster/manifests/deployment-service/controller-statefulset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ spec:
2929
terminationGracePeriodSeconds: 300
3030
containers:
3131
- name: "deployment-service-controller"
32-
image: "container-registry.zalando.net/teapot/deployment-controller:master-237"
32+
image: "container-registry.zalando.net/teapot/deployment-controller:master-238"
3333
args:
3434
- "--config-namespace=kube-system"
3535
- "--decrypt-kms-alias-arn=arn:aws:kms:{{ .Cluster.Region }}:{{ .Cluster.InfrastructureAccount | getAWSAccountID }}:alias/deployment-secret"

cluster/manifests/deployment-service/status-service-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# {{ $image := "container-registry.zalando.net/teapot/deployment-status-service:master-237" }}
1+
# {{ $image := "container-registry.zalando.net/teapot/deployment-status-service:master-238" }}
22
# {{ $version := index (split $image ":") 1 }}
33

44
apiVersion: apps/v1

cluster/manifests/skipper/routegroup-probe.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ spec:
1313
defaultBackends:
1414
- backendName: simulation
1515
hosts:
16-
- cluster-health.{{ .Values.hosted_zone }}
1716
- cluster-health-{{ .Cluster.Alias }}.{{ .Values.hosted_zone }}
1817
routes:
1918
- pathSubtree: /

0 commit comments

Comments
 (0)