diff --git a/deployment/helmchart/CHANGELOG.md b/deployment/helmchart/CHANGELOG.md index 7d31389..0d195a8 100644 --- a/deployment/helmchart/CHANGELOG.md +++ b/deployment/helmchart/CHANGELOG.md @@ -1,5 +1,15 @@ +# [1.0.3] + +## Features + +* Update frontend to 0.2.5 + # [1.0.2] +## Features + +* Update backend to 0.2.5 + ## Bug fixes * Check if app exists before inserting into DB on initialization #64 diff --git a/deployment/helmchart/Chart.yaml b/deployment/helmchart/Chart.yaml index 8c9db16..fb408a5 100644 --- a/deployment/helmchart/Chart.yaml +++ b/deployment/helmchart/Chart.yaml @@ -23,4 +23,4 @@ name: stackspin-dashboard sources: - https://open.greenhost.net/stackspin/dashboard/ - https://open.greenhost.net/stackspin/dashboard-backend/ -version: 1.0.2 +version: 1.0.3 diff --git a/deployment/helmchart/values.yaml b/deployment/helmchart/values.yaml index 58f22cd..4af6af4 100644 --- a/deployment/helmchart/values.yaml +++ b/deployment/helmchart/values.yaml @@ -68,7 +68,7 @@ dashboard: image: registry: open.greenhost.net:4567 repository: stackspin/dashboard/dashboard - tag: 0-1-9 + tag: 0-2-5 ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace. ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/