Skip to content

Commit 25a1891

Browse files
fabric-gateway: Update to version master-333
Update container-registry.zalando.net/gwproxy/fabric-gateway to version master-333
1 parent da156a8 commit 25a1891

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

cluster/manifests/fabric-gateway/deployment.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# {{ $image := "container-registry.zalando.net/gwproxy/fabric-gateway:master-332" }}
1+
# {{ $image := "container-registry.zalando.net/gwproxy/fabric-gateway:master-333" }}
22
# {{ $version := index (split $image ":") 1 }}
33
apiVersion: apps/v1
44
kind: Deployment
@@ -48,6 +48,9 @@ spec:
4848
{{ if eq .Cluster.ConfigItems.fabric_gateway_controller_allow_all_filters "true" }}
4949
- -allow-all-filters=true
5050
{{ end }}
51+
{{ if ne .Cluster.ConfigItems.fabric_gateway_controller_snapshots_history_limit "0" }}
52+
- -snapshots-history-limit={{ .Cluster.ConfigItems.fabric_gateway_controller_snapshots_history_limit }}
53+
{{ end }}
5154
{{ if eq .Cluster.ConfigItems.fabric_gateway_controller_enable_versioning "true" }}
5255
- -enable-versioning=true
5356
{{ end }}

0 commit comments

Comments
 (0)