Skip to content

Commit 6dde629

Browse files
authored
update helm chart to v1.5.0 (#4968)
1 parent 2eb281c commit 6dde629

File tree

47 files changed

+53
-48
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+53
-48
lines changed

operations/helm/charts/alloy/CHANGELOG.md

Lines changed: 6 additions & 1 deletion

operations/helm/charts/alloy/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: alloy
33
description: 'Grafana Alloy'
44
type: application
5-
version: 1.4.0
6-
appVersion: 'v1.11.3'
5+
version: 1.5.0
6+
appVersion: 'v1.12.0'
77
icon: https://raw.githubusercontent.com/grafana/alloy/main/docs/sources/assets/alloy_icon_orange.svg
88

99
dependencies:

operations/helm/charts/alloy/README.md

Lines changed: 1 addition & 1 deletion

operations/helm/tests/additional-serviceaccount-label/alloy/templates/controllers/daemonset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ spec:
2828
serviceAccountName: alloy
2929
containers:
3030
- name: alloy
31-
image: docker.io/grafana/alloy:v1.11.3
31+
image: docker.io/grafana/alloy:v1.12.0
3232
imagePullPolicy: IfNotPresent
3333
args:
3434
- run

operations/helm/tests/clustering/alloy/templates/controllers/statefulset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ spec:
3131
serviceAccountName: alloy
3232
containers:
3333
- name: alloy
34-
image: docker.io/grafana/alloy:v1.11.3
34+
image: docker.io/grafana/alloy:v1.12.0
3535
imagePullPolicy: IfNotPresent
3636
args:
3737
- run

operations/helm/tests/controller-deployment-pdb-max-unavailable/alloy/templates/controllers/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ spec:
2929
serviceAccountName: alloy
3030
containers:
3131
- name: alloy
32-
image: docker.io/grafana/alloy:v1.11.3
32+
image: docker.io/grafana/alloy:v1.12.0
3333
imagePullPolicy: IfNotPresent
3434
args:
3535
- run

operations/helm/tests/controller-deployment-pdb-min-available/alloy/templates/controllers/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ spec:
2929
serviceAccountName: alloy
3030
containers:
3131
- name: alloy
32-
image: docker.io/grafana/alloy:v1.11.3
32+
image: docker.io/grafana/alloy:v1.12.0
3333
imagePullPolicy: IfNotPresent
3434
args:
3535
- run

operations/helm/tests/controller-extraLabels-label/alloy/templates/controllers/daemonset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ spec:
2929
serviceAccountName: alloy
3030
containers:
3131
- name: alloy
32-
image: docker.io/grafana/alloy:v1.11.3
32+
image: docker.io/grafana/alloy:v1.12.0
3333
imagePullPolicy: IfNotPresent
3434
args:
3535
- run

operations/helm/tests/controller-statefulset-pdb-max-unavailable/alloy/templates/controllers/statefulset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ spec:
3131
serviceAccountName: alloy
3232
containers:
3333
- name: alloy
34-
image: docker.io/grafana/alloy:v1.11.3
34+
image: docker.io/grafana/alloy:v1.12.0
3535
imagePullPolicy: IfNotPresent
3636
args:
3737
- run

operations/helm/tests/controller-statefulset-pdb-min-available/alloy/templates/controllers/statefulset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ spec:
3131
serviceAccountName: alloy
3232
containers:
3333
- name: alloy
34-
image: docker.io/grafana/alloy:v1.11.3
34+
image: docker.io/grafana/alloy:v1.12.0
3535
imagePullPolicy: IfNotPresent
3636
args:
3737
- run

0 commit comments

Comments
 (0)