forked from RemoteSync/grafana-meta-monitoring-chart
Compare commits
13 Commits
fix_action
...
remove_rev
Author | SHA1 | Date | |
---|---|---|---|
|
dd49623508 | ||
|
0fc5e2f847 | ||
|
d04d74cc26 | ||
|
b840555522 | ||
|
e1a8495227 | ||
|
a812b4f63a | ||
|
8dde9642c9 | ||
|
0832bc8e8f | ||
|
cbae75acb8 | ||
|
f5a5472b95 | ||
|
58a4696a6b | ||
|
e31f6b0906 | ||
|
351f50e238 |
@@ -5,7 +5,7 @@ on:
|
|||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
schedule:
|
schedule:
|
||||||
# Run once a day
|
# Run once a day
|
||||||
- cron: '0 0 * * *'
|
- cron: '0 7 * * *'
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: "write"
|
contents: "write"
|
||||||
@@ -17,7 +17,7 @@ env:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
updateLoki:
|
updateLoki:
|
||||||
name: Update loki subchart
|
name: Update the Loki subchart
|
||||||
runs-on: "ubuntu-latest"
|
runs-on: "ubuntu-latest"
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
@@ -38,8 +38,8 @@ jobs:
|
|||||||
if: steps.update-loki.outputs.changed == 'true'
|
if: steps.update-loki.outputs.changed == 'true'
|
||||||
uses: peter-evans/create-pull-request@v5
|
uses: peter-evans/create-pull-request@v5
|
||||||
with:
|
with:
|
||||||
title: "[dependency] Update loki"
|
title: "[dependency] Update the Loki subchart"
|
||||||
body: "Updates the loki subchart"
|
body: "Updates the Loki subchart"
|
||||||
base: main
|
base: main
|
||||||
author: "${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>"
|
author: "${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>"
|
||||||
committer: "GitHub <noreply@github.com>"
|
committer: "GitHub <noreply@github.com>"
|
||||||
@@ -49,7 +49,7 @@ jobs:
|
|||||||
delete-branch: true
|
delete-branch: true
|
||||||
|
|
||||||
updateGrafanaAlloy:
|
updateGrafanaAlloy:
|
||||||
name: Update Grafana Alloy subchart
|
name: Update the Grafana Alloy subchart
|
||||||
runs-on: "ubuntu-latest"
|
runs-on: "ubuntu-latest"
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
@@ -70,7 +70,7 @@ jobs:
|
|||||||
if: steps.update-grafana-alloy.outputs.changed == 'true'
|
if: steps.update-grafana-alloy.outputs.changed == 'true'
|
||||||
uses: peter-evans/create-pull-request@v5
|
uses: peter-evans/create-pull-request@v5
|
||||||
with:
|
with:
|
||||||
title: "[dependency] Update Grafana Alloy"
|
title: "[dependency] Update the Grafana Alloy subchart"
|
||||||
body: "Updates the Grafana Alloy subchart"
|
body: "Updates the Grafana Alloy subchart"
|
||||||
base: main
|
base: main
|
||||||
author: "${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>"
|
author: "${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>"
|
||||||
@@ -81,7 +81,7 @@ jobs:
|
|||||||
delete-branch: true
|
delete-branch: true
|
||||||
|
|
||||||
updateMimirDistributed:
|
updateMimirDistributed:
|
||||||
name: Update Mimir Distributed subchart
|
name: Update the Mimir Distributed subchart
|
||||||
runs-on: "ubuntu-latest"
|
runs-on: "ubuntu-latest"
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
@@ -102,7 +102,7 @@ jobs:
|
|||||||
if: steps.update-mimir-distributed.outputs.changed == 'true'
|
if: steps.update-mimir-distributed.outputs.changed == 'true'
|
||||||
uses: peter-evans/create-pull-request@v5
|
uses: peter-evans/create-pull-request@v5
|
||||||
with:
|
with:
|
||||||
title: "[dependency] Update Mimir Distributed"
|
title: "[dependency] Update the Mimir Distributed subchart"
|
||||||
body: "Updates the Mimir Distributed subchart"
|
body: "Updates the Mimir Distributed subchart"
|
||||||
base: main
|
base: main
|
||||||
author: "${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>"
|
author: "${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>"
|
||||||
@@ -113,7 +113,7 @@ jobs:
|
|||||||
delete-branch: true
|
delete-branch: true
|
||||||
|
|
||||||
updateTempoDistributed:
|
updateTempoDistributed:
|
||||||
name: Update Tempo Distributed subchart
|
name: Update the Tempo Distributed subchart
|
||||||
runs-on: "ubuntu-latest"
|
runs-on: "ubuntu-latest"
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
@@ -134,7 +134,7 @@ jobs:
|
|||||||
if: steps.update-tempo-distributed.outputs.changed == 'true'
|
if: steps.update-tempo-distributed.outputs.changed == 'true'
|
||||||
uses: peter-evans/create-pull-request@v5
|
uses: peter-evans/create-pull-request@v5
|
||||||
with:
|
with:
|
||||||
title: "[dependency] Update tempo Distributed"
|
title: "[dependency] Update the Tempo Distributed subchart"
|
||||||
body: "Updates the tempo Distributed subchart"
|
body: "Updates the tempo Distributed subchart"
|
||||||
base: main
|
base: main
|
||||||
author: "${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>"
|
author: "${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>"
|
||||||
@@ -144,9 +144,8 @@ jobs:
|
|||||||
branch: chore/update-tempo-distributed
|
branch: chore/update-tempo-distributed
|
||||||
delete-branch: true
|
delete-branch: true
|
||||||
|
|
||||||
|
|
||||||
updateMinio:
|
updateMinio:
|
||||||
name: Update minio subchart
|
name: Update the Minio subchart
|
||||||
runs-on: "ubuntu-latest"
|
runs-on: "ubuntu-latest"
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
@@ -167,8 +166,8 @@ jobs:
|
|||||||
if: steps.update-minio.outputs.changed == 'true'
|
if: steps.update-minio.outputs.changed == 'true'
|
||||||
uses: peter-evans/create-pull-request@v5
|
uses: peter-evans/create-pull-request@v5
|
||||||
with:
|
with:
|
||||||
title: "[dependency] Update minio"
|
title: "[dependency] Update the Minio subchart"
|
||||||
body: "Updates the minio subchart"
|
body: "Updates the Minio subchart"
|
||||||
base: main
|
base: main
|
||||||
author: "${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>"
|
author: "${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>"
|
||||||
committer: "GitHub <noreply@github.com>"
|
committer: "GitHub <noreply@github.com>"
|
||||||
|
@@ -10,9 +10,9 @@ dependencies:
|
|||||||
version: 5.3.0
|
version: 5.3.0
|
||||||
- name: tempo-distributed
|
- name: tempo-distributed
|
||||||
repository: https://grafana.github.io/helm-charts
|
repository: https://grafana.github.io/helm-charts
|
||||||
version: 1.9.1
|
version: 1.9.2
|
||||||
- name: minio
|
- name: minio
|
||||||
repository: https://charts.min.io
|
repository: https://charts.min.io
|
||||||
version: 5.0.11
|
version: 5.1.0
|
||||||
digest: sha256:a7750ea36f343880b8bb566d192edd6eb864c5c4d4110ad19b7d296478d284c3
|
digest: sha256:b9521eea011cdf82856ee909f3f42f98722393678799094de2307e89c92bc045
|
||||||
generated: "2024-04-15T15:17:29.556449147Z"
|
generated: "2024-04-16T08:02:24.103560437Z"
|
||||||
|
@@ -33,9 +33,9 @@ dependencies:
|
|||||||
condition: local.metrics.enabled
|
condition: local.metrics.enabled
|
||||||
- name: tempo-distributed
|
- name: tempo-distributed
|
||||||
repository: https://grafana.github.io/helm-charts
|
repository: https://grafana.github.io/helm-charts
|
||||||
version: "1.9.1"
|
version: 1.9.2
|
||||||
condition: local.traces.enabled
|
condition: local.traces.enabled
|
||||||
- name: minio
|
- name: minio
|
||||||
repository: https://charts.min.io
|
repository: https://charts.min.io
|
||||||
version: "5.0.11"
|
version: 5.1.0
|
||||||
condition: local.minio.enabled
|
condition: local.minio.enabled
|
||||||
|
Binary file not shown.
BIN
charts/meta-monitoring/charts/minio-5.1.0.tgz
Normal file
BIN
charts/meta-monitoring/charts/minio-5.1.0.tgz
Normal file
Binary file not shown.
Binary file not shown.
BIN
charts/meta-monitoring/charts/tempo-distributed-1.9.2.tgz
Normal file
BIN
charts/meta-monitoring/charts/tempo-distributed-1.9.2.tgz
Normal file
Binary file not shown.
Reference in New Issue
Block a user