Skip to content

Commit

Permalink
Merge pull request #2 from Poeschl-HomeAssistant-Addons/valetudo-update
Browse files Browse the repository at this point in the history
⬆️ Update ICantBelieveItsNotValetudo to 2023.08.0
  • Loading branch information
Poeschl authored Oct 5, 2024
2 parents 0780e07 + 323f72b commit 90dc0dd
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions icantbelieveitsnotvaletudo/.README.j2
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# ICantBelieveItsNotValetudo Addon

This is the adaption of [ICantBelieveItsNotValetudo](https://github.com/Hypfer/ICantBelieveItsNotValetudo) as a Supervisor addon.
As of now ICantBelieveItsNotValetudo is archived, but this addon will try to maintain running the latest version as long as possible.

[![Release][release-badge]][release]
![Addon Stage][stage-badge]
Expand Down
2 changes: 1 addition & 1 deletion icantbelieveitsnotvaletudo/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN apt-get update && apt-get -y --no-install-recommends install \
# Splited RUN for better layer caching
# hadolint ignore=DL3059
RUN git config --global advice.detachedHead false && \
git clone https://github.com/Hypfer/ICantBelieveItsNotValetudo.git -b 2022.05.0 /app
git clone https://github.com/Hypfer/ICantBelieveItsNotValetudo.git -b 2023.08.0 /app

WORKDIR /app
RUN npm install
Expand Down
1 change: 0 additions & 1 deletion icantbelieveitsnotvaletudo/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ arch:
- aarch64
- amd64
- i386
image: ghcr.io/poeschl-homeassistant-addons/icantbelieveitsnotvaletudo-{arch}
ports:
8080/tcp:
ports_description:
Expand Down

0 comments on commit 90dc0dd

Please sign in to comment.