fix(authentik): rm digest in tag

This commit is contained in:
JJGadgets
2024-02-05 22:42:35 +08:00
parent bf6dd76f39
commit 8dd1d9540a

View File

@@ -16,14 +16,9 @@ spec:
values:
image:
repository: "ghcr.io/goauthentik/server"
tag: "2023.10.7@sha256:8ebdd51a95d3efdcb0cf3b26ed849cc0f9a8c032adb8cd595cabb59a1f321161" # specify image tag for Renovate to pull changelogs & security info, and for security releases without a chart release
digest: "sha256:8ebdd51a95d3efdcb0cf3b26ed849cc0f9a8c032adb8cd595cabb59a1f321161"
tag: "2023.10.7" # specify image tag for Renovate to pull changelogs & security info, and for security releases without a chart release
digest: "sha256:8ebdd51a95d3efdcb0cf3b26ed849cc0f9a8c032adb8cd595cabb59a1f321161" # TODO: apparently Renovate doesn't see this as a digest?
pullPolicy: IfNotPresent
image2: # Renovate test
repository: "ghcr.io/goauthentik/server"
tag: "2023.10.5" # specify image tag for Renovate to pull changelogs & security info, and for security releases without a chart release
digest: "sha256:f019439323ae8ffb88771584641072ffb64079a895d8d15ee7ada2da210de2a1"
pullPolicy: IfNotPresent
# server is in active-active, 3 replicas seems to confuse authentik
replicas: 2
worker:
@@ -133,4 +128,4 @@ spec:
matchLabels:
app.kubernetes.io/name: *app
app.kubernetes.io/instance: *app
app.kubernetes.io/component: worker
app.kubernetes.io/component: worker