Compare commits

..

2 Commits

Author SHA1 Message Date
8133fcad92 Update helm-library Docker tag to v0.2.5
Some checks failed
renovate/artifacts Artifact file update failure
ci/woodpecker/push/woodpecker Pipeline was successful
2025-05-29 19:44:58 +00:00
1cbc35eb63
Use rootless container
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2025-03-01 20:04:43 +01: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 nginx
FROM nginxinc/nginx-unprivileged
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.3
version: 0.2.5
repository: oci://ghcr.io/allanger/allangers-helm-library
annotations:
allowed_workload_kinds: "Deployment"