Skip to content
Snippets Groups Projects
Commit 9b33e2a0 authored by Arie Peterson's avatar Arie Peterson
Browse files

Merge branch 'main' into 98-monitoring-access-not-listed-for-new-user

parents 45f10996 56a25739
No related branches found
No related tags found
No related merge requests found
# Changelog
## [0.5.0]
- Merge dashboard-backend repository into this repository, released as 0.5.0
# Changelog # Changelog
## [1.5.0]
* Use dashboard backend container from new location
* Use proper semver image tags
## [1.4.0] ## [1.4.0]
* Fetch apps from Kubernetes back-end * Fetch apps from Kubernetes back-end
......
annotations: annotations:
category: Dashboard category: Dashboard
apiVersion: v2 apiVersion: v2
appVersion: 0.4.0 appVersion: 0.5.0
dependencies: dependencies:
- name: common - name: common
# https://artifacthub.io/packages/helm/bitnami/common # https://artifacthub.io/packages/helm/bitnami/common
...@@ -23,4 +23,4 @@ name: stackspin-dashboard ...@@ -23,4 +23,4 @@ name: stackspin-dashboard
sources: sources:
- https://open.greenhost.net/stackspin/dashboard/ - https://open.greenhost.net/stackspin/dashboard/
- https://open.greenhost.net/stackspin/dashboard-backend/ - https://open.greenhost.net/stackspin/dashboard-backend/
version: 1.4.0 version: 1.5.0
...@@ -42,4 +42,5 @@ rules: ...@@ -42,4 +42,5 @@ rules:
- get - get
- patch - patch
- delete - delete
- create
{{- end }} {{- end }}
...@@ -68,7 +68,7 @@ dashboard: ...@@ -68,7 +68,7 @@ dashboard:
image: image:
registry: open.greenhost.net:4567 registry: open.greenhost.net:4567
repository: stackspin/dashboard/dashboard repository: stackspin/dashboard/dashboard
tag: 0-3-0 tag: 0.5.0
digest: "" digest: ""
## Optionally specify an array of imagePullSecrets. ## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace. ## Secrets must be manually created in the namespace.
...@@ -235,8 +235,8 @@ backend: ...@@ -235,8 +235,8 @@ backend:
## ##
image: image:
registry: open.greenhost.net:4567 registry: open.greenhost.net:4567
repository: stackspin/dashboard-backend/dashboard-backend repository: stackspin/dashboard/dashboard-backend
tag: 0-4-1 tag: 0.5.0
digest: "" digest: ""
## Optionally specify an array of imagePullSecrets. ## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace. ## Secrets must be manually created in the namespace.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment