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

Commit 19b1895

Browse files
committed
update helm version to 0.5.0
1 parent 67e78c2 commit 19b1895

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

operations/phlare/helm/phlare/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
| phlare.fullnameOverride | string | `""` | |
2828
| phlare.image.pullPolicy | string | `"IfNotPresent"` | |
2929
| phlare.image.repository | string | `"grafana/phlare"` | |
30-
| phlare.image.tag | string | `"0.4.0"` | |
30+
| phlare.image.tag | string | `"0.5.0"` | |
3131
| phlare.imagePullSecrets | list | `[]` | |
3232
| phlare.memberlist.port | int | `7946` | |
3333
| phlare.memberlist.port_name | string | `"memberlist"` | |

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1380,7 +1380,7 @@ spec:
13801380
- name: "agent"
13811381
securityContext:
13821382
{}
1383-
image: "grafana/phlare:0.4.0"
1383+
image: "grafana/phlare:0.5.0"
13841384
imagePullPolicy: IfNotPresent
13851385
args:
13861386
- "-target=agent"
@@ -1460,7 +1460,7 @@ spec:
14601460
- name: "distributor"
14611461
securityContext:
14621462
{}
1463-
image: "grafana/phlare:0.4.0"
1463+
image: "grafana/phlare:0.5.0"
14641464
imagePullPolicy: IfNotPresent
14651465
args:
14661466
- "-target=distributor"
@@ -1539,7 +1539,7 @@ spec:
15391539
- name: "querier"
15401540
securityContext:
15411541
{}
1542-
image: "grafana/phlare:0.4.0"
1542+
image: "grafana/phlare:0.5.0"
15431543
imagePullPolicy: IfNotPresent
15441544
args:
15451545
- "-target=querier"
@@ -1618,7 +1618,7 @@ spec:
16181618
- name: "query-frontend"
16191619
securityContext:
16201620
{}
1621-
image: "grafana/phlare:0.4.0"
1621+
image: "grafana/phlare:0.5.0"
16221622
imagePullPolicy: IfNotPresent
16231623
args:
16241624
- "-target=query-frontend"
@@ -1697,7 +1697,7 @@ spec:
16971697
- name: "query-scheduler"
16981698
securityContext:
16991699
{}
1700-
image: "grafana/phlare:0.4.0"
1700+
image: "grafana/phlare:0.5.0"
17011701
imagePullPolicy: IfNotPresent
17021702
args:
17031703
- "-target=query-scheduler"
@@ -1873,7 +1873,7 @@ spec:
18731873
- name: "ingester"
18741874
securityContext:
18751875
{}
1876-
image: "grafana/phlare:0.4.0"
1876+
image: "grafana/phlare:0.5.0"
18771877
imagePullPolicy: IfNotPresent
18781878
args:
18791879
- "-target=ingester"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -845,7 +845,7 @@ spec:
845845
- name: "phlare"
846846
securityContext:
847847
{}
848-
image: "grafana/phlare:0.4.0"
848+
image: "grafana/phlare:0.5.0"
849849
imagePullPolicy: IfNotPresent
850850
args:
851851
- "-target=all"

operations/phlare/helm/phlare/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ phlare:
99
repository: grafana/phlare
1010
pullPolicy: IfNotPresent
1111
# Overrides the image tag whose default is the chart appVersion.
12-
tag: "0.4.0"
12+
tag: "0.5.0"
1313

1414
extraArgs:
1515
log.level: debug

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.4.0"
45+
"tag": "0.5.0"
4646
},
4747
"imagePullSecrets": [],
4848
"memberlist": {

0 commit comments

Comments
 (0)