Skip to content

Commit

Permalink
Bumps UI to 2.27.8 (#442)
Browse files Browse the repository at this point in the history
* fix(opsportal): bump ui and remove overrides

* feat(kommander): bump ui
  • Loading branch information
juliangieseke authored Feb 19, 2020
1 parent 7d07c4e commit 37d0f13
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 18 deletions.
2 changes: 1 addition & 1 deletion stable/kommander/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ maintainers:
- name: alejandroEsc
- name: jimmidyson
name: kommander
version: 0.4.8
version: 0.4.9
Binary file removed stable/kommander/charts/kommander-ui-2.26.1.tgz
Binary file not shown.
Binary file added stable/kommander/charts/kommander-ui-2.27.8.tgz
Binary file not shown.
8 changes: 4 additions & 4 deletions stable/kommander/requirements.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ dependencies:
version: 0.1.4
- name: kommander-cluster-lifecycle
repository: https://mesosphere.github.io/kommander-cluster-lifecycle/charts
version: v0.4.6
version: 0.4.6
- name: kommander-ui
repository: https://mesosphere.github.io/kommander/charts
version: 2.26.1
version: 2.27.8
- name: kommander-thanos
repository: https://mesosphere.github.io/charts/stable
version: 0.1.8
Expand All @@ -17,5 +17,5 @@ dependencies:
- name: grafana
repository: https://kubernetes-charts.storage.googleapis.com
version: 4.5.1
digest: sha256:eeaaad1dafce8e5d0cf2f05700f8f78127464fa06b7a7a4dd0871c74762dbb8d
generated: "2020-02-17T17:28:01.7233137Z"
digest: sha256:a53ffe2d64dc9cb4451a69a7197e14e5712297dca00fa9746feba2908becab74
generated: "2020-02-19T13:43:05.060027+01:00"
2 changes: 1 addition & 1 deletion stable/kommander/requirements.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies:
repository: "https://mesosphere.github.io/kommander-cluster-lifecycle/charts"
condition: kommander-cluster-lifecycle.enabled, global.kommander-cluster-lifecycle.enabled
- name: kommander-ui
version: "2.26.1"
version: "2.27.8"
repository: "https://mesosphere.github.io/kommander/charts"
condition: kommander-ui.enabled
- name: kommander-thanos
Expand Down
2 changes: 1 addition & 1 deletion stable/opsportal/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ appVersion: 1.0.0
home: https://github.com/mesosphere/charts
description: OpsPortal Chart
name: opsportal
version: 0.2.5
version: 0.2.6
maintainers:
- name: hectorj2f
- name: alejandroEsc
Expand Down
Binary file removed stable/opsportal/charts/kommander-ui-2.26.1.tgz
Binary file not shown.
Binary file added stable/opsportal/charts/kommander-ui-2.27.8.tgz
Binary file not shown.
6 changes: 3 additions & 3 deletions stable/opsportal/requirements.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: kommander-ui
repository: https://mesosphere.github.io/kommander/charts
version: 2.26.1
digest: sha256:b6671736a131cabc9e93a41fd34c7ce369d14b5cd632b4992d727de5de95345b
generated: "2020-02-14T22:50:22.716548-06:00"
version: 2.27.8
digest: sha256:36fc4fdbc1bdf5a653c8383f0c444e7ea57427d5925a8a6cfa7241f8fa270d47
generated: "2020-02-19T13:40:49.86319+01:00"
2 changes: 1 addition & 1 deletion stable/opsportal/requirements.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dependencies:
- name: kommander-ui
version: "2.26.1"
version: "2.27.8"
repository: "https://mesosphere.github.io/kommander/charts"
condition: kommander-ui.enabled
7 changes: 0 additions & 7 deletions stable/opsportal/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,6 @@ secrets:
# We need to override certain values from default kommander values here
kommander-ui:
enabled: true
image:
repository: mesosphere/kommander
tag: 1.192.0
pullPolicy: IfNotPresent
replicas: 1
logoutRedirectPath: /ops/landing
clusterPollingInterval: 3000

# Mode must be either production|konvoy, konvoy forcing ui in "konvoy mode"
mode: konvoy
Expand Down

0 comments on commit 37d0f13

Please sign in to comment.