Skip to content

Commit fd22e1c

Browse files
authored
Merge pull request #6988 from zalando-incubator/dev-to-kube-1.26
dev to kube-1.26
2 parents bca6737 + c6b1c45 commit fd22e1c

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

cluster/config-defaults.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -888,13 +888,8 @@ stackset_routegroup_support_enabled: "true"
888888
stackset_ingress_source_switch_ttl: "5m"
889889

890890
# enable/disable versioned configuration resources support for stackset
891-
{{if eq .Cluster.Environment "production"}}
892-
stackset_configmap_support_enabled: "false"
893-
stackset_secret_support_enabled: "false"
894-
{{else}}
895891
stackset_configmap_support_enabled: "true"
896892
stackset_secret_support_enabled: "true"
897-
{{end}}
898893

899894
# enable/disable traffic segment support for stackset
900895
stackset_enable_traffic_segments: "false"

cluster/manifests/skipper/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{{ $internal_version := "v0.19.53-804" }}
2-
{{ $canary_internal_version := "v0.19.53-804" }}
2+
{{ $canary_internal_version := "v0.20.5-813" }}
33

44
{{/* Optional canary arguments separated by "[cf724afc]" to allow whitespaces, e.g. "-foo=has a whitespace[cf724afc]-baz=qux" */}}
55
{{ $canary_args := "" }}

0 commit comments

Comments
 (0)