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

kommander: deploy catalog as a subchart in kommander #271

Merged
merged 1 commit into from
Nov 19, 2019
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 @@ -3,7 +3,7 @@ name: kommander
home: https://github.com/mesosphere/kommander
appVersion: "1.149.77"
description: Kommander
version: 0.2.14
version: 0.2.15
maintainers:
- name: hectorj2f
- name: alejandroEsc
Expand Down
Binary file modified stable/kommander/charts/kommander-karma-0.2.0.tgz
Binary file not shown.
Binary file modified stable/kommander/charts/kommander-thanos-0.1.4.tgz
Binary file not shown.
Binary file not shown.
Binary file modified stable/kommander/charts/kubefed-0.0.2.tgz
Binary file not shown.
7 changes: 5 additions & 2 deletions stable/kommander/requirements.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ dependencies:
- name: kubefed
repository: https://mesosphere.github.io/charts/staging
version: 0.0.2
- name: kubeaddons-catalog
repository: https://mesosphere.github.io/charts/staging
version: 0.1.3
- name: kommander-cluster-lifecycle
repository: https://mesosphere.github.io/kommander-cluster-lifecycle/charts
version: v0.2.3
Expand All @@ -14,5 +17,5 @@ dependencies:
- name: grafana
repository: https://kubernetes-charts.storage.googleapis.com
version: 3.8.19
digest: sha256:b02e9bd85293d0f0ebec76bb2e8938a3dcc2577d2bbb23ffc22ca2e24ea4e5b8
generated: 2019-11-17T21:04:30.563094+01:00
digest: sha256:dd396c941541ea141f0a49c0606f850729082b56859650443e6e9ded0fdc7ec1
generated: "2019-11-18T11:56:47.087747-08:00"
4 changes: 4 additions & 0 deletions stable/kommander/requirements.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ dependencies:
version: "0.0.2"
repository: "https://mesosphere.github.io/charts/staging"
condition: kubefed.enabled, global.kubefed.enabled
- name: kubeaddons-catalog
version: "0.1.3"
repository: "https://mesosphere.github.io/charts/staging"
condition: kubeaddons-catalog.enabled
- name: kommander-cluster-lifecycle
version: "0.2.3"
repository: "https://mesosphere.github.io/kommander-cluster-lifecycle/charts"
Expand Down
8 changes: 8 additions & 0 deletions stable/kommander/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,14 @@ kommander-karma:
enabled: true
alertmanagerAddress: "prometheus-kubeaddons-prom-alertmanager.kubeaddons.svc.cluster.local:9093"

kubeaddons-catalog:
enabled: true

image:
repository: mesosphere/kubeaddons-catalog
tag: "v0.5.3"
Copy link
Contributor

Choose a reason for hiding this comment

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

✔️

pullPolicy: IfNotPresent

grafana:
enabled: true

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.1.16
version: 0.1.17
maintainers:
- name: hectorj2f
- name: alejandroEsc
6 changes: 6 additions & 0 deletions stable/opsportal/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,9 @@ kommander:
kommander-karma:
enabled: false

kubeaddons-catalog:
enabled: false

# BUG due to 2.14 helm
# this is not seen for 2.15, so when we move to 2.15 remove below
kommander-cluster-lifecycle:
Expand All @@ -150,3 +153,6 @@ kommander-thanos:

kommander-karma:
enabled: false

kubeaddons-catalog:
enabled: false