Skip to content

Commit

Permalink
ci: fix versions for the upgrade workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lentidas committed Jul 5, 2023
1 parent 38e7642 commit 9093077
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/chart-upgrade.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ jobs:
with:
upgrade-strategy: ${{ inputs.upgrade-strategy }}
excluded-dependencies: ${{ inputs.excluded-dependencies }}
dry-run: ${{ inputs.dry-run }}
dry-run: ${{ inputs.dry-run }}
18 changes: 9 additions & 9 deletions charts/loki-microservice/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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"
10 changes: 5 additions & 5 deletions charts/loki-stack/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 9093077

Please sign in to comment.