From 489936a94413d46485df5bf07bcb83466474f56a Mon Sep 17 00:00:00 2001 From: Tim Smyth Date: Tue, 6 Jun 2023 08:59:47 +0200 Subject: [PATCH] transfered ownership --- .github/workflows/pre-release.yml | 2 +- .github/workflows/release.yml | 2 +- README.md | 10 +++++----- pom.xml | 4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/pre-release.yml b/.github/workflows/pre-release.yml index cd4e00e..34e6a45 100644 --- a/.github/workflows/pre-release.yml +++ b/.github/workflows/pre-release.yml @@ -10,7 +10,7 @@ on: - unlabeled env: REGISTRY: quay.io - REPOSITORY: pulledtim + REPOSITORY: fiware jobs: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 253635a..8ff4ce3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -7,7 +7,7 @@ on: env: REGISTRY: quay.io - REPOSITORY: pulledtim + REPOSITORY: fiware jobs: generate-version: diff --git a/README.md b/README.md index 507b42c..30a4c0d 100644 --- a/README.md +++ b/README.md @@ -4,21 +4,21 @@ The Trusted Issuers Registry provides both an [EBSI Trusted Issuers Registry](ht [![FIWARE Security](https://nexus.lab.fiware.org/repository/raw/public/badges/chapters/security.svg)](https://www.fiware.org/developers/catalogue/) [![License badge](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) -[![Coverage Status](https://coveralls.io/repos/github/pulledtim/trusted-issuers-registry/badge.svg?branch=main)](https://coveralls.io/github/pulledtim/trusted-issuers-registry?branch=main) -[![Test](https://github.com/pulledtim/trusted-issuers-registry/actions/workflows/test.yml/badge.svg)](https://github.com/FIWARE/trusted-issuers-list/actions/workflows/test.yml) -[![Release](https://github.com/pulledtim/trusted-issuers-registry/actions/workflows/release.yml/badge.svg)](https://github.com/FIWARE/trusted-issuers-list/actions/workflows/release.yml) +[![Coverage Status](https://coveralls.io/repos/github/fiware/trusted-issuers-registry/badge.svg?branch=main)](https://coveralls.io/github/fiware/trusted-issuers-registry?branch=main) +[![Test](https://github.com/fiware/trusted-issuers-registry/actions/workflows/test.yml/badge.svg)](https://github.com/FIWARE/trusted-issuers-list/actions/workflows/test.yml) +[![Release](https://github.com/fiware/trusted-issuers-registry/actions/workflows/release.yml/badge.svg)](https://github.com/FIWARE/trusted-issuers-list/actions/workflows/release.yml) ## Installation ### Container -The Trusted Issuers Registry is provided as a container at [quay.io](https://quay.io/repository/pulledtim/trusted-issuers-registry). +The Trusted Issuers Registry is provided as a container at [quay.io](https://quay.io/repository/fiware/trusted-issuers-registry). To provide the service, a NGSI-LG service has to be provided. In a local setup, you can for example use: ```shell docker run --name orionld -p 1206:1206 quay.io/fiware/orion-ld:1.1.1 ``` and the start the service: ```shell -docker run --network host quay.io/pulledtim/trusted-issuers-registry:0.0.1 +docker run --network host quay.io/fiware/trusted-issuers-registry:0.0.1 ``` After that, its accessible at ```localhost:8080```. ### Helm Chart diff --git a/pom.xml b/pom.xml index 242a8eb..35ce7a0 100644 --- a/pom.xml +++ b/pom.xml @@ -40,7 +40,7 @@ EBSI TrustedIssuersRegistry API Impl with Context broker backend EBSI TrustedIssuersRegistry API Impl with Context broker backend. - https://github.com/pulledtim/trusted-issuers-registry + https://github.com/fiware/trusted-issuers-registry Apache License 2.0 Apache License 2.0 https://www.apache.org/licenses/LICENSE-2.0 @@ -72,7 +72,7 @@ org.fiware.iam.tir.Application quay.io - pulledtim + fiware 1.5.3.Final