From 1cbfeee0f04ff62ec605d06490b9c801dd620932 Mon Sep 17 00:00:00 2001 From: Varac Date: Mon, 22 Nov 2021 15:38:37 +0100 Subject: [PATCH] Rename openappstack to stackspin --- .gitlab-ci.yml | 3 +-- deployment/helmchart/Chart.yaml | 10 +++++----- deployment/helmchart/values.yaml | 8 ++++---- 3 files changed, 10 insertions(+), 11 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 83c2ddb..aeef7d4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,7 @@ stages: image: node:14-alpine variables: - KANIKO_BUILD_IMAGENAME: admin-frontend + KANIKO_BUILD_IMAGENAME: dashboard build-project: stage: build-project @@ -37,4 +37,3 @@ build-container: - cd web-build - echo "{\"auths\":{\"$CI_REGISTRY\":{\"username\":\"$CI_REGISTRY_USER\",\"password\":\"$CI_REGISTRY_PASSWORD\"}}}" > /kaniko/.docker/config.json - /kaniko/executor --cache=true --context ${CI_PROJECT_DIR}/web-build --destination ${CI_REGISTRY_IMAGE}/${KANIKO_BUILD_IMAGENAME}:${CI_COMMIT_REF_SLUG} - diff --git a/deployment/helmchart/Chart.yaml b/deployment/helmchart/Chart.yaml index 3ffebdf..dbc4ef3 100644 --- a/deployment/helmchart/Chart.yaml +++ b/deployment/helmchart/Chart.yaml @@ -10,16 +10,16 @@ dependencies: version: 1.x.x description: A Helm chart for deploying the Stackspin Dashboard to Kubernetes engine: gotpl -home: https://open.greenhost.net/openappstack/dashboard-frontend/ -icon: https://open.greenhost.net/openappstack/dashboard-frontend/-/blob/master/public/assets/logo.svg +home: https://open.greenhost.net/stackspin/dashboard-frontend/ +icon: https://open.greenhost.net/stackspin/dashboard-frontend/-/blob/master/public/assets/logo.svg keywords: - stackspin - dashboard maintainers: - - email: info@openappstack.net + - email: info@stackspin.net name: Stackspin name: stackspin-dashboard sources: - - https://open.greenhost.net/openappstack/dashboard-frontend/ - - https://open.greenhost.net/openappstack/dashboard-backend/ + - https://open.greenhost.net/stackspin/dashboard-frontend/ + - https://open.greenhost.net/stackspin/dashboard-backend/ version: 0.1.0 diff --git a/deployment/helmchart/values.yaml b/deployment/helmchart/values.yaml index fdb2e00..492bad8 100644 --- a/deployment/helmchart/values.yaml +++ b/deployment/helmchart/values.yaml @@ -44,7 +44,7 @@ image: imagePullSecrets: [] ## Admin frontend configuration parameters -## ref: https://open.greenhost.net/openappstack/dashboard-frontend +## ref: https://open.greenhost.net/stackspin/dashboard-frontend ## frontend: ## Admin frontend image version @@ -58,7 +58,7 @@ frontend: ## image: registry: open.greenhost.net:4567 - repository: openappstack/admin-frontend/admin-frontend + repository: stackspin/admin-frontend/admin-frontend tag: 0.1.1 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' @@ -217,7 +217,7 @@ frontend: ## extraVolumeMounts: [] ## Admin backend configuration parameters -## ref: https://open.greenhost.net/openappstack/dashboard-backend +## ref: https://open.greenhost.net/stackspin/dashboard-backend ## backend: ## Admin frontend image version @@ -231,7 +231,7 @@ backend: ## image: registry: open.greenhost.net:4567 - repository: openappstack/admin-backend/admin-backend + repository: stackspin/admin-backend/admin-backend tag: 0.1.0 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'