Skip to content

Commit

Permalink
Merge pull request #2215 from airqo-platform/staging
Browse files Browse the repository at this point in the history
move to production
  • Loading branch information
Baalmart authored Nov 5, 2024
2 parents 0b6ab74 + 4beb5b3 commit 37dd191
Show file tree
Hide file tree
Showing 10 changed files with 9 additions and 15 deletions.
2 changes: 1 addition & 1 deletion k8s/calibrate/values-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ replicaCount: 2
image:
repository: eu.gcr.io/airqo-250220/airqo-calibrate-app
pullPolicy: Always
tag: prod-92bce929-1711399864
tag: prod-0b6ab742-1730310592
imagePullSecrets: []
nameOverride: ''
fullnameOverride: ''
Expand Down
2 changes: 1 addition & 1 deletion k8s/docs/values-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ replicaCount: 1
image:
repository: eu.gcr.io/airqo-250220/airqo-prod-docs
pullPolicy: Always
tag: prod-92bce929-1711399864
tag: prod-0b6ab742-1730310592
imagePullSecrets: []
nameOverride: ''
fullnameOverride: ''
Expand Down
2 changes: 1 addition & 1 deletion k8s/inventory/values-prod.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
replicaCount: 2
image:
repository: eu.gcr.io/airqo-250220/airqo-inventory
tag: prod-92bce929-1711399864
tag: prod-0b6ab742-1730310592
pullPolicy: Always
imagePullSecrets: []
nameOverride: ''
Expand Down
2 changes: 1 addition & 1 deletion k8s/netmanager/values-prod.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
replicaCount: 2
image:
repository: eu.gcr.io/airqo-250220/airqo-platform-frontend
tag: prod-a24ae61f-1726211961
tag: prod-0b6ab742-1730310592
pullPolicy: Always
imagePullSecrets: []
nameOverride: ''
Expand Down
2 changes: 1 addition & 1 deletion k8s/netmanager/values-stage.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
replicaCount: 2
image:
repository: eu.gcr.io/airqo-250220/airqo-stage-platform-frontend
tag: stage-9f6bd215-1730212099
tag: stage-881acf30-1730309646
pullPolicy: Always
imagePullSecrets: []
nameOverride: ''
Expand Down
2 changes: 1 addition & 1 deletion k8s/platform/values-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ replicaCount: 1
image:
repository: eu.gcr.io/airqo-250220/airqo-next-platform
pullPolicy: Always
tag: prod-671eac80-1730132562
tag: prod-0b6ab742-1730310592
imagePullSecrets: []
nameOverride: ''
fullnameOverride: ''
Expand Down
2 changes: 1 addition & 1 deletion k8s/platform/values-stage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ replicaCount: 1
image:
repository: eu.gcr.io/airqo-250220/airqo-stage-next-platform
pullPolicy: Always
tag: stage-e6b68f58-1730132492
tag: stage-881acf30-1730309646
imagePullSecrets: []
nameOverride: ''
fullnameOverride: ''
Expand Down
2 changes: 1 addition & 1 deletion k8s/reports/values-prod.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
replicaCount: 2
image:
repository: eu.gcr.io/airqo-250220/airqo-reports
tag: prod-e4b5ed0f-1723122147
tag: prod-0b6ab742-1730310592
pullPolicy: Always
imagePullSecrets: []
nameOverride: ''
Expand Down
2 changes: 1 addition & 1 deletion k8s/reports/values-stage.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
replicaCount: 2
image:
repository: eu.gcr.io/airqo-250220/airqo-stage-reports
tag: stage-3e13e1ec-1723122016
tag: stage-881acf30-1730309646
pullPolicy: Always
imagePullSecrets: []
nameOverride: ''
Expand Down
6 changes: 0 additions & 6 deletions netmanager/src/views/pages/Preferences/Preferences.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,6 @@ import AddIcon from '@material-ui/icons/Add';
import DeleteIcon from '@material-ui/icons/Delete';
import StarIcon from '@material-ui/icons/Star';
import StarBorderIcon from '@material-ui/icons/StarBorder';
import {
getDefaultSelectedSitesApi,
setDefaultSelectedSitesApi,
deleteDefaultSelectedSiteApi,
updateDefaultSelectedSiteApi
} from 'views/apis/authService';
import { useSitesSummaryData } from 'redux/SiteRegistry/selectors';
import { Alert, Autocomplete } from '@material-ui/lab';
import { useDispatch, useSelector } from 'react-redux';
Expand Down

0 comments on commit 37dd191

Please sign in to comment.