Skip to content

Commit

Permalink
chore(deps): update ghcr.io/lldap/lldap docker tag to v2024-11-21-deb…
Browse files Browse the repository at this point in the history
…ian-rootless
  • Loading branch information
renovate[bot] authored Nov 22, 2024
1 parent acd6052 commit 91d9438
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion k8s/infra/auth/lldap/bootstrap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
restartPolicy: OnFailure
containers:
- name: lldap-bootstrap
image: ghcr.io/lldap/lldap:2024-11-17-debian-rootless # renovate: docker=ghcr.io/lldap/lldap versioning=loose
image: ghcr.io/lldap/lldap:2024-11-21-debian-rootless # renovate: docker=ghcr.io/lldap/lldap versioning=loose
command: [ /app/bootstrap.sh ]
envFrom:
- configMapRef:
Expand Down
2 changes: 1 addition & 1 deletion k8s/infra/auth/lldap/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
type: RuntimeDefault
containers:
- name: lldap
image: ghcr.io/lldap/lldap:2024-11-17-debian-rootless # renovate: docker=ghcr.io/lldap/lldap versioning=loose
image: ghcr.io/lldap/lldap:2024-11-21-debian-rootless # renovate: docker=ghcr.io/lldap/lldap versioning=loose
securityContext:
allowPrivilegeEscalation: false
readOnlyRootFilesystem: true
Expand Down

0 comments on commit 91d9438

Please sign in to comment.