Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ USER ${UID}:${GID}
ENTRYPOINT ["/manager"]


FROM gcr.io/distroless/base-debian11:latest@sha256:e711a716d8b7fe9c4f7bbf1477e8e6b451619fcae0bc94fdf6109d490bf6cea0 AS distroless
FROM gcr.io/distroless/base-debian12:latest@sha256:9e9b50d2048db3741f86a48d939b4e4cc775f5889b3496439343301ff54cdba8 AS distroless
ARG UID
ARG GID

Expand Down
4 changes: 2 additions & 2 deletions deploy/charts/imagepullsecrets/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ maintainers:
sources:
- https://github.com/banzaicloud/backyards

version: 0.3.15
appVersion: 0.3.15
version: 0.3.16
appVersion: 0.3.16
2 changes: 1 addition & 1 deletion deploy/charts/imagepullsecrets/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ securityContext:
- ALL
image:
repository: ghcr.io/banzaicloud/imagepullsecrets
tag: v0.3.15
tag: v0.3.16
pullPolicy: IfNotPresent

imagePullSecrets: []
Expand Down