Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(kommander): bump KCL to v0.4.3, UI to 2.24.2 #423

Merged
merged 2 commits into from
Feb 11, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.2
version: 0.4.3
Binary file not shown.
Binary file not shown.
Binary file removed stable/kommander/charts/kommander-ui-2.21.0.tgz
Binary file not shown.
Binary file added stable/kommander/charts/kommander-ui-2.24.2.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.2
version: 0.4.3
- name: kommander-ui
repository: https://mesosphere.github.io/kommander/charts
version: 2.21.0
version: 2.24.2
- 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:812891799145f092d05a608914800faf79b2267081edf1b83133ca7bd66f6e9b
generated: "2020-02-10T20:56:43.636751+01:00"
digest: sha256:a3d92a1772a7c84ea3d9aefc1a525858114ca84eda0559af17039c50de1b1f6b
generated: "2020-02-11T21:38:11.142957248Z"
4 changes: 2 additions & 2 deletions stable/kommander/requirements.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ dependencies:
repository: "https://mesosphere.github.io/charts/staging"
condition: kubeaddons-catalog.enabled
- name: kommander-cluster-lifecycle
version: "0.4.2"
version: "0.4.3"
repository: "https://mesosphere.github.io/kommander-cluster-lifecycle/charts"
condition: kommander-cluster-lifecycle.enabled, global.kommander-cluster-lifecycle.enabled
- name: kommander-ui
version: "2.21.0"
version: "2.24.2"
repository: "https://mesosphere.github.io/kommander/charts"
condition: kommander-ui.enabled
- name: kommander-thanos
Expand Down