@@ -105,6 +105,7 @@ func updateStatusFunction(image docker.Docker) *api_v1beta1.Function {
105
105
"--provider=${REPOSITORY_PROVIDER:=}" ,
106
106
"--bucket=${REPOSITORY_BUCKET:=}" ,
107
107
"--endpoint=${REPOSITORY_ENDPOINT:=}" ,
108
+ "--region=${REPOSITORY_REGION:=}" ,
108
109
"--path=${REPOSITORY_PREFIX:=}" ,
109
110
"--secret-dir=/etc/repository/secret" ,
110
111
"--scratch-dir=/tmp" ,
@@ -143,6 +144,7 @@ func pvcBackupFunction(image docker.Docker) *api_v1beta1.Function {
143
144
"--provider=${REPOSITORY_PROVIDER:=}" ,
144
145
"--bucket=${REPOSITORY_BUCKET:=}" ,
145
146
"--endpoint=${REPOSITORY_ENDPOINT:=}" ,
147
+ "--region=${REPOSITORY_REGION:=}" ,
146
148
"--path=${REPOSITORY_PREFIX:=}" ,
147
149
"--secret-dir=/etc/repository/secret" ,
148
150
"--scratch-dir=/tmp" ,
@@ -193,6 +195,7 @@ func pvcRestoreFunction(image docker.Docker) *api_v1beta1.Function {
193
195
"--provider=${REPOSITORY_PROVIDER:=}" ,
194
196
"--bucket=${REPOSITORY_BUCKET:=}" ,
195
197
"--endpoint=${REPOSITORY_ENDPOINT:=}" ,
198
+ "--region=${REPOSITORY_REGION:=}" ,
196
199
"--path=${REPOSITORY_PREFIX:=}" ,
197
200
"--secret-dir=/etc/repository/secret" ,
198
201
"--scratch-dir=/tmp" ,
0 commit comments