Compare commits

...

2 Commits

Author SHA1 Message Date
e3f0f89d93 fix: Outdated glibc
All checks were successful
Build and deploy / build (push) Successful in 11m4s
2025-12-21 22:46:20 +01:00
100760c498 chore: Renamed credentials secret in deployment
All checks were successful
Build and deploy / build (push) Successful in 10m48s
2025-12-21 22:22:27 +01:00
2 changed files with 2 additions and 2 deletions

View File

@@ -20,6 +20,6 @@ RUN cargo auditable build --release && /app/target/release/crdgen > /crds.yaml
FROM scratch AS manifests FROM scratch AS manifests
COPY --from=builder /crds.yaml / COPY --from=builder /crds.yaml /
FROM gcr.io/distroless/cc-debian12:nonroot AS runtime FROM gcr.io/distroless/cc-debian13:nonroot AS runtime
COPY --from=builder /app/target/release/lldap-controller /lldap-controller COPY --from=builder /app/target/release/lldap-controller /lldap-controller
CMD ["/lldap-controller"] CMD ["/lldap-controller"]

View File

@@ -49,4 +49,4 @@ spec:
volumes: volumes:
- name: credentials - name: credentials
secret: secret:
secretName: lldap-credentials secretName: credentials