Compare commits
2 Commits
feb8bd876d
...
8133fcad92
Author | SHA1 | Date | |
---|---|---|---|
8133fcad92 | |||
1cbc35eb63 |
@ -7,5 +7,5 @@ COPY . .
|
|||||||
RUN python -m poetry install --no-root
|
RUN python -m poetry install --no-root
|
||||||
RUN python -m poetry run mkdocs build
|
RUN python -m poetry run mkdocs build
|
||||||
|
|
||||||
FROM nginx
|
FROM nginxinc/nginx-unprivileged
|
||||||
COPY --from=builder /src/site /usr/share/nginx/html
|
COPY --from=builder /src/site /usr/share/nginx/html
|
||||||
|
@ -9,7 +9,7 @@ maintainers:
|
|||||||
url: https://badhouseplants.net
|
url: https://badhouseplants.net
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: helm-library
|
- name: helm-library
|
||||||
version: 0.2.3
|
version: 0.2.5
|
||||||
repository: oci://ghcr.io/allanger/allangers-helm-library
|
repository: oci://ghcr.io/allanger/allangers-helm-library
|
||||||
annotations:
|
annotations:
|
||||||
allowed_workload_kinds: "Deployment"
|
allowed_workload_kinds: "Deployment"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user