Skip to content

Commit 3e5efd9

Browse files
tkummer33Tomas Kummer
andauthored
replace omp lodestar quay image (#91)
Co-authored-by: Tomas Kummer <[email protected]>
1 parent 88d59f2 commit 3e5efd9

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- uses: redhat-cop/github-actions/s2i@v2
3030
with:
3131
base: registry.access.redhat.com/ubi8/openjdk-11:1.3
32-
output_image: "quay.io/rht-labs/omp-git-api:${{ github.sha }}"
32+
output_image: "quay.io/rht-labs/lodestar-git-api:${{ github.sha }}"
3333
image_push_registry: quay.io
3434
image_push_username: ${{ secrets.QUAY_USERNAME }}
3535
image_push_password: ${{ secrets.QUAY_PASSWORD }}

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: tag with release version
1313
uses: tinact/[email protected]
1414
with:
15-
image_name: rht-labs/omp-git-api
15+
image_name: rht-labs/lodestar-git-api
1616
image_old_tag: ${{ github.sha }}
1717
image_new_tag: ${{ github.event.release.tag_name }}
1818
registry: quay.io
@@ -21,7 +21,7 @@ jobs:
2121
- name: tag with latest
2222
uses: tinact/[email protected]
2323
with:
24-
image_name: rht-labs/omp-git-api
24+
image_name: rht-labs/lodestar-git-api
2525
image_old_tag: ${{ github.sha }}
2626
registry: quay.io
2727
registry_username: ${{ secrets.QUAY_USERNAME }}

deployment/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,21 +15,21 @@ If you are not familiar with Helm - how to configure it and run - you can start
1515
1. Clone the target repo:
1616

1717
```
18-
git clone https://github.com/rht-labs/open-management-portal-git-api
18+
git clone https://github.com/rht-labs/lodestar-git-api
1919
```
2020

2121
2. Change into to the `deployment` directory:
2222

2323
```
24-
cd open-management-portal-git-api/deployment
24+
cd lodestar-git-api/deployment
2525
```
2626

2727
3. Deploy using the following Helm command:
2828

2929
```shell script
3030
helm template . \
3131
--values values-dev.yaml \
32-
--set git.uri=https://github.com/rht-labs/open-management-portal-git-api.git \
32+
--set git.uri=https://github.com/rht-labs/lodestar-git-api.git \
3333
--set git.ref=master \
3434
--set configRepositoryId=<your-config-repository-id> \
3535
--set deployKey=<your-gitlab-deploy-key-id> \
@@ -57,4 +57,4 @@ This will spin up all of the usual resources that this service needs in producti
5757

5858
Please note that there is a configuration for both, webhooks and the runtime configuration. These are provided as samples or subsets and will not be kept current with the values configured in the test/integration/production environments.
5959

60-
These ConfigMaps have already been configured and provided when deployed into the official OpenShift environments.
60+
These ConfigMaps have already been configured and provided when deployed into the official OpenShift environments.

deployment/values-dev.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ development: true
33

44
servicePort: 8080
55

6-
imageName: "omp-git-api"
6+
imageName: "lodestar-git-api"
77
imageTag: "latest"
88

99
builderImage: registry.access.redhat.com/ubi8/openjdk-11
1010
builderImageTag: 1.3
1111

1212
git:
13-
uri: https://github.com/rht-labs/open-management-portal-git-api.git
13+
uri: https://github.com/rht-labs/lodestar-git-api.git
1414
ref: master
1515

1616
configRepositoryId: false

deployment/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: omp-git-api
22

33
servicePort: 8080
44

5-
imageName: "quay.io/rht-labs/omp-git-api"
5+
imageName: "quay.io/rht-labs/lodestar-git-api"
66
imageTag: "latest" # This is intended to be overridden by the parent Helm chart.
77

88
gitlabRef: "master"
@@ -13,4 +13,4 @@ config:
1313
name: webhooks.yaml
1414
configFile:
1515
path: /runtime
16-
name: lodestar-runtime-config.yaml
16+
name: lodestar-runtime-config.yaml

0 commit comments

Comments
 (0)