Skip to content

Commit

Permalink
fix: prod env tweaks (#31) (#32)
Browse files Browse the repository at this point in the history
* fix(config): consistency across all services, bump tagging workflow
* 512mi ram across all dev services
* bump tagging workflow to v6.1
* Dockerfile use Java 17 JRE runtime image in dev
* fpi fw version consistency
* fix(login-api): bump to 1.0.28
  • Loading branch information
vincejv authored Nov 1, 2022
1 parent 428769e commit cdda39e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:
REGION: asia-east1
SONAR_PROJECT_KEY: vincejv_fpi-sms-api
SERVICE_CPU: 1000m
SERVICE_MEMORY: 768Mi
SERVICE_MEMORY: 512Mi
SERVICE_ENV: dev

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:

- name: Bump version and push tag
id: tag_version
uses: mathieudutour/github-tag-action@v6.0
uses: mathieudutour/github-tag-action@v6.1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
# accessed directly. (example: "foo.example.com,bar.example.com")
#
###
FROM registry.access.redhat.com/ubi8/openjdk-17:1.14
FROM registry.access.redhat.com/ubi8/openjdk-17-runtime:1.14

ENV LANGUAGE='en_US:en'

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
<dependency>
<groupId>com.abavilla</groupId>
<artifactId>fpi-login-api-lib</artifactId>
<version>1.0.27</version>
<version>1.0.28</version>
</dependency>

<dependency>
Expand Down

0 comments on commit cdda39e

Please # to comment.