Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/release-please.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# yamllint disable rule:line-length
---
on:

Check warning on line 3 in .github/workflows/release-please.yaml

View workflow job for this annotation

GitHub Actions / workflows / YAMLLint

truthy value should be one of [false, true]

Check warning on line 3 in .github/workflows/release-please.yaml

View workflow job for this annotation

GitHub Actions / workflows / YAMLLint

truthy value should be one of [false, true]
push:
branches:
- main
Expand Down Expand Up @@ -38,6 +38,7 @@
addon: ${{ fromJSON(needs.release-please.outputs.paths_released) }}
arch:
- "aarch64"
- "arm64"
- "amd64"
- "armv7"
- "i386"
Expand Down
1 change: 1 addition & 0 deletions loki/config.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Grafana Loki

Check warning on line 1 in loki/config.yaml

View workflow job for this annotation

GitHub Actions / workflows / YAMLLint

missing document start "---"

Check warning on line 1 in loki/config.yaml

View workflow job for this annotation

GitHub Actions / workflows / YAMLLint

missing document start "---"

Check failure on line 1 in loki/config.yaml

View workflow job for this annotation

GitHub Actions / Addon linting (loki)

'arm64' is not one of ['aarch64', 'amd64', 'armhf', 'armv7', 'i386']
version: 1.2.1
slug: loki
description: 'Loki: like Prometheus, but for logs.'
Expand All @@ -12,6 +12,7 @@
3100/tcp: Loki
9096/tcp: gRPC
arch:
- arm64
- aarch64
- amd64
- armv7
Expand Down
1 change: 1 addition & 0 deletions mimir/config.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Grafana Mimir

Check warning on line 1 in mimir/config.yaml

View workflow job for this annotation

GitHub Actions / workflows / YAMLLint

missing document start "---"

Check warning on line 1 in mimir/config.yaml

View workflow job for this annotation

GitHub Actions / workflows / YAMLLint

missing document start "---"

Check failure on line 1 in mimir/config.yaml

View workflow job for this annotation

GitHub Actions / Addon linting (mimir)

'arm64' is not one of ['aarch64', 'amd64', 'armhf', 'armv7', 'i386']
version: 1.1.2
slug: mimir
description: A scalable storage for prometheus
Expand All @@ -12,6 +12,7 @@
8001/tcp: Mimir
9001/tcp: gRPC
arch:
- arm64
- aarch64
- amd64
init: false
Expand Down
1 change: 1 addition & 0 deletions otelcol/config.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: OpenTelemetry Collector

Check warning on line 1 in otelcol/config.yaml

View workflow job for this annotation

GitHub Actions / workflows / YAMLLint

missing document start "---"

Check warning on line 1 in otelcol/config.yaml

View workflow job for this annotation

GitHub Actions / workflows / YAMLLint

missing document start "---"

Check failure on line 1 in otelcol/config.yaml

View workflow job for this annotation

GitHub Actions / Addon linting (otelcol)

'arm64' is not one of ['aarch64', 'amd64', 'armhf', 'armv7', 'i386']
version: 0.12.2
slug: otelcol
description: Bring the OpenTelemetry collector into your home
Expand All @@ -11,6 +11,7 @@
4317/tcp: OTLP/gRPC
4318/tcp: OTLP/HTTP
arch:
- arm64
- aarch64
- amd64
- i386
Expand Down
1 change: 1 addition & 0 deletions tempo/config.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Grafana Tempo

Check warning on line 1 in tempo/config.yaml

View workflow job for this annotation

GitHub Actions / workflows / YAMLLint

missing document start "---"

Check warning on line 1 in tempo/config.yaml

View workflow job for this annotation

GitHub Actions / workflows / YAMLLint

missing document start "---"

Check failure on line 1 in tempo/config.yaml

View workflow job for this annotation

GitHub Actions / Addon linting (tempo)

'arm64' is not one of ['aarch64', 'amd64', 'armhf', 'armv7', 'i386']
version: 1.1.0
slug: tempo
description: >-
Expand All @@ -21,6 +21,7 @@
9095/tcp: gRPC
14268/tcp: Jaeger/Thrift HTTP
arch:
- arm64
- aarch64
- amd64
init: false
Expand Down
Loading