Skip to content

Commit 6a125f6

Browse files
fix: update to use github image registry
Signed-off-by: Ricky Moorhouse <[email protected]>
1 parent 6e53b81 commit 6a125f6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

deployment/deployment.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
### WARNING: this file is supported from Sysdig Agent 0.80.0
2-
# apiVersion: extensions/v1beta1 # If you are in Kubernetes version 1.8 or less please use this line instead of the following one
31
apiVersion: apps/v1
42
kind: Deployment
53
metadata:
@@ -38,7 +36,7 @@ spec:
3836
terminationGracePeriodSeconds: 5
3937
containers:
4038
- name: trawler
41-
image: rickymoorhouse/trawler:latest
39+
image: ghcr.io/ibm/apiconnect-trawler/trawler:main
4240
imagePullPolicy: Always
4341
securityContext:
4442
allowPrivilegeEscalation: false

0 commit comments

Comments
 (0)