Skip to content

Commit

Permalink
fix unqualified-search
Browse files Browse the repository at this point in the history
Signed-off-by: sveno1990 <59794845+sveno1990@users.noreply.github.com>
  • Loading branch information
sveno1990 committed Mar 10, 2025
1 parent 0ed7c56 commit df63720
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/base/redis/argocd-redis-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ spec:
serviceAccountName: argocd-redis
containers:
- name: redis
image: redis:7.2.7-alpine
image: public.ecr.aws/docker/library/redis:7.2.7-alpine
imagePullPolicy: Always
args:
- "--save"
Expand Down

0 comments on commit df63720

Please sign in to comment.