Compare commits

..

1 Commits

Author SHA1 Message Date
feb8bd876d Update helm-library Docker tag to v0.2.3
Some checks failed
renovate/artifacts Artifact file update failure
ci/woodpecker/push/woodpecker Pipeline was successful
2025-02-16 01:02:42 +00:00
2 changed files with 2 additions and 2 deletions

View File

@ -7,5 +7,5 @@ COPY . .
RUN python -m poetry install --no-root
RUN python -m poetry run mkdocs build
FROM nginxinc/nginx-unprivileged
FROM nginx
COPY --from=builder /src/site /usr/share/nginx/html

View File

@ -9,7 +9,7 @@ maintainers:
url: https://badhouseplants.net
dependencies:
- name: helm-library
version: 0.2.5
version: 0.2.3
repository: oci://ghcr.io/allanger/allangers-helm-library
annotations:
allowed_workload_kinds: "Deployment"