Skip to content

Commit

Permalink
Merge dev to dev-to-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
k8s-on-aws-manager-app[bot] authored Sep 30, 2024
2 parents c3eb8a1 + 046cc6b commit 682a2ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cluster/manifests/skipper/deployment.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{{/* image-updater-bot detects *image variables so use print to disable it for main image */}}

{{ $main_image := print "container-registry.zalando.net/teapot/skipper-internal:" "v0.21.198-1017" }}
{{ $main_image := print "container-registry.zalando.net/teapot/skipper-internal:" "v0.21.208-1027" }}
{{ $canary_image := "container-registry.zalando.net/teapot/skipper-internal:v0.21.208-1027" }}


Expand Down Expand Up @@ -525,6 +525,7 @@ spec:
args:
- "routesrv"
- "-application-log-level={{ .Cluster.ConfigItems.skipper_routesrv_log_level }}"
- "-enable-profile"
- "-kubernetes"
- "-kubernetes-in-cluster"
- "-kubernetes-path-mode=path-prefix"
Expand Down

0 comments on commit 682a2ca

Please sign in to comment.