Skip to content

Commit

Permalink
fix: update images pulls (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
lostbean authored Jul 8, 2024
1 parent 29cb584 commit 212cfe8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/voting-app/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
- "6379:6379"

azure-vote-front:
image: voting-app-ui
image: kurtosistech/demo-voting-app-ui
container_name: voting-app-ui
environment:
REDIS: redis-prod
Expand Down
5 changes: 2 additions & 3 deletions kardinal-cli/deployment/deployment.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ package deployment
import (
"bytes"
"context"
"text/template"

"github.com/kurtosis-tech/stacktrace"
"kardinal.cli/consts"
"text/template"
)

const (
Expand Down Expand Up @@ -71,8 +72,6 @@ spec:
containers:
- name: kardinal-manager
image: kurtosistech/kardinal-manager:latest
# TODO: Policy to local dev only - figure a way to remove it
imagePullPolicy: Never
env:
- name: KUBERNETES_SERVICE_HOST
value: "kubernetes.default.svc"
Expand Down

0 comments on commit 212cfe8

Please sign in to comment.