Skip to content

Commit bd6d85c

Browse files
authored
helm release (#4600)
* new helm release * format
1 parent 82052a3 commit bd6d85c

File tree

45 files changed

+50
-45
lines changed

Some content is hidden

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

45 files changed

+50
-45
lines changed

operations/helm/charts/alloy/CHANGELOG.md

Lines changed: 5 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.3.0
6-
appVersion: 'v1.11.0'
5+
version: 1.3.1
6+
appVersion: 'v1.11.2'
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.0
31+
image: docker.io/grafana/alloy:v1.11.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.11.0
34+
image: docker.io/grafana/alloy:v1.11.2
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.0
32+
image: docker.io/grafana/alloy:v1.11.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.11.0
32+
image: docker.io/grafana/alloy:v1.11.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.11.0
32+
image: docker.io/grafana/alloy:v1.11.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.11.0
34+
image: docker.io/grafana/alloy:v1.11.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.11.0
34+
image: docker.io/grafana/alloy:v1.11.2
3535
imagePullPolicy: IfNotPresent
3636
args:
3737
- run

0 commit comments

Comments
 (0)