File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 4
4
DIFFGRAM_STATIC_STORAGE_PROVIDER: { { .Values.diffgramSettings.DIFFGRAM_STATIC_STORAGE_PROVIDER } }
5
5
DIFFGRAM_S3_BUCKET_NAME: { { .Values.diffgramSettings.DIFFGRAM_S3_BUCKET_NAME } }
6
6
IS_DIFFGRAM_S3_V4_SIGNATURE: { { .Values.diffgramSettings.IS_DIFFGRAM_S3_V4_SIGNATURE } }
7
+ SIGNED_URL_CACHE_MINIMUM_DAYS_VALID: { { .Values.diffgramSettings.SIGNED_URL_CACHE_MINIMUM_DAYS_VALID } }
8
+ SIGNED_URL_CACHE_NEW_OFFSET_DAYS_VALID: { { .Values.diffgramSettings.SIGNED_URL_CACHE_NEW_OFFSET_DAYS_VALID } }
9
+ DIFFGRAM_S3_BUCKET_REGION: { { .Values.diffgramSettings.DIFFGRAM_S3_BUCKET_REGION } }
7
10
ML__DIFFGRAM_S3_BUCKET_NAME: { { .Values.diffgramSettings.ML__DIFFGRAM_S3_BUCKET_NAME } }
8
11
GOOGLE_APPLICATION_CREDENTIALS: /etc/gcp/sa_credentials.json # Check the volume in deployment.yaml and service_account_secret.yaml
9
12
CLOUD_STORAGE_BUCKET: { { .Values.diffgramSettings.CLOUD_STORAGE_BUCKET } }
Original file line number Diff line number Diff line change 3
3
# Declare variables to be passed into your templates.
4
4
5
5
# The Diffgram Version. Whenever a new update arrives, this will be changed.
6
- diffgramVersion : 1.0.0
6
+ diffgramVersion : 1.1.1
7
7
8
8
# Either 'opencore' or 'enterprise'. Please note that selecting 'enterprise'
9
9
# requires that you also set imagePullCredentials.gcrCredentials.
@@ -63,6 +63,7 @@ diffgramSettings:
63
63
DIFFGRAM_SYSTEM_MODE : production
64
64
DIFFGRAM_STATIC_STORAGE_PROVIDER : aws
65
65
DIFFGRAM_S3_BUCKET_NAME : diffgram-testing
66
+ DIFFGRAM_S3_BUCKET_REGION : us-west-1
66
67
DIFFGRAM_AZURE_CONTAINER_NAME : diffgram-testing
67
68
ML__DIFFGRAM_AZURE_CONTAINER_NAME : diffgram-testing
68
69
ML__DIFFGRAM_S3_BUCKET_NAME : diffgram-testing
@@ -96,6 +97,8 @@ diffgramSettings:
96
97
DIFFGRAM_MINIO_DISABLED_SSL_VERIFY : ' "False"'
97
98
RABBITMQ_PORT : " '5672'"
98
99
RABBITMQ_HOST : " diffgram-rabbitmq"
100
+ SIGNED_URL_CACHE_MINIMUM_DAYS_VALID : " '5'"
101
+ SIGNED_URL_CACHE_NEW_OFFSET_DAYS_VALID : " '6'"
99
102
100
103
imagePullCredentials :
101
104
# The service account with permissions to pull from the GCR Repository. [Should be Provided by Diffgram Team.]
You can’t perform that action at this time.
0 commit comments