Skip to content

Commit

Permalink
chore: updated func call
Browse files Browse the repository at this point in the history
Signed-off-by: Allen Conlon <software@conlon.dev>
  • Loading branch information
a1994sc committed Feb 12, 2025
1 parent ee5d79c commit 89de0c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/internal/agent/hooks/pods.go
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ func mutatePod(ctx context.Context, r *v1.AdmissionRequest, cluster *cluster.Clu
if err != nil {
return nil, err
}
updatedAnnotations[getImageAnnotationKey(volume.Image.Reference)] = volume.Image.Reference
updatedAnnotations[getImageAnnotationKey(ctx, volume.Image.Reference)] = volume.Image.Reference
patches = append(patches, operations.ReplacePatchOperation(path, replacement))
}
}
Expand Down

0 comments on commit 89de0c2

Please sign in to comment.