diff --git a/stable/artifactory/CHANGELOG.md b/stable/artifactory/CHANGELOG.md
index aeba9bc88..cb4d78123 100644
--- a/stable/artifactory/CHANGELOG.md
+++ b/stable/artifactory/CHANGELOG.md
@@ -17,6 +17,7 @@ All changes to this chart will be documented in this file.
`access.extraEnvironmentVariables`
* Updating the example link for downloading the DB driver
* Added Binary Provider recommendations
+* Added `signedUrlExpirySeconds` option to artifactory.persistence.type of `google-storage`, `google-storage-v2`, and `google-storage-v2-direct`
## [107.89.0] - June 7, 2024
* Fix the indentation of the commented-out sections in the values.yaml file
diff --git a/stable/artifactory/files/binarystore.xml b/stable/artifactory/files/binarystore.xml
index e396e0a41..543f8d542 100644
--- a/stable/artifactory/files/binarystore.xml
+++ b/stable/artifactory/files/binarystore.xml
@@ -179,6 +179,9 @@
{{ .Values.artifactory.persistence.googleStorage.bucketName }}
{{ .Values.artifactory.persistence.googleStorage.path }}
{{ .Values.artifactory.persistence.googleStorage.bucketExists }}
+ {{- if .Values.artifactory.persistence.googleStorage.signedUrlExpirySeconds }}
+ {{ .Values.artifactory.persistence.googleStorage.signedUrlExpirySeconds }}
+ {{- end }}
{{- end }}