diff --git a/.gitlab-ci/values.yaml b/.gitlab-ci/values.yaml
index 744cf0ede4b78ed6672de6e5e24a8029f1fd6b0a..ec88b825dd8195f5d2e65b07531a66c521dc40c8 100644
--- a/.gitlab-ci/values.yaml
+++ b/.gitlab-ci/values.yaml
@@ -1,7 +1,10 @@
 replicaCount: 1
+
 containerPort: 8080
+
 manifests:
   - https://frontend-plugin-example-${CI_COMMIT_REF_SLUG}.k3s.os.oxui.de/manifest.json
+
 ingress:
   enabled: true
   hosts:
@@ -11,7 +14,9 @@ ingress:
           pathType: ImplementationSpecific
 
 image:
-  tag: main
+  repository: ${CI_REGISTRY_IMAGE}
   pullPolicy: Always
+  tag: ${TAG_NAME}
+
 imagePullSecrets:
   - name: gitlab-registry-credentials