Remove -frontend
This commit is contained in:
parent
1cbfeee0f0
commit
603fabf3b7
3 changed files with 6 additions and 6 deletions
|
@ -10,8 +10,8 @@ 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/stackspin/dashboard-frontend/
|
home: https://open.greenhost.net/stackspin/dashboard/
|
||||||
icon: https://open.greenhost.net/stackspin/dashboard-frontend/-/blob/master/public/assets/logo.svg
|
icon: https://open.greenhost.net/stackspin/dashboard/-/blob/master/public/assets/logo.svg
|
||||||
keywords:
|
keywords:
|
||||||
- stackspin
|
- stackspin
|
||||||
- dashboard
|
- dashboard
|
||||||
|
@ -20,6 +20,6 @@ maintainers:
|
||||||
name: Stackspin
|
name: Stackspin
|
||||||
name: stackspin-dashboard
|
name: stackspin-dashboard
|
||||||
sources:
|
sources:
|
||||||
- https://open.greenhost.net/stackspin/dashboard-frontend/
|
- https://open.greenhost.net/stackspin/dashboard/
|
||||||
- https://open.greenhost.net/stackspin/dashboard-backend/
|
- https://open.greenhost.net/stackspin/dashboard-backend/
|
||||||
version: 0.1.0
|
version: 0.1.0
|
||||||
|
|
|
@ -89,7 +89,7 @@ Service name for the backend service
|
||||||
Service name for the frontend service
|
Service name for the frontend service
|
||||||
*/}}
|
*/}}
|
||||||
{{- define "frontend.serviceName" -}}
|
{{- define "frontend.serviceName" -}}
|
||||||
{{ include "common.names.fullname" . }}-frontend
|
{{ include "common.names.fullname" . }}
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
|
|
||||||
{{/*
|
{{/*
|
||||||
|
|
|
@ -44,7 +44,7 @@ image:
|
||||||
imagePullSecrets: []
|
imagePullSecrets: []
|
||||||
|
|
||||||
## Admin frontend configuration parameters
|
## Admin frontend configuration parameters
|
||||||
## ref: https://open.greenhost.net/stackspin/dashboard-frontend
|
## ref: https://open.greenhost.net/stackspin/dashboard
|
||||||
##
|
##
|
||||||
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: stackspin/admin-frontend/admin-frontend
|
repository: stackspin/admin/admin
|
||||||
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'
|
||||||
|
|
Loading…
Reference in a new issue