Skip to content

Commit

Permalink
updating image
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Steurer <[email protected]>
  • Loading branch information
Andrew Steurer committed Aug 14, 2024
1 parent a79290b commit 36afaab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chart/templates/client.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ spec:
spec:
containers:
- name: postgres-client
image: ghcr.io/asteurer/kh-sql-injection:latest
image: ghcr.io/kube-hack/sql-injection:latest
imagePullPolicy: Always
ports:
- containerPort: 8080
envFrom:
- configMapRef:
name: postgres-secret

---
---

apiVersion: v1
kind: Service
Expand Down

0 comments on commit 36afaab

Please sign in to comment.