Skip to content

Commit

Permalink
chore(deps): update ghcr.io/lldap/lldap docker tag to v2024-10-10-deb…
Browse files Browse the repository at this point in the history
…ian-rootless
  • Loading branch information
renovate[bot] authored and vehagn committed Oct 10, 2024
1 parent 79991ca commit c2aa58a
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-09-11-debian # renovate: docker=ghcr.io/lldap/lldap versioning=loose
image: ghcr.io/lldap/lldap:2024-10-10-debian # 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-09-11-debian-rootless # renovate: docker=ghcr.io/lldap/lldap versioning=loose
image: ghcr.io/lldap/lldap:2024-10-10-debian-rootless # renovate: docker=ghcr.io/lldap/lldap versioning=loose
securityContext:
allowPrivilegeEscalation: false
readOnlyRootFilesystem: true
Expand Down

0 comments on commit c2aa58a

Please sign in to comment.