Merge branch '71-update-helm-chart' into 'main'
Update helm chart to use back-end image from dashboard repository Closes #66, #88, and #71 See merge request stackspin/dashboard!56
This commit is contained in:
commit
56a257394d
5 changed files with 16 additions and 5 deletions
5
CHANGELOG.md
Normal file
5
CHANGELOG.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
# Changelog
|
||||
|
||||
## [0.5.0]
|
||||
|
||||
- Merge dashboard-backend repository into this repository, released as 0.5.0
|
|
@ -1,5 +1,10 @@
|
|||
# Changelog
|
||||
|
||||
## [1.5.0]
|
||||
|
||||
* Use dashboard backend container from new location
|
||||
* Use proper semver image tags
|
||||
|
||||
## [1.4.0]
|
||||
|
||||
* Fetch apps from Kubernetes back-end
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
annotations:
|
||||
category: Dashboard
|
||||
apiVersion: v2
|
||||
appVersion: 0.4.0
|
||||
appVersion: 0.5.0
|
||||
dependencies:
|
||||
- name: common
|
||||
# https://artifacthub.io/packages/helm/bitnami/common
|
||||
|
@ -23,4 +23,4 @@ name: stackspin-dashboard
|
|||
sources:
|
||||
- https://open.greenhost.net/stackspin/dashboard/
|
||||
- https://open.greenhost.net/stackspin/dashboard-backend/
|
||||
version: 1.4.0
|
||||
version: 1.5.0
|
||||
|
|
|
@ -42,4 +42,5 @@ rules:
|
|||
- get
|
||||
- patch
|
||||
- delete
|
||||
- create
|
||||
{{- end }}
|
||||
|
|
|
@ -68,7 +68,7 @@ dashboard:
|
|||
image:
|
||||
registry: open.greenhost.net:4567
|
||||
repository: stackspin/dashboard/dashboard
|
||||
tag: 0-3-0
|
||||
tag: 0.5.0
|
||||
digest: ""
|
||||
## Optionally specify an array of imagePullSecrets.
|
||||
## Secrets must be manually created in the namespace.
|
||||
|
@ -235,8 +235,8 @@ backend:
|
|||
##
|
||||
image:
|
||||
registry: open.greenhost.net:4567
|
||||
repository: stackspin/dashboard-backend/dashboard-backend
|
||||
tag: 0-4-1
|
||||
repository: stackspin/dashboard/dashboard-backend
|
||||
tag: 0.5.0
|
||||
digest: ""
|
||||
## Optionally specify an array of imagePullSecrets.
|
||||
## Secrets must be manually created in the namespace.
|
||||
|
|
Loading…
Reference in a new issue