Skip to content

Commit 609483d

Browse files
authored
Updating image references (#198)
* replacing old image name from ibmcom/detect-secrets-stream to new icr image Signed-off-by: Kristi Kazmierczak <[email protected]> * replacing missed image to new icr reference Signed-off-by: Kristi Kazmierczak <[email protected]> Signed-off-by: Kristi Kazmierczak <[email protected]>
1 parent 0cf1404 commit 609483d

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

kustomize_envs/base/admin/secret-util/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ spec:
2020
spec:
2121
containers:
2222
- name: secret-util
23-
image: ibmcom/detect-secrets-stream:v0.4.3
23+
image: icr.io/git-defenders/detect-secrets-stream:latest
2424
# Once exec into the container
2525
# run "python -m detect_secrets_stream.util.secret_util" for help
2626
command: ["sleep"]

kustomize_envs/base/ingest/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ spec:
4040
path: email.conf
4141
containers:
4242
- name: gd-ingest
43-
image: "ibmcom/detect-secrets-stream:latest"
43+
image: "icr.io/git-defenders/detect-secrets-stream:latest"
4444
command: ["/code/detect_secrets_stream/gd_ingest/docker-entrypoint.sh"]
4545
imagePullPolicy: IfNotPresent
4646
env:

kustomize_envs/base/pi_cleaner/cronjob.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ spec:
1010
spec:
1111
containers:
1212
- name: pi-cleaner
13-
image: ibmcom/detect-secrets-stream:latest
13+
image: icr.io/git-defenders/detect-secrets-stream:latest
1414
imagePullPolicy: IfNotPresent
1515
command: ["python"]
1616
args: ["-m", "detect_secrets_stream.pi_cleaner.pi_cleaner"]

kustomize_envs/base/revalidation/cronjob.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ spec:
1010
spec:
1111
containers:
1212
- name: revalidation
13-
image: ibmcom/detect-secrets-stream:latest
13+
image: icr.io/git-defenders/detect-secrets-stream:latest
1414
imagePullPolicy: IfNotPresent
1515
command: ["python"]
1616
args: ["-m", "detect_secrets_stream.validation.revalidation"]

kustomize_envs/base/revoker/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ spec:
7272
path: revoker_urls.conf
7373
containers:
7474
- name: gd-revoker
75-
image: "ibmcom/detect-secrets-stream:latest"
75+
image: "icr.io/git-defenders/detect-secrets-stream:latest"
7676
command: ["/code/detect_secrets_stream/gd_revoker/docker-entrypoint.sh"]
7777
imagePullPolicy: IfNotPresent
7878
env:

kustomize_envs/base/scan_worker/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ spec:
6060
path: email.conf
6161
containers:
6262
- name: scan-worker
63-
image: ibmcom/detect-secrets-stream:latest
63+
image: icr.io/git-defenders/detect-secrets-stream:latest
6464
imagePullPolicy: IfNotPresent
6565
command: ["python"]
6666
args: ["-m", "detect_secrets_stream.scan_worker.app"]

kustomize_envs/base/support/sql_exporter/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ spec:
2222
spec:
2323
containers:
2424
- name: sqlexporter
25-
image: "ibmcom/detect-secrets-stream:latest"
25+
image: "icr.io/git-defenders/detect-secrets-stream:latest"
2626
imagePullPolicy: IfNotPresent
2727
command: ["python"]
2828
args: ["-m", "detect_secrets_stream.sql_exporter.db_metrics"]

kustomize_envs/base/vmt_report/cronjob.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ spec:
1010
spec:
1111
containers:
1212
- name: vmt-report
13-
image: ibmcom/detect-secrets-stream:latest
13+
image: icr.io/git-defenders/detect-secrets-stream:latest
1414
imagePullPolicy: IfNotPresent
1515
command: ["python"]
1616
args: ["-m", "detect_secrets_stream.notification.vmt_report"]

0 commit comments

Comments
 (0)