Skip to content

Commit 617ffde

Browse files
committed
chore: update kommander
1 parent 6bf01cf commit 617ffde

File tree

4 files changed

+22
-22
lines changed

4 files changed

+22
-22
lines changed

stable/kommander/Chart.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
apiVersion: v1
2-
appVersion: 1.176.3
2+
appVersion: 1.182.8
33
description: Kommander
44
home: https://github.com/mesosphere/kommander
55
maintainers:
6-
- name: hectorj2f
7-
- name: alejandroEsc
8-
- name: jimmidyson
6+
- name: hectorj2f
7+
- name: alejandroEsc
8+
- name: jimmidyson
99
name: kommander
10-
version: 0.3.10
10+
version: 0.3.11

stable/kommander/values.yaml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
image:
22
repository: mesosphere/kommander
3-
tag: 1.176.3
3+
tag: 1.182.8
44
pullPolicy: IfNotPresent
55
replicas: 1
66
logoutRedirectPath: /ops/landing
@@ -73,9 +73,9 @@ kommander-cluster-lifecycle:
7373
konvoy:
7474
allowUnofficialReleases: false
7575
kubeaddonsRepository:
76-
versionStrategy: repository-tag # One of: `repository-tag`, `mapped-kubernetes-version`, `master`,
77-
versionCacheRefreshInterval: 1h # A duration as specified in https://golang.org/pkg/time/#ParseDuration
78-
versionMap: {} # Only applicable for `versionStrategy` of `mapped-kubernetes-version`
76+
versionStrategy: repository-tag # One of: `repository-tag`, `mapped-kubernetes-version`, `master`,
77+
versionCacheRefreshInterval: 1h # A duration as specified in https://golang.org/pkg/time/#ParseDuration
78+
versionMap: {} # Only applicable for `versionStrategy` of `mapped-kubernetes-version`
7979

8080
kommander-thanos:
8181
enabled: true
@@ -166,16 +166,16 @@ grafana:
166166
datasources.yaml:
167167
apiVersion: 1
168168
datasources:
169-
- name: ThanosQuery
170-
type: prometheus
171-
url: http://kommander-kubeaddons-thanos-query-http.kommander:10902/
172-
access: proxy
173-
isDefault: true
174-
- name: KommanderPrometheus
175-
type: prometheus
176-
url: http://prometheus-kubeaddons-prom-prometheus.kubeaddons:9090/
177-
access: proxy
178-
isDefault: false
169+
- name: ThanosQuery
170+
type: prometheus
171+
url: http://kommander-kubeaddons-thanos-query-http.kommander:10902/
172+
access: proxy
173+
isDefault: true
174+
- name: KommanderPrometheus
175+
type: prometheus
176+
url: http://prometheus-kubeaddons-prom-prometheus.kubeaddons:9090/
177+
access: proxy
178+
isDefault: false
179179

180180
## Sidecars that collect the configmaps with specified label and stores the included files them into the respective folders
181181
## Requires at least Grafana 5 to work and can't be used together with parameters dashboardProviders, datasources and dashboards

stable/opsportal/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
apiVersion: v1
2-
appVersion: "1.0.0"
2+
appVersion: 1.182.8
33
home: https://github.com/mesosphere/charts
44
description: OpsPortal Chart
55
name: opsportal
6-
version: 0.1.25
6+
version: 0.1.26
77
maintainers:
88
- name: hectorj2f
99
- name: alejandroEsc

stable/opsportal/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ kommander:
5252
enabled: true
5353
image:
5454
repository: mesosphere/kommander
55-
tag: 1.176.3
55+
tag: 1.182.8
5656
pullPolicy: IfNotPresent
5757
replicas: 1
5858
logoutRedirectPath: /ops/landing

0 commit comments

Comments
 (0)