Skip to content

Commit a902bb9

Browse files
authored
fix: #742 Revert frontent message and db migration trigger (#818)
1 parent c1424a8 commit a902bb9

4 files changed

Lines changed: 17 additions & 18 deletions

File tree

.github/workflows/db-major-upgrade.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,6 @@ jobs:
188188
overwrite: true
189189
parameters:
190190
-p ZONE=${{ env.ZONE }}
191-
triggers: ('db')
192191

193192
- name: Verify New Version DB Upgrade Container Deployment Readiness
194193
run: |

admin/src/app/header/header.component.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
<div class="header-notice">
1010
<span class="navbar-environment" *ngIf="environmentDisplay">{{environmentDisplay}}</span>
1111
<!-- Uncomment below Maintenance Notice and adjust it if needed -->
12-
<div class="downtime-notice">
12+
<!-- <div class="downtime-notice">
1313
<span>Scheduled Maintenance on June 24th, 2025, 5:00–6:00 PM PST. <br/></span>
1414
<span>The app will be temporarily unavailable. Thank you for your understanding and patience.</span>
15-
</div>
15+
</div> -->
1616
</div>
1717

1818
<button class="navbar-toggler" type="button" title="Toggle Main Navigation"

db/openshift.deploy.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -126,19 +126,19 @@ objects:
126126
storageClassName: netapp-file-standard
127127

128128
### for db major upgrade PVC only ###
129-
- kind: PersistentVolumeClaim
130-
apiVersion: v1
131-
metadata:
132-
name: ${NAME}-${ZONE}-dbupgrade-${DB_UPGRADE_VERSION}
133-
labels:
134-
app: ${NAME}-${ZONE}
135-
spec:
136-
accessModes:
137-
- ReadWriteMany
138-
resources:
139-
requests:
140-
storage: "${DB_BACKUP_PVC_SIZE}"
141-
storageClassName: netapp-file-standard
129+
# - kind: PersistentVolumeClaim
130+
# apiVersion: v1
131+
# metadata:
132+
# name: ${NAME}-${ZONE}-dbupgrade-${DB_UPGRADE_VERSION}
133+
# labels:
134+
# app: ${NAME}-${ZONE}
135+
# spec:
136+
# accessModes:
137+
# - ReadWriteMany
138+
# resources:
139+
# requests:
140+
# storage: "${DB_BACKUP_PVC_SIZE}"
141+
# storageClassName: netapp-file-standard
142142

143143

144144
- kind: Deployment

public/src/app/header/header.component.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
<div class="header-notice">
99
<span class="navbar-environment" *ngIf="environmentDisplay">{{environmentDisplay}}</span>
1010
<!-- Uncomment below Maintenance Notice and adjust it if needed -->
11-
<div class="downtime-notice">
11+
<!-- <div class="downtime-notice">
1212
<span>Scheduled Maintenance on June 24th, 2025, 5:00–6:00 PM PST. <br/></span>
1313
<span>The app will be temporarily unavailable. Thank you for your understanding and patience.</span>
14-
</div>
14+
</div> -->
1515
</div>
1616

1717
<button class="navbar-toggler" type="button" title="Toggle Main Navigation"

0 commit comments

Comments
 (0)