Skip to content

Commit

Permalink
fix: set add-on images correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricziel authored Jul 21, 2024
1 parent 6f04e11 commit 27ea933
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .addons.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ addons:
otelcol:
repository: cedricziel/ha-addon-otelcol
target: otelcol
image: ghcr.io/cedricziel/{arch}-ha-addon-otelcol
image: ghcr.io/cedricziel/ha-addon-otelcol/{arch}
loki:
repository: cedricziel/ha-addon-grafana-loki
target: loki
image: ghcr.io/cedricziel/{arch}-addon-grafana-loki
image: ghcr.io/cedricziel/ha-addon-grafana-loki/{arch}
mimir:
repository: cedricziel/ha-addon-grafana-mimir
target: mimir
image: ghcr.io/cedricziel/mimir/{arch}
image: ghcr.io/cedricziel/ha-addon-grafana-mimir/{arch}
tempo:
repository: cedricziel/ha-addon-grafana-tempo
target: tempo
image: ghcr.io/cedricziel/{arch}-addon-grafana-tempo
image: ghcr.io/cedricziel/ha-addon-grafana-tempo/{arch}

0 comments on commit 27ea933

Please sign in to comment.