Skip to content

Commit

Permalink
Fix aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwani-opstree authored Sep 3, 2024
1 parent 13781c3 commit 42f4386
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions charts/loki/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ apiVersion: v2
name: loki
description: A Helm chart for loki
type: application
version: 1.0.0
version: 1.0.1
appVersion: 1.0.0
dependencies:
- name: loki-distributed
version: 0.76.1
repository: https://grafana.github.io/helm-charts
alias: logging
alias: distributed
tags:
- logging
condition: distributed.enabled
Expand All @@ -21,7 +21,7 @@ dependencies:
- name: loki
version: 6.7.3
repository: https://grafana.github.io/helm-charts
alias: logging
alias: standalone
tags:
- logging
condition: standalone.enabled

0 comments on commit 42f4386

Please sign in to comment.