Skip to content

Commit

Permalink
Update argocd-redis-deployment.yaml
Browse files Browse the repository at this point in the history
Fix Podman: Failed to inspect image "redis:7.0.15-alpine": rpc error: code = Unknown desc = short-name "redis:7.0.15-alpine" did not resolve to an alias and no unqualified-search registries are defined in "/etc/containers/registries.conf"

Signed-off-by: nulluuid <156840743+nulluuid@users.noreply.github.com>
  • Loading branch information
nulluuid committed Jul 6, 2024
1 parent b909993 commit ec8f11b
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.0.15-alpine
image: docker.io/redis:7.0.15-alpine
imagePullPolicy: Always
args:
- "--save"
Expand Down

0 comments on commit ec8f11b

Please sign in to comment.