diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml
index 2352f2e44ba37d88de63dd94970010846151fede..1e0fdf57f38caf72e75e32151a7e11735671251a 100644
--- a/.github/workflows/e2e.yaml
+++ b/.github/workflows/e2e.yaml
@@ -181,12 +181,12 @@ jobs:
             --revision="${{ github.ref }}/${{ github.sha }}"
           /tmp/flux tag artifact localhost:5000/fluxcd/flux:${{ github.sha }} \
             --tag latest
-          /tmp/flux list artifact localhost:5000/fluxcd/flux
+          /tmp/flux list artifacts localhost:5000/fluxcd/flux
       - name: flux oci repositories
         run: |
           /tmp/flux create source oci podinfo-oci \
             --url ghcr.io/stefanprodan/manifests/podinfo \
-            --tag 6.1.6 \
+            --tag-semver 6.1.x \
             --interval 10m
           /tmp/flux create kustomization podinfo-oci \
             --source=OCIRepository/podinfo-oci \
diff --git a/manifests/bases/source-controller/kustomization.yaml b/manifests/bases/source-controller/kustomization.yaml
index 29147274da34e0c221df402b63ac8c8ffc8e46b3..9d2e44e026d559807762575c33f9506393369932 100644
--- a/manifests/bases/source-controller/kustomization.yaml
+++ b/manifests/bases/source-controller/kustomization.yaml
@@ -15,4 +15,4 @@ patchesJson6902:
 # TODO: remove the hardcoded image when OCIRepository is released
 images:
   - name: fluxcd/source-controller
-    newTag: oci-778f6d5d
+    newTag: oci-8509ac03