Skip to content

Commit

Permalink
bump base addon version for chart library
Browse files Browse the repository at this point in the history
  • Loading branch information
jehy committed Jun 5, 2024
1 parent 6bdeeba commit 68cc4f4
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 7 deletions.
4 changes: 4 additions & 0 deletions dbstats/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.5.7

- Replace chart library. It looks nicer now!

## 0.5.6

- Fix misleading header name
Expand Down
6 changes: 3 additions & 3 deletions dbstats/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BUILD_FROM=ghcr.io/hassio-addons/base-nodejs:0.2.1
ARG BUILD_FROM=ghcr.io/hassio-addons/base-nodejs:0.2.2
# hadolint ignore=DL3006
FROM ${BUILD_FROM}

Expand All @@ -20,8 +20,8 @@ RUN apk update \
# Copy root file system
COPY rootfs /

COPY --from=ghcr.io/jehy/hass-dbstats:0.3.12 /usr/src/app /usr/src/app
COPY --from=ghcr.io/jehy/hass-dbstats:0.3.12 /var/www/html /var/www/html
COPY --from=ghcr.io/jehy/hass-dbstats:0.3.19 /usr/src/app /usr/src/app
COPY --from=ghcr.io/jehy/hass-dbstats:0.3.19 /var/www/html /var/www/html
WORKDIR /usr/src/app
RUN npm ci --omit=dev && npm cache clean --force ## need to reinstall deps because they can be binary incompatible

Expand Down
6 changes: 3 additions & 3 deletions dbstats/build.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
build_from:
aarch64: ghcr.io/hassio-addons/base-nodejs:0.2.1
amd64: ghcr.io/hassio-addons/base-nodejs:0.2.1
armv7: ghcr.io/hassio-addons/base-nodejs:0.2.1
aarch64: ghcr.io/hassio-addons/base-nodejs:0.2.2
amd64: ghcr.io/hassio-addons/base-nodejs:0.2.2
armv7: ghcr.io/hassio-addons/base-nodejs:0.2.2
2 changes: 1 addition & 1 deletion dbstats/config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: DbStats
version: 0.5.6
version: 0.5.7
slug: dbstats
description: Database stats for Home Assistant
image: ghcr.io/jehy/dbstats-addon-{arch}
Expand Down
Binary file modified dbstats/screen.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 68cc4f4

Please sign in to comment.