Skip to content

Commit 3a4bab3

Browse files
authored
Merge pull request #385 from project-koku/release_prod-stable.3555
Deployment commit for prod-stable
2 parents 8e55671 + 2e54f1e commit 3a4bab3

File tree

9 files changed

+831
-2089
lines changed

9 files changed

+831
-2089
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
env:
1010
BRANCH: ${{ github.base_ref }}
11-
NODEJS_VERSION: '18'
11+
NODEJS_VERSION: '20'
1212

1313
jobs:
1414
build:

README.md

+10-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,16 @@ Submit issues in [Jira].
1212

1313
## Requirements
1414

15-
* [NodeJS v18.15+][nodejs]
16-
* [npm v9.5+][npm]
15+
* [NodeJS v20.15+][nodejs]
16+
* [npm v10.8+][npm]
17+
* [Podman][podman]
18+
19+
After installing Podman, create and start your VM.
20+
21+
```
22+
podman machine init
23+
podman machine start
24+
```
1725

1826
## Setup `hosts` entries (do this once)
1927

build_deploy.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export COMPONENT="hccm"
99
export IMAGE="quay.io/cloudservices/hccm-frontend-mfe"
1010
export WORKSPACE=${WORKSPACE:-$APP_ROOT} # if running in jenkins, use the build's workspace
1111
export APP_ROOT=$(pwd)
12-
export NODE_BUILD_VERSION=18
12+
export NODE_BUILD_VERSION=20
1313
COMMON_BUILDER=https://raw.githubusercontent.com/RedHatInsights/insights-frontend-builder-common/master
1414

1515
set -exv

locales/data.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -320,13 +320,13 @@
320320
"docsGettingStarted": [
321321
{
322322
"type": 0,
323-
"value": "https://access.redhat.com/documentation/en-us/cost_management_service/1-latest/html/getting_started_with_resource_optimization_for_openshift"
323+
"value": "https://docs.redhat.com/en/documentation/cost_management_service/1-latest/html/getting_started_with_resource_optimization_for_openshift"
324324
}
325325
],
326326
"docsOptimizations": [
327327
{
328328
"type": 0,
329-
"value": "https://access.redhat.com/documentation/en-us/cost_management_service/1-latest/html/getting_started_with_resource_optimization_for_openshift/optimizations-ros"
329+
"value": "https://docs.redhat.com/en/documentation/cost_management_service/1-latest/html/getting_started_with_resource_optimization_for_openshift/optimizations-ros"
330330
}
331331
],
332332
"emptyFilterStateSubtitle": [

locales/translations.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"currentConfiguration": "Current configuration",
1818
"dataTableAriaLabel": "Details table",
1919
"detailsEmptyState": "Processing data to generate a list of all services that sums to a total cost...",
20-
"docsGettingStarted": "https://access.redhat.com/documentation/en-us/cost_management_service/1-latest/html/getting_started_with_resource_optimization_for_openshift",
21-
"docsOptimizations": "https://access.redhat.com/documentation/en-us/cost_management_service/1-latest/html/getting_started_with_resource_optimization_for_openshift/optimizations-ros",
20+
"docsGettingStarted": "https://docs.redhat.com/en/documentation/cost_management_service/1-latest/html/getting_started_with_resource_optimization_for_openshift",
21+
"docsOptimizations": "https://docs.redhat.com/en/documentation/cost_management_service/1-latest/html/getting_started_with_resource_optimization_for_openshift/optimizations-ros",
2222
"emptyFilterStateSubtitle": "Sorry, no data with the given filter was found.",
2323
"emptyFilterStateTitle": "No match found",
2424
"errorStateNotAuthorizedDesc": "Contact the cost management administrator to provide access to this application",

0 commit comments

Comments
 (0)