Skip to content
This repository was archived by the owner on Jul 19, 2023. It is now read-only.

Commit 18b5009

Browse files
committed
update-chart-0.2.0
1 parent 05b16c9 commit 18b5009

File tree

5 files changed

+12
-10
lines changed

5 files changed

+12
-10
lines changed

docs/sources/operators-guide/configure/reference-configuration-parameters/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1491,6 +1491,7 @@ You can refer to the Prometheus documentation the following block:
14911491
- [relabel_config](https://prometheus.io/docs/prometheus/latest/configuration/configuration/#relabel_config)
14921492
- [static_config](https://prometheus.io/docs/prometheus/latest/configuration/configuration/#static_config)
14931493
- [kubernetes_sd_config](https://prometheus.io/docs/prometheus/latest/configuration/configuration/#kubernetes_sd_config)
1494+
- [http_sd_config](https://prometheus.io/docs/prometheus/latest/configuration/configuration/#http_sd_config)
14941495
14951496
#### pprof_config
14961497

operations/phlare/helm/phlare/rendered/micro-services.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -753,7 +753,7 @@ spec:
753753
- name: "agent"
754754
securityContext:
755755
{}
756-
image: "grafana/phlare:0.1.1"
756+
image: "grafana/phlare:0.2.0"
757757
imagePullPolicy: IfNotPresent
758758
args:
759759
- "-target=agent"
@@ -832,7 +832,7 @@ spec:
832832
- name: "distributor"
833833
securityContext:
834834
{}
835-
image: "grafana/phlare:0.1.1"
835+
image: "grafana/phlare:0.2.0"
836836
imagePullPolicy: IfNotPresent
837837
args:
838838
- "-target=distributor"
@@ -910,7 +910,7 @@ spec:
910910
- name: "querier"
911911
securityContext:
912912
{}
913-
image: "grafana/phlare:0.1.1"
913+
image: "grafana/phlare:0.2.0"
914914
imagePullPolicy: IfNotPresent
915915
args:
916916
- "-target=querier"
@@ -988,7 +988,7 @@ spec:
988988
- name: "query-frontend"
989989
securityContext:
990990
{}
991-
image: "grafana/phlare:0.1.1"
991+
image: "grafana/phlare:0.2.0"
992992
imagePullPolicy: IfNotPresent
993993
args:
994994
- "-target=query-frontend"
@@ -1066,7 +1066,7 @@ spec:
10661066
- name: "query-scheduler"
10671067
securityContext:
10681068
{}
1069-
image: "grafana/phlare:0.1.1"
1069+
image: "grafana/phlare:0.2.0"
10701070
imagePullPolicy: IfNotPresent
10711071
args:
10721072
- "-target=query-scheduler"
@@ -1241,7 +1241,7 @@ spec:
12411241
- name: "ingester"
12421242
securityContext:
12431243
{}
1244-
image: "grafana/phlare:0.1.1"
1244+
image: "grafana/phlare:0.2.0"
12451245
imagePullPolicy: IfNotPresent
12461246
args:
12471247
- "-target=ingester"

operations/phlare/helm/phlare/rendered/single-binary.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ spec:
218218
- name: "phlare"
219219
securityContext:
220220
{}
221-
image: "grafana/phlare:0.1.1"
221+
image: "grafana/phlare:0.2.0"
222222
imagePullPolicy: IfNotPresent
223223
args:
224224
- "-target=all"

operations/phlare/helm/phlare/values.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,15 @@ phlare:
99
repository: grafana/phlare
1010
pullPolicy: IfNotPresent
1111
# Overrides the image tag whose default is the chart appVersion.
12-
tag: "0.1.1"
12+
tag: "0.2.0"
1313

1414
extraArgs:
1515
log.level: debug
1616

1717
extraLabels: {}
1818

19-
extraEnvVars: {}
19+
extraEnvVars:
20+
{}
2021
# The following environment variables are set by the Helm chart.
2122
# JAEGER_AGENT_HOST: jaeger-agent.jaeger.svc.cluster.local.
2223

operations/phlare/jsonnet/values.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"image": {
4343
"pullPolicy": "IfNotPresent",
4444
"repository": "grafana/phlare",
45-
"tag": "0.1.1"
45+
"tag": "0.2.0"
4646
},
4747
"imagePullSecrets": [],
4848
"memberlist": {

0 commit comments

Comments
 (0)