Rename openappstack to stackspin
This commit is contained in:
parent
25a82b08c8
commit
1cbfeee0f0
3 changed files with 10 additions and 11 deletions
|
@ -5,7 +5,7 @@ stages:
|
||||||
image: node:14-alpine
|
image: node:14-alpine
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
KANIKO_BUILD_IMAGENAME: admin-frontend
|
KANIKO_BUILD_IMAGENAME: dashboard
|
||||||
|
|
||||||
build-project:
|
build-project:
|
||||||
stage: build-project
|
stage: build-project
|
||||||
|
@ -37,4 +37,3 @@ build-container:
|
||||||
- cd web-build
|
- cd web-build
|
||||||
- echo "{\"auths\":{\"$CI_REGISTRY\":{\"username\":\"$CI_REGISTRY_USER\",\"password\":\"$CI_REGISTRY_PASSWORD\"}}}" > /kaniko/.docker/config.json
|
- 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}
|
- /kaniko/executor --cache=true --context ${CI_PROJECT_DIR}/web-build --destination ${CI_REGISTRY_IMAGE}/${KANIKO_BUILD_IMAGENAME}:${CI_COMMIT_REF_SLUG}
|
||||||
|
|
||||||
|
|
|
@ -10,16 +10,16 @@ dependencies:
|
||||||
version: 1.x.x
|
version: 1.x.x
|
||||||
description: A Helm chart for deploying the Stackspin Dashboard to Kubernetes
|
description: A Helm chart for deploying the Stackspin Dashboard to Kubernetes
|
||||||
engine: gotpl
|
engine: gotpl
|
||||||
home: https://open.greenhost.net/openappstack/dashboard-frontend/
|
home: https://open.greenhost.net/stackspin/dashboard-frontend/
|
||||||
icon: https://open.greenhost.net/openappstack/dashboard-frontend/-/blob/master/public/assets/logo.svg
|
icon: https://open.greenhost.net/stackspin/dashboard-frontend/-/blob/master/public/assets/logo.svg
|
||||||
keywords:
|
keywords:
|
||||||
- stackspin
|
- stackspin
|
||||||
- dashboard
|
- dashboard
|
||||||
maintainers:
|
maintainers:
|
||||||
- email: info@openappstack.net
|
- email: info@stackspin.net
|
||||||
name: Stackspin
|
name: Stackspin
|
||||||
name: stackspin-dashboard
|
name: stackspin-dashboard
|
||||||
sources:
|
sources:
|
||||||
- https://open.greenhost.net/openappstack/dashboard-frontend/
|
- https://open.greenhost.net/stackspin/dashboard-frontend/
|
||||||
- https://open.greenhost.net/openappstack/dashboard-backend/
|
- https://open.greenhost.net/stackspin/dashboard-backend/
|
||||||
version: 0.1.0
|
version: 0.1.0
|
||||||
|
|
|
@ -44,7 +44,7 @@ image:
|
||||||
imagePullSecrets: []
|
imagePullSecrets: []
|
||||||
|
|
||||||
## Admin frontend configuration parameters
|
## Admin frontend configuration parameters
|
||||||
## ref: https://open.greenhost.net/openappstack/dashboard-frontend
|
## ref: https://open.greenhost.net/stackspin/dashboard-frontend
|
||||||
##
|
##
|
||||||
frontend:
|
frontend:
|
||||||
## Admin frontend image version
|
## Admin frontend image version
|
||||||
|
@ -58,7 +58,7 @@ frontend:
|
||||||
##
|
##
|
||||||
image:
|
image:
|
||||||
registry: open.greenhost.net:4567
|
registry: open.greenhost.net:4567
|
||||||
repository: openappstack/admin-frontend/admin-frontend
|
repository: stackspin/admin-frontend/admin-frontend
|
||||||
tag: 0.1.1
|
tag: 0.1.1
|
||||||
## Specify a imagePullPolicy
|
## Specify a imagePullPolicy
|
||||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||||
|
@ -217,7 +217,7 @@ frontend:
|
||||||
##
|
##
|
||||||
extraVolumeMounts: []
|
extraVolumeMounts: []
|
||||||
## Admin backend configuration parameters
|
## Admin backend configuration parameters
|
||||||
## ref: https://open.greenhost.net/openappstack/dashboard-backend
|
## ref: https://open.greenhost.net/stackspin/dashboard-backend
|
||||||
##
|
##
|
||||||
backend:
|
backend:
|
||||||
## Admin frontend image version
|
## Admin frontend image version
|
||||||
|
@ -231,7 +231,7 @@ backend:
|
||||||
##
|
##
|
||||||
image:
|
image:
|
||||||
registry: open.greenhost.net:4567
|
registry: open.greenhost.net:4567
|
||||||
repository: openappstack/admin-backend/admin-backend
|
repository: stackspin/admin-backend/admin-backend
|
||||||
tag: 0.1.0
|
tag: 0.1.0
|
||||||
## Specify a imagePullPolicy
|
## Specify a imagePullPolicy
|
||||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||||
|
|
Loading…
Reference in a new issue