File tree Expand file tree Collapse file tree 9 files changed +14
-8
lines changed Expand file tree Collapse file tree 9 files changed +14
-8
lines changed Original file line number Diff line number Diff line change 6
6
replicaCount : 3
7
7
image :
8
8
repository : eu.gcr.io/airqo-250220/airqo-auth-api
9
- tag : prod-a7e2441e-1733386719
9
+ tag : prod-a3cb024a-1733435812
10
10
nameOverride : ' '
11
11
fullnameOverride : ' '
12
12
podAnnotations : {}
Original file line number Diff line number Diff line change 6
6
replicaCount : 2
7
7
image :
8
8
repository : eu.gcr.io/airqo-250220/airqo-stage-auth-api
9
- tag : stage-73463ae7-1733386665
9
+ tag : stage-95dea6dd-1733435752
10
10
nameOverride : ' '
11
11
fullnameOverride : ' '
12
12
podAnnotations : {}
Original file line number Diff line number Diff line change 4
4
configmap : env-exceedance-production
5
5
image :
6
6
repository : eu.gcr.io/airqo-250220/airqo-exceedance-job
7
- tag : prod-a7e2441e-1733386719
7
+ tag : prod-a3cb024a-1733435812
8
8
nameOverride : ' '
9
9
fullnameOverride : ' '
Original file line number Diff line number Diff line change 4
4
configmap : env-exceedance-production
5
5
image :
6
6
repository : eu.gcr.io/airqo-250220/kcca-exceedance-job
7
- tag : prod-a7e2441e-1733386719
7
+ tag : prod-a3cb024a-1733435812
8
8
nameOverride : ' '
9
9
fullnameOverride : ' '
Original file line number Diff line number Diff line change 7
7
predictJob : eu.gcr.io/airqo-250220/airqo-predict-job
8
8
trainJob : eu.gcr.io/airqo-250220/airqo-train-job
9
9
predictPlaces : eu.gcr.io/airqo-250220/airqo-predict-places-air-quality
10
- tag : prod-a7e2441e-1733386719
10
+ tag : prod-a3cb024a-1733435812
11
11
api :
12
12
name : airqo-prediction-api
13
13
label : prediction-api
Original file line number Diff line number Diff line change 6
6
replicaCount : 3
7
7
image :
8
8
repository : eu.gcr.io/airqo-250220/airqo-spatial-api
9
- tag : prod-a7e2441e-1733386719
9
+ tag : prod-a3cb024a-1733435812
10
10
nameOverride : ' '
11
11
fullnameOverride : ' '
12
12
podAnnotations : {}
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ images:
10
10
initContainer : eu.gcr.io/airqo-250220/airqo-workflows-xcom
11
11
redisContainer : eu.gcr.io/airqo-250220/airqo-redis
12
12
containers : eu.gcr.io/airqo-250220/airqo-workflows
13
- tag : prod-a7e2441e-1733386719
13
+ tag : prod-a3cb024a-1733435812
14
14
nameOverride : ' '
15
15
fullnameOverride : ' '
16
16
podAnnotations : {}
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ images:
10
10
initContainer : eu.gcr.io/airqo-250220/airqo-stage-workflows-xcom
11
11
redisContainer : eu.gcr.io/airqo-250220/airqo-stage-redis
12
12
containers : eu.gcr.io/airqo-250220/airqo-stage-workflows
13
- tag : stage-76ff52fe-1733336066
13
+ tag : stage-635379ef-1733407940
14
14
nameOverride : ' '
15
15
fullnameOverride : ' '
16
16
podAnnotations : {}
Original file line number Diff line number Diff line change @@ -1032,7 +1032,10 @@ const createNetwork = {
1032
1032
) ;
1033
1033
}
1034
1034
1035
+ const usersFilter = generateFilter . users ( request , next ) ;
1036
+
1035
1037
const filter = {
1038
+ ...usersFilter ,
1036
1039
"network_roles.network" : { $ne : net_id } ,
1037
1040
category : "networks" ,
1038
1041
} ;
@@ -1076,7 +1079,10 @@ const createNetwork = {
1076
1079
) ;
1077
1080
}
1078
1081
1082
+ const usersFilter = generateFilter . users ( request , next ) ;
1083
+
1079
1084
const filter = {
1085
+ ...usersFilter ,
1080
1086
"network_roles.network" : net_id ,
1081
1087
category : "networks" ,
1082
1088
} ;
You can’t perform that action at this time.
0 commit comments