diff --git a/Dockerfile b/Dockerfile index f7c177f..be1ef72 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/deploy/charts/imagepullsecrets/Chart.yaml b/deploy/charts/imagepullsecrets/Chart.yaml index e93030a..1dcb980 100644 --- a/deploy/charts/imagepullsecrets/Chart.yaml +++ b/deploy/charts/imagepullsecrets/Chart.yaml @@ -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 diff --git a/deploy/charts/imagepullsecrets/values.yaml b/deploy/charts/imagepullsecrets/values.yaml index bf07fd8..98a8b42 100644 --- a/deploy/charts/imagepullsecrets/values.yaml +++ b/deploy/charts/imagepullsecrets/values.yaml @@ -20,7 +20,7 @@ securityContext: - ALL image: repository: ghcr.io/banzaicloud/imagepullsecrets - tag: v0.3.15 + tag: v0.3.16 pullPolicy: IfNotPresent imagePullSecrets: []