Skip to content

Commit e2f18c4

Browse files
chore: Update helm for 1.13.2
Signed-off-by: Prateek Pandey <prateekpandey14@gmail.com>
1 parent edc5a93 commit e2f18c4

File tree

48 files changed

+55
-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.

48 files changed

+55
-48
lines changed

operations/helm/charts/alloy/CHANGELOG.md

Lines changed: 7 additions & 0 deletions

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.6.0
6-
appVersion: 'v1.13.0'
5+
version: 1.6.1
6+
appVersion: 'v1.13.2'
77
icon: https://raw.githubusercontent.com/grafana/alloy/main/docs/sources/assets/alloy_icon_orange.svg
88

99
dependencies:

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.13.0
31+
image: docker.io/grafana/alloy:v1.13.2
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.13.0
34+
image: docker.io/grafana/alloy:v1.13.2
3535
imagePullPolicy: IfNotPresent
3636
args:
3737
- run

operations/helm/tests/configmap-key/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.13.0
31+
image: docker.io/grafana/alloy:v1.13.2
3232
imagePullPolicy: IfNotPresent
3333
args:
3434
- 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.13.0
32+
image: docker.io/grafana/alloy:v1.13.2
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.13.0
32+
image: docker.io/grafana/alloy:v1.13.2
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.13.0
32+
image: docker.io/grafana/alloy:v1.13.2
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.13.0
34+
image: docker.io/grafana/alloy:v1.13.2
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.13.0
34+
image: docker.io/grafana/alloy:v1.13.2
3535
imagePullPolicy: IfNotPresent
3636
args:
3737
- run

0 commit comments

Comments
 (0)