Skip to content

Commit

Permalink
Merge pull request #385 from project-koku/release_prod-stable.3555
Browse files Browse the repository at this point in the history
Deployment commit for prod-stable
  • Loading branch information
dlabrecq authored Jul 17, 2024
2 parents 8e55671 + 2e54f1e commit 3a4bab3
Show file tree
Hide file tree
Showing 9 changed files with 831 additions and 2,089 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

env:
BRANCH: ${{ github.base_ref }}
NODEJS_VERSION: '18'
NODEJS_VERSION: '20'

jobs:
build:
Expand Down
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,16 @@ Submit issues in [Jira].

## Requirements

* [NodeJS v18.15+][nodejs]
* [npm v9.5+][npm]
* [NodeJS v20.15+][nodejs]
* [npm v10.8+][npm]
* [Podman][podman]

After installing Podman, create and start your VM.

```
podman machine init
podman machine start
```

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

Expand Down
2 changes: 1 addition & 1 deletion build_deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export COMPONENT="hccm"
export IMAGE="quay.io/cloudservices/hccm-frontend-mfe"
export WORKSPACE=${WORKSPACE:-$APP_ROOT} # if running in jenkins, use the build's workspace
export APP_ROOT=$(pwd)
export NODE_BUILD_VERSION=18
export NODE_BUILD_VERSION=20
COMMON_BUILDER=https://raw.githubusercontent.com/RedHatInsights/insights-frontend-builder-common/master

set -exv
Expand Down
4 changes: 2 additions & 2 deletions locales/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -320,13 +320,13 @@
"docsGettingStarted": [
{
"type": 0,
"value": "https://access.redhat.com/documentation/en-us/cost_management_service/1-latest/html/getting_started_with_resource_optimization_for_openshift"
"value": "https://docs.redhat.com/en/documentation/cost_management_service/1-latest/html/getting_started_with_resource_optimization_for_openshift"
}
],
"docsOptimizations": [
{
"type": 0,
"value": "https://access.redhat.com/documentation/en-us/cost_management_service/1-latest/html/getting_started_with_resource_optimization_for_openshift/optimizations-ros"
"value": "https://docs.redhat.com/en/documentation/cost_management_service/1-latest/html/getting_started_with_resource_optimization_for_openshift/optimizations-ros"
}
],
"emptyFilterStateSubtitle": [
Expand Down
4 changes: 2 additions & 2 deletions locales/translations.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"currentConfiguration": "Current configuration",
"dataTableAriaLabel": "Details table",
"detailsEmptyState": "Processing data to generate a list of all services that sums to a total cost...",
"docsGettingStarted": "https://access.redhat.com/documentation/en-us/cost_management_service/1-latest/html/getting_started_with_resource_optimization_for_openshift",
"docsOptimizations": "https://access.redhat.com/documentation/en-us/cost_management_service/1-latest/html/getting_started_with_resource_optimization_for_openshift/optimizations-ros",
"docsGettingStarted": "https://docs.redhat.com/en/documentation/cost_management_service/1-latest/html/getting_started_with_resource_optimization_for_openshift",
"docsOptimizations": "https://docs.redhat.com/en/documentation/cost_management_service/1-latest/html/getting_started_with_resource_optimization_for_openshift/optimizations-ros",
"emptyFilterStateSubtitle": "Sorry, no data with the given filter was found.",
"emptyFilterStateTitle": "No match found",
"errorStateNotAuthorizedDesc": "Contact the cost management administrator to provide access to this application",
Expand Down
Loading

0 comments on commit 3a4bab3

Please sign in to comment.