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: bump kommander ui #381

Merged
merged 2 commits into from
Jan 25, 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.3.18
version: 0.3.19
Binary file not shown.
Binary file not shown.
Binary file modified stable/kommander/charts/kommander-karma-0.3.2.tgz
Binary file not shown.
Binary file modified stable/kommander/charts/kommander-thanos-0.1.7.tgz
Binary file not shown.
Binary file removed stable/kommander/charts/kommander-ui-1.176.3.tgz
Binary file not shown.
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: 0.3.4
version: v0.3.5
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
version: v0.3.5
version: 0.3.5

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

well that is what helm dependency update did :P
and it is correct https://github.com/mesosphere/kommander-cluster-lifecycle/releases

- name: kommander-ui
repository: https://mesosphere.github.io/kommander/charts
version: 1.176.3
version: 1.192.0
- name: kommander-thanos
repository: https://mesosphere.github.io/charts/stable
version: 0.1.7
Expand All @@ -17,5 +17,5 @@ dependencies:
- name: grafana
repository: https://kubernetes-charts.storage.googleapis.com
version: 3.8.19
digest: sha256:7041a31ec1b0c4d3e69942b375aead21af8bf9c07b7c1e250c93f22d6c6c0516
generated: "2020-01-20T12:34:44.358101+01:00"
digest: sha256:b7956484edf4a924bd40849e84fb1618144566e12ed4240a10ee2997dedfaf7e
generated: "2020-01-24T15:35:44.3664693Z"
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.3.4"
version: "0.3.5"
repository: "https://mesosphere.github.io/kommander-cluster-lifecycle/charts"
condition: kommander-cluster-lifecycle.enabled, global.kommander-cluster-lifecycle.enabled
- name: kommander-ui
version: "1.176.3"
version: "1.192.0"
repository: "https://mesosphere.github.io/kommander/charts"
condition: kommander-ui.enabled
- name: kommander-thanos
Expand Down
2 changes: 1 addition & 1 deletion stable/kommander/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
kommander-ui:
image:
repository: mesosphere/kommander
tag: 1.184.0
tag: 1.192.0
pullPolicy: IfNotPresent
replicas: 1
logoutRedirectPath: /ops/landing
Expand Down
4 changes: 2 additions & 2 deletions stable/opsportal/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
apiVersion: v1
appVersion: 1.184.0
appVersion: 1.0.0
home: https://github.com/mesosphere/charts
description: OpsPortal Chart
name: opsportal
version: 0.1.28
version: 0.1.29
maintainers:
- name: hectorj2f
- name: alejandroEsc
Expand Down
Binary file modified stable/opsportal/charts/kommander-0.2.7.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion stable/opsportal/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ kommander:
enabled: true
image:
repository: mesosphere/kommander
tag: 1.184.0
tag: 1.192.0
pullPolicy: IfNotPresent
replicas: 1
logoutRedirectPath: /ops/landing
Expand Down