diff options
| author | Robert Günzler <r@gnzler.io> | 2026-02-04 08:52:54 +0100 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2026-02-04 08:52:54 +0100 |
| commit | 7663c3a87167b59c706bd4ec0cf708402aa7fe46 (patch) | |
| tree | b42bb010d4a27a056e490013855a35c461fb90d8 /bundles/authelia/files/kube.yaml | |
| parent | d402c98ae6713f0203c4732b48872948442e0e3f (diff) | |
source container image version from metadata
Signed-off-by: Robert Günzler <r@gnzler.io>
Diffstat (limited to 'bundles/authelia/files/kube.yaml')
| -rw-r--r-- | bundles/authelia/files/kube.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/authelia/files/kube.yaml b/bundles/authelia/files/kube.yaml index cda7d2c..78ad0a3 100644 --- a/bundles/authelia/files/kube.yaml +++ b/bundles/authelia/files/kube.yaml @@ -32,7 +32,7 @@ spec: imagePullPolicy: Always containers: - name: authelia - image: ghcr.io/authelia/authelia:4.39.4 + image: ghcr.io/authelia/authelia:${version} envFrom: - configMapRef: name: authelia |