From 90930779ae625a5d35b9664a4b6a67f9e242c5b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gon=C3=A7alo=20Heleno?= Date: Wed, 5 Jul 2023 10:39:07 +0200 Subject: [PATCH] ci: fix versions for the upgrade workflow --- .github/workflows/chart-upgrade.yaml | 2 +- charts/loki-microservice/Chart.yaml | 18 +++++++++--------- charts/loki-stack/Chart.yaml | 10 +++++----- 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/workflows/chart-upgrade.yaml b/.github/workflows/chart-upgrade.yaml index d05e61db..31e831e3 100644 --- a/.github/workflows/chart-upgrade.yaml +++ b/.github/workflows/chart-upgrade.yaml @@ -45,4 +45,4 @@ jobs: with: upgrade-strategy: ${{ inputs.upgrade-strategy }} excluded-dependencies: ${{ inputs.excluded-dependencies }} - dry-run: ${{ inputs.dry-run }} \ No newline at end of file + dry-run: ${{ inputs.dry-run }} diff --git a/charts/loki-microservice/Chart.yaml b/charts/loki-microservice/Chart.yaml index da93374c..db28481a 100644 --- a/charts/loki-microservice/Chart.yaml +++ b/charts/loki-microservice/Chart.yaml @@ -1,18 +1,18 @@ --- -apiVersion: "v2" -name: "loki-distributed" -version: "0" +apiVersion: v2 +name: loki-distributed +version: 0 description: | This chart installs loki-distributed. Loki is a log aggregation system made by Grafana Labs, and inspired by Prometheus. dependencies: - - name: "loki-distributed" - version: "~0.69.0" + - name: loki-distributed + version: 0.69.0 repository: "https://grafana.github.io/helm-charts" - - name: "promtail" - version: "~6.2.1" + - name: promtail + version: 6.2.1 repository: "https://grafana.github.io/helm-charts" - - name: "filebeat" + - name: filebeat condition: filebeat.enabled - version: "~7.17.3" + version: 7.17.3 repository: "https://helm.elastic.co" diff --git a/charts/loki-stack/Chart.yaml b/charts/loki-stack/Chart.yaml index a71b1bcd..5d7fdfc0 100644 --- a/charts/loki-stack/Chart.yaml +++ b/charts/loki-stack/Chart.yaml @@ -1,11 +1,11 @@ --- -apiVersion: "v2" -name: "loki-stack" -version: "0" +apiVersion: v2 +name: loki-stack +version: 0 description: | This chart installs loki-stack. Loki is a log aggregation system made by Grafana Labs, and inspired by Prometheus. dependencies: - - name: "loki-stack" - version: "^2" + - name: loki-stack + version: 2.8.9 repository: "https://grafana.github.io/helm-charts"