Skip to content

Commit

Permalink
Update helm chart to Alloy 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ptodev committed Dec 3, 2024
1 parent 4b6eba6 commit d3358a2
Show file tree
Hide file tree
Showing 38 changed files with 46 additions and 38 deletions.
8 changes: 8 additions & 0 deletions operations/helm/charts/alloy/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,16 @@ internal API changes are not present.
Unreleased
----------

0.10.1 (2024-12-03)
----------

### Enhancements

- Update to Grafana Alloy v1.5.1. (@ptodev)

0.10.0 (2024-11-13)
----------

### Enhancements

- Add support for adding hostAliases to the Helm chart. (@duncan485)
Expand Down
4 changes: 2 additions & 2 deletions operations/helm/charts/alloy/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: alloy
description: 'Grafana Alloy'
type: application
version: 0.10.0
appVersion: 'v1.5.0'
version: 0.10.1
appVersion: 'v1.5.1'
icon: https://raw.githubusercontent.com/grafana/alloy/main/docs/sources/assets/alloy_icon_orange.svg

dependencies:
Expand Down
2 changes: 1 addition & 1 deletion operations/helm/charts/alloy/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Grafana Alloy Helm chart

![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![Version: 0.10.0](https://img.shields.io/badge/Version-0.10.0-informational?style=flat-square) ![AppVersion: v1.5.0](https://img.shields.io/badge/AppVersion-v1.5.0-informational?style=flat-square)
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![Version: 0.10.1](https://img.shields.io/badge/Version-0.10.1-informational?style=flat-square) ![AppVersion: v1.5.1](https://img.shields.io/badge/AppVersion-v1.5.1-informational?style=flat-square)

Helm chart for deploying [Grafana Alloy][] to Kubernetes.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
serviceAccountName: alloy
containers:
- name: alloy
image: docker.io/grafana/alloy:v1.5.0
image: docker.io/grafana/alloy:v1.5.1
imagePullPolicy: IfNotPresent
args:
- run
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
serviceAccountName: alloy
containers:
- name: alloy
image: docker.io/grafana/alloy:v1.5.0
image: docker.io/grafana/alloy:v1.5.1
imagePullPolicy: IfNotPresent
args:
- run
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
serviceAccountName: alloy
containers:
- name: alloy
image: docker.io/grafana/alloy:v1.5.0
image: docker.io/grafana/alloy:v1.5.1
imagePullPolicy: IfNotPresent
args:
- run
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
serviceAccountName: alloy
containers:
- name: alloy
image: docker.io/grafana/alloy:v1.5.0
image: docker.io/grafana/alloy:v1.5.1
imagePullPolicy: IfNotPresent
args:
- run
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
serviceAccountName: alloy
containers:
- name: alloy
image: docker.io/grafana/alloy:v1.5.0
image: docker.io/grafana/alloy:v1.5.1
imagePullPolicy: IfNotPresent
args:
- run
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
serviceAccountName: alloy
containers:
- name: alloy
image: docker.io/grafana/alloy:v1.5.0
image: docker.io/grafana/alloy:v1.5.1
imagePullPolicy: IfNotPresent
args:
- run
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
serviceAccountName: alloy
containers:
- name: alloy
image: docker.io/grafana/alloy:v1.5.0
image: docker.io/grafana/alloy:v1.5.1
imagePullPolicy: IfNotPresent
args:
- run
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
serviceAccountName: alloy
containers:
- name: alloy
image: docker.io/grafana/alloy:v1.5.0
image: docker.io/grafana/alloy:v1.5.1
imagePullPolicy: IfNotPresent
args:
- run
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
serviceAccountName: alloy
containers:
- name: alloy
image: docker.io/grafana/alloy:v1.5.0
image: docker.io/grafana/alloy:v1.5.1
imagePullPolicy: IfNotPresent
args:
- run
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
serviceAccountName: alloy
containers:
- name: alloy
image: docker.io/grafana/alloy:v1.5.0
image: docker.io/grafana/alloy:v1.5.1
imagePullPolicy: IfNotPresent
args:
- run
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
serviceAccountName: alloy
containers:
- name: alloy
image: docker.io/grafana/alloy:v1.5.0
image: docker.io/grafana/alloy:v1.5.1
imagePullPolicy: IfNotPresent
args:
- run
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
serviceAccountName: alloy
containers:
- name: alloy
image: docker.io/grafana/alloy:v1.5.0
image: docker.io/grafana/alloy:v1.5.1
imagePullPolicy: IfNotPresent
args:
- run
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
serviceAccountName: alloy
containers:
- name: alloy
image: docker.io/grafana/alloy:v1.5.0
image: docker.io/grafana/alloy:v1.5.1
imagePullPolicy: IfNotPresent
args:
- run
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
serviceAccountName: alloy
containers:
- name: alloy
image: docker.io/grafana/alloy:v1.5.0
image: docker.io/grafana/alloy:v1.5.1
imagePullPolicy: IfNotPresent
args:
- run
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
serviceAccountName: alloy
containers:
- name: alloy
image: docker.io/grafana/alloy:v1.5.0
image: docker.io/grafana/alloy:v1.5.1
imagePullPolicy: IfNotPresent
args:
- run
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
serviceAccountName: alloy
containers:
- name: alloy
image: docker.io/grafana/alloy:v1.5.0
image: docker.io/grafana/alloy:v1.5.1
imagePullPolicy: IfNotPresent
args:
- run
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
serviceAccountName: alloy
containers:
- name: alloy
image: docker.io/grafana/alloy:v1.5.0
image: docker.io/grafana/alloy:v1.5.1
imagePullPolicy: IfNotPresent
args:
- run
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
serviceAccountName: alloy
containers:
- name: alloy
image: docker.io/grafana/alloy:v1.5.0
image: docker.io/grafana/alloy:v1.5.1
imagePullPolicy: IfNotPresent
args:
- run
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
serviceAccountName: alloy
containers:
- name: alloy
image: docker.io/grafana/alloy:v1.5.0
image: docker.io/grafana/alloy:v1.5.1
imagePullPolicy: IfNotPresent
args:
- run
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
serviceAccountName: alloy
containers:
- name: alloy
image: docker.io/grafana/alloy:v1.5.0
image: docker.io/grafana/alloy:v1.5.1
imagePullPolicy: IfNotPresent
args:
- run
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
serviceAccountName: alloy
containers:
- name: alloy
image: docker.io/grafana/alloy:v1.5.0
image: docker.io/grafana/alloy:v1.5.1
imagePullPolicy: IfNotPresent
args:
- run
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
serviceAccountName: alloy
containers:
- name: alloy
image: docker.io/grafana/alloy:v1.5.0
image: docker.io/grafana/alloy:v1.5.1
imagePullPolicy: IfNotPresent
args:
- run
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
- name: global-cred
containers:
- name: alloy
image: docker.io/grafana/alloy:v1.5.0
image: docker.io/grafana/alloy:v1.5.1
imagePullPolicy: IfNotPresent
args:
- run
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
serviceAccountName: alloy
containers:
- name: alloy
image: quay.io/grafana/alloy:v1.5.0
image: quay.io/grafana/alloy:v1.5.1
imagePullPolicy: IfNotPresent
args:
- run
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
serviceAccountName: alloy
containers:
- name: alloy
image: docker.io/grafana/alloy:v1.5.0
image: docker.io/grafana/alloy:v1.5.1
imagePullPolicy: IfNotPresent
args:
- run
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ spec:
name: geoip
containers:
- name: alloy
image: docker.io/grafana/alloy:v1.5.0
image: docker.io/grafana/alloy:v1.5.1
imagePullPolicy: IfNotPresent
args:
- run
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
serviceAccountName: alloy
containers:
- name: alloy
image: docker.io/grafana/alloy:v1.5.0
image: docker.io/grafana/alloy:v1.5.1
imagePullPolicy: IfNotPresent
args:
- run
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
- name: local-cred
containers:
- name: alloy
image: docker.io/grafana/alloy:v1.5.0
image: docker.io/grafana/alloy:v1.5.1
imagePullPolicy: IfNotPresent
args:
- run
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
serviceAccountName: alloy
containers:
- name: alloy
image: quay.io/grafana/alloy:v1.5.0
image: quay.io/grafana/alloy:v1.5.1
imagePullPolicy: IfNotPresent
args:
- run
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
serviceAccountName: alloy
containers:
- name: alloy
image: docker.io/grafana/alloy:v1.5.0
image: docker.io/grafana/alloy:v1.5.1
imagePullPolicy: IfNotPresent
args:
- run
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
serviceAccountName: alloy
containers:
- name: alloy
image: docker.io/grafana/alloy:v1.5.0
image: docker.io/grafana/alloy:v1.5.1
imagePullPolicy: IfNotPresent
args:
- run
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
serviceAccountName: alloy
containers:
- name: alloy
image: docker.io/grafana/alloy:v1.5.0
image: docker.io/grafana/alloy:v1.5.1
imagePullPolicy: IfNotPresent
args:
- run
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
serviceAccountName: alloy
containers:
- name: alloy
image: docker.io/grafana/alloy:v1.5.0
image: docker.io/grafana/alloy:v1.5.1
imagePullPolicy: IfNotPresent
args:
- run
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
serviceAccountName: alloy
containers:
- name: alloy
image: docker.io/grafana/alloy:v1.5.0
image: docker.io/grafana/alloy:v1.5.1
imagePullPolicy: IfNotPresent
args:
- run
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
serviceAccountName: alloy
containers:
- name: alloy
image: docker.io/grafana/alloy:v1.5.0
image: docker.io/grafana/alloy:v1.5.1
imagePullPolicy: IfNotPresent
args:
- run
Expand Down

0 comments on commit d3358a2

Please sign in to comment.