From cf70fcbcbdb8f6f1f32cd6744b599b20fa71aebc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Mass=C3=A9?= Date: Thu, 15 Jun 2023 10:58:41 +0200 Subject: [PATCH] update URLs --- charts/eshop/Chart.yaml | 6 +++--- charts/eshop/README.md | 2 +- charts/eshop/templates/eshop-api.yaml | 8 ++++---- charts/eshop/templates/eshop-web.yaml | 8 ++++---- charts/sql-server-2019/Chart.yaml | 6 +++--- infrastructure.yaml.sample | 4 ++-- infrastructure/templates/helmchartrepository.yaml | 4 ++-- 7 files changed, 19 insertions(+), 19 deletions(-) diff --git a/charts/eshop/Chart.yaml b/charts/eshop/Chart.yaml index 57cde79..d7e1a3d 100644 --- a/charts/eshop/Chart.yaml +++ b/charts/eshop/Chart.yaml @@ -7,8 +7,8 @@ description: A Helm chart to deploy eShopOnWeb keywords: - dotnet sources: -- https://github.com/nmasse-itix/eShopOnWeb-gitops -home: https://github.com/nmasse-itix/eShopOnWeb +- https://github.com/eShopOnWeb-OpenShift/gitops +home: https://github.com/eShopOnWeb-OpenShift maintainers: - name: Nicolas Massé email: nmasse@redhat.com @@ -20,7 +20,7 @@ annotations: charts.openshift.io/providerType: community charts.openshift.io/supportedOpenShiftVersions: '>=4.13' charts.openshift.io/testedOpenShiftVersion: '4.13' - charts.openshift.io/supportURL: https://github.com/nmasse-itix/eShopOnWeb-gitops/issues + charts.openshift.io/supportURL: https://github.com/eShopOnWeb-OpenShift/gitops/issues charts.openshift.io/provider: Red Hat SSA France charts.openshift.io/archs: x86_64 icon: https://raw.githubusercontent.com/dotnet-architecture/eShopOnWeb/main/src/Web/wwwroot/images/brand.png diff --git a/charts/eshop/README.md b/charts/eshop/README.md index 1c24cca..654c76b 100644 --- a/charts/eshop/README.md +++ b/charts/eshop/README.md @@ -1,6 +1,6 @@ # eShopOnWeb Helm Chart -A Helm chart for deploying [eShopOnWeb](https://github.com/nmasse-itix/eShopOnWeb) on OpenShift. +A Helm chart for deploying [eShopOnWeb](https://github.com/eShopOnWeb-OpenShift/eShopOnWeb) on OpenShift. ## Pre-requisites diff --git a/charts/eshop/templates/eshop-api.yaml b/charts/eshop/templates/eshop-api.yaml index 8b2c93d..8c2bd26 100644 --- a/charts/eshop/templates/eshop-api.yaml +++ b/charts/eshop/templates/eshop-api.yaml @@ -2,7 +2,7 @@ apiVersion: image.openshift.io/v1 kind: ImageStream metadata: annotations: - app.openshift.io/vcs-uri: https://github.com/nmasse-itix/eShopOnWeb.git + app.openshift.io/vcs-uri: https://github.com/eShopOnWeb-OpenShift/eShopOnWeb.git labels: app: eshop app.kubernetes.io/component: eshop-api @@ -21,7 +21,7 @@ kind: BuildConfig metadata: annotations: app.openshift.io/connects-to: '[{"apiVersion":"apps/v1","kind":"Deployment","name":"sql-server"}]' - app.openshift.io/vcs-uri: https://github.com/nmasse-itix/eShopOnWeb.git + app.openshift.io/vcs-uri: https://github.com/eShopOnWeb-OpenShift/eShopOnWeb.git labels: app: eshop-api app.kubernetes.io/component: eshop-api @@ -44,7 +44,7 @@ spec: source: contextDir: / git: - uri: https://github.com/nmasse-itix/eShopOnWeb.git + uri: https://github.com/eShopOnWeb-OpenShift/eShopOnWeb.git type: Git strategy: sourceStrategy: @@ -69,7 +69,7 @@ metadata: alpha.image.policy.openshift.io/resolve-names: '*' app.openshift.io/connects-to: '[{"apiVersion":"apps/v1","kind":"Deployment","name":"sql-server"}]' app.openshift.io/route-disabled: "false" - app.openshift.io/vcs-uri: https://github.com/nmasse-itix/eShopOnWeb.git + app.openshift.io/vcs-uri: https://github.com/eShopOnWeb-OpenShift/eShopOnWeb.git image.openshift.io/triggers: '[{"from":{"kind":"ImageStreamTag","name":"eshop-api:latest"},"fieldPath":"spec.template.spec.containers[?(@.name==\"eshop-api\")].image","pause":"false"}]' labels: app: eshop diff --git a/charts/eshop/templates/eshop-web.yaml b/charts/eshop/templates/eshop-web.yaml index 9513fec..4f0c7dc 100644 --- a/charts/eshop/templates/eshop-web.yaml +++ b/charts/eshop/templates/eshop-web.yaml @@ -2,7 +2,7 @@ apiVersion: image.openshift.io/v1 kind: ImageStream metadata: annotations: - app.openshift.io/vcs-uri: https://github.com/nmasse-itix/eShopOnWeb.git + app.openshift.io/vcs-uri: https://github.com/eShopOnWeb-OpenShift/eShopOnWeb.git labels: app: eshop app.kubernetes.io/component: eshop-web @@ -21,7 +21,7 @@ kind: BuildConfig metadata: annotations: app.openshift.io/connects-to: '[{"apiVersion":"apps/v1","kind":"Deployment","name":"sql-server"}]' - app.openshift.io/vcs-uri: https://github.com/nmasse-itix/eShopOnWeb.git + app.openshift.io/vcs-uri: https://github.com/eShopOnWeb-OpenShift/eShopOnWeb.git labels: app: eshop-web app.kubernetes.io/component: eshop-web @@ -44,7 +44,7 @@ spec: source: contextDir: / git: - uri: https://github.com/nmasse-itix/eShopOnWeb.git + uri: https://github.com/eShopOnWeb-OpenShift/eShopOnWeb.git type: Git strategy: sourceStrategy: @@ -69,7 +69,7 @@ metadata: alpha.image.policy.openshift.io/resolve-names: '*' app.openshift.io/connects-to: '[{"apiVersion":"apps/v1","kind":"Deployment","name":"sql-server"}]' app.openshift.io/route-disabled: "false" - app.openshift.io/vcs-uri: https://github.com/nmasse-itix/eShopOnWeb.git + app.openshift.io/vcs-uri: https://github.com/eShopOnWeb-OpenShift/eShopOnWeb.git image.openshift.io/triggers: '[{"from":{"kind":"ImageStreamTag","name":"eshop-web:latest"},"fieldPath":"spec.template.spec.containers[?(@.name==\"eshop-web\")].image","pause":"false"}]' labels: app: eshop diff --git a/charts/sql-server-2019/Chart.yaml b/charts/sql-server-2019/Chart.yaml index 2de71b5..6329795 100644 --- a/charts/sql-server-2019/Chart.yaml +++ b/charts/sql-server-2019/Chart.yaml @@ -8,8 +8,8 @@ keywords: - mssql - database sources: -- https://github.com/nmasse-itix/eShopOnWeb-gitops -home: https://github.com/nmasse-itix/eShopOnWeb-gitops +- https://github.com/eShopOnWeb-OpenShift/gitops +home: https://github.com/eShopOnWeb-OpenShift maintainers: - name: Nicolas Massé email: nmasse@redhat.com @@ -21,7 +21,7 @@ annotations: charts.openshift.io/providerType: community charts.openshift.io/supportedOpenShiftVersions: '>=4.13' charts.openshift.io/testedOpenShiftVersion: '4.13' - charts.openshift.io/supportURL: https://github.com/nmasse-itix/eShopOnWeb-gitops/issues + charts.openshift.io/supportURL: https://github.com/eShopOnWeb-OpenShift/gitops/issues charts.openshift.io/provider: Red Hat SSA France charts.openshift.io/archs: x86_64 # Taken from https://github.com/elastic/eui/issues/1516 diff --git a/infrastructure.yaml.sample b/infrastructure.yaml.sample index 389282d..e923777 100644 --- a/infrastructure.yaml.sample +++ b/infrastructure.yaml.sample @@ -1,7 +1,7 @@ apiVersion: argoproj.io/v1alpha1 kind: Application metadata: - name: eshop + name: eshoponweb namespace: openshift-gitops spec: destination: @@ -9,7 +9,7 @@ spec: server: 'https://kubernetes.default.svc' source: path: infrastructure - repoURL: 'https://github.com/nmasse-itix/eShopOnWeb-gitops.git' + repoURL: 'https://github.com/eShopOnWeb-OpenShift/gitops.git' targetRevision: main helm: parameters: diff --git a/infrastructure/templates/helmchartrepository.yaml b/infrastructure/templates/helmchartrepository.yaml index 73c5cd0..ebdd0a6 100644 --- a/infrastructure/templates/helmchartrepository.yaml +++ b/infrastructure/templates/helmchartrepository.yaml @@ -28,7 +28,7 @@ apiVersion: build.openshift.io/v1 metadata: annotations: argocd.argoproj.io/sync-wave: "20" - app.openshift.io/vcs-uri: 'https://github.com/nmasse-itix/eShopOnWeb-gitops.git' + app.openshift.io/vcs-uri: 'https://github.com/eShopOnWeb-OpenShift/gitops.git' name: helm-repository namespace: eshop-infra labels: @@ -53,7 +53,7 @@ spec: source: type: Git git: - uri: 'https://github.com/nmasse-itix/eShopOnWeb-gitops.git' + uri: 'https://github.com/eShopOnWeb-OpenShift/gitops.git' contextDir: /charts triggers: - type: ConfigChange