Skip to content

Commit

Permalink
[artifactory] Add the ability to set signedUrlExpirySeconds to goog…
Browse files Browse the repository at this point in the history
…le providers (#1858)
  • Loading branch information
heyitsmdr authored Oct 30, 2024
1 parent 058ac62 commit 8d67742
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions stable/artifactory/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions stable/artifactory/files/binarystore.xml
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,9 @@
<bucketName>{{ .Values.artifactory.persistence.googleStorage.bucketName }}</bucketName>
<path>{{ .Values.artifactory.persistence.googleStorage.path }}</path>
<bucketExists>{{ .Values.artifactory.persistence.googleStorage.bucketExists }}</bucketExists>
{{- if .Values.artifactory.persistence.googleStorage.signedUrlExpirySeconds }}
<signedUrlExpirySeconds>{{ .Values.artifactory.persistence.googleStorage.signedUrlExpirySeconds }}</signedUrlExpirySeconds>
{{- end }}
</provider>
</config>
{{- end }}
Expand Down

0 comments on commit 8d67742

Please sign in to comment.