chore(minio): Ingress disabled and removed bucket and region logic

This commit is contained in:
2025-05-06 01:46:03 +02:00
parent a224907328
commit e8421beff3
5 changed files with 18 additions and 38 deletions

View File

@@ -4,7 +4,7 @@ LABEL io.hass.name="MinIO"
LABEL io.hass.description="S3-compatible object storage for HA"
LABEL io.hass.arch="amd64|aarch64"
LABEL io.hass.type="addon"
LABEL io.hass.version="1.0.64"
LABEL io.hass.version="1.1.0"
# Install curl, jq and ca-certificates
RUN apk add --no-cache bash curl jq ca-certificates