Skip to content

Commit

Permalink
chore: update kommander
Browse files Browse the repository at this point in the history
  • Loading branch information
juliangieseke committed Jan 14, 2020
1 parent 6bf01cf commit 617ffde
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 22 deletions.
10 changes: 5 additions & 5 deletions stable/kommander/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
apiVersion: v1
appVersion: 1.176.3
appVersion: 1.182.8
description: Kommander
home: https://github.com/mesosphere/kommander
maintainers:
- name: hectorj2f
- name: alejandroEsc
- name: jimmidyson
- name: hectorj2f
- name: alejandroEsc
- name: jimmidyson
name: kommander
version: 0.3.10
version: 0.3.11
28 changes: 14 additions & 14 deletions stable/kommander/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
image:
repository: mesosphere/kommander
tag: 1.176.3
tag: 1.182.8
pullPolicy: IfNotPresent
replicas: 1
logoutRedirectPath: /ops/landing
Expand Down Expand Up @@ -73,9 +73,9 @@ kommander-cluster-lifecycle:
konvoy:
allowUnofficialReleases: false
kubeaddonsRepository:
versionStrategy: repository-tag # One of: `repository-tag`, `mapped-kubernetes-version`, `master`,
versionCacheRefreshInterval: 1h # A duration as specified in https://golang.org/pkg/time/#ParseDuration
versionMap: {} # Only applicable for `versionStrategy` of `mapped-kubernetes-version`
versionStrategy: repository-tag # One of: `repository-tag`, `mapped-kubernetes-version`, `master`,
versionCacheRefreshInterval: 1h # A duration as specified in https://golang.org/pkg/time/#ParseDuration
versionMap: {} # Only applicable for `versionStrategy` of `mapped-kubernetes-version`

kommander-thanos:
enabled: true
Expand Down Expand Up @@ -166,16 +166,16 @@ grafana:
datasources.yaml:
apiVersion: 1
datasources:
- name: ThanosQuery
type: prometheus
url: http://kommander-kubeaddons-thanos-query-http.kommander:10902/
access: proxy
isDefault: true
- name: KommanderPrometheus
type: prometheus
url: http://prometheus-kubeaddons-prom-prometheus.kubeaddons:9090/
access: proxy
isDefault: false
- name: ThanosQuery
type: prometheus
url: http://kommander-kubeaddons-thanos-query-http.kommander:10902/
access: proxy
isDefault: true
- name: KommanderPrometheus
type: prometheus
url: http://prometheus-kubeaddons-prom-prometheus.kubeaddons:9090/
access: proxy
isDefault: false

## Sidecars that collect the configmaps with specified label and stores the included files them into the respective folders
## Requires at least Grafana 5 to work and can't be used together with parameters dashboardProviders, datasources and dashboards
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.0.0"
appVersion: 1.182.8
home: https://github.com/mesosphere/charts
description: OpsPortal Chart
name: opsportal
version: 0.1.25
version: 0.1.26
maintainers:
- name: hectorj2f
- name: alejandroEsc
Expand Down
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.176.3
tag: 1.182.8
pullPolicy: IfNotPresent
replicas: 1
logoutRedirectPath: /ops/landing
Expand Down

0 comments on commit 617ffde

Please sign in to comment.