@@ -21,7 +21,7 @@ image: concourse/concourse
2121# # of `concourse/concourse`.
2222# # Ref: https://hub.docker.com/r/concourse/concourse/tags/
2323# #
24- imageTag : " 7.12.1 "
24+ imageTag : " 7.13.2 "
2525
2626# # Specific image digest to use in place of a tag.
2727# # Ref: https://kubernetes.io/docs/concepts/configuration/overview/#container-images
@@ -307,7 +307,7 @@ concourse:
307307
308308 # # Interval on which to check for new versions of resource types.
309309 # #
310- resourceCheckingInterval : 1m
310+ resourceTypeCheckingInterval : 1m
311311
312312 # # Interval on which to check for new versions of any resources that have
313313 # # configured a webhook token
@@ -499,11 +499,6 @@ concourse:
499499 # #
500500 database : atc
501501
502- # # Whether to use the binary_parameter option from the lib/pq driver that
503- # # Concourse uses to connect to PostgreSQL
504- # #
505- binaryParameter : false
506-
507502
508503 kubernetes :
509504 # # Enable the use of Kubernetes Secrets as the credential provider for
@@ -956,6 +951,11 @@ concourse:
956951 # #
957952 contentSecurityPolicy :
958953
954+ # # The value to set for Strict-Transport-Security header. If omitted, the default
955+ # # value in the Concourse binary is used.
956+ # #
957+ strictTransportPolicy :
958+
959959 gc :
960960 # # Interval on which to perform garbage collection.
961961 # #
@@ -1850,6 +1850,12 @@ concourse:
18501850 # # Path to CNI network plugins, defaults to /usr/local/concourse/bin
18511851 cniPluginsDir :
18521852
1853+ # # How many privileges privileged containers get. Options are 'full'
1854+ # # (default), 'fuse-only', 'ignore'. 'full' is equivalent to root on host.
1855+ # # 'ignore' means no extra privileges. 'fuse-only' means enough privileges
1856+ # # to use fuse-overlayfs.
1857+ privilegedMode :
1858+
18531859 # # API endpoint of an externally managed Garden server to use instead of
18541860 # # running the embedded Garden server.
18551861 # #
0 commit comments