Skip to content

Commit

Permalink
Use fixed version of metrics scraper
Browse files Browse the repository at this point in the history
  • Loading branch information
maciaszczykm committed Mar 17, 2023
1 parent 67f2ef8 commit dc30883
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion charts/alternative.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ spec:
type: RuntimeDefault
containers:
- name: dashboard-metrics-scraper
image: kubernetesui/metrics-scraper:v1.0.8
image: kubernetesui/metrics-scraper:v1.0.9
ports:
- containerPort: 8000
protocol: TCP
Expand Down
2 changes: 1 addition & 1 deletion charts/alternative/08_scraper-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ spec:
type: RuntimeDefault
containers:
- name: dashboard-metrics-scraper
image: kubernetesui/metrics-scraper:v1.0.8
image: kubernetesui/metrics-scraper:v1.0.9
ports:
- containerPort: 8000
protocol: TCP
Expand Down
2 changes: 1 addition & 1 deletion charts/helm-chart/kubernetes-dashboard/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

apiVersion: v2
name: kubernetes-dashboard
version: 6.0.5
version: 6.0.6
appVersion: "v2.7.0"
description: General-purpose web UI for Kubernetes clusters
keywords:
Expand Down
2 changes: 1 addition & 1 deletion charts/helm-chart/kubernetes-dashboard/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ metricsScraper:
enabled: false
image:
repository: kubernetesui/metrics-scraper
tag: v1.0.8
tag: v1.0.9
resources: {}
## SecurityContext especially for the kubernetes dashboard metrics scraper container
## If not set, the global containterSecurityContext values will define these values
Expand Down
2 changes: 1 addition & 1 deletion charts/recommended.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ spec:
type: RuntimeDefault
containers:
- name: dashboard-metrics-scraper
image: kubernetesui/metrics-scraper:v1.0.8
image: kubernetesui/metrics-scraper:v1.0.9
ports:
- containerPort: 8000
protocol: TCP
Expand Down
2 changes: 1 addition & 1 deletion charts/recommended/08_scraper-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ spec:
type: RuntimeDefault
containers:
- name: dashboard-metrics-scraper
image: kubernetesui/metrics-scraper:v1.0.8
image: kubernetesui/metrics-scraper:v1.0.9
ports:
- containerPort: 8000
protocol: TCP
Expand Down
2 changes: 1 addition & 1 deletion hack/docker/docker.compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ services:
ports:
- "9001:9001"
scraper:
image: kubernetesui/metrics-scraper:v1.0.8
image: kubernetesui/metrics-scraper:v1.0.9
command:
# TODO: move metrics args to some overridable env variables
--kubeconfig=${KUBECONFIG:?}
Expand Down

0 comments on commit dc30883

Please sign in to comment.