Skip to content

Commit

Permalink
Update kube scan yamls to use latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
BenRub committed Mar 5, 2020
1 parent 7b61c71 commit 6a1e2ea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions kube-scan-lb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ spec:
spec:
containers:
- name: kube-scan-ui
image: octarinesec/kubescan-scanner-ui:20.0
image: octarinesec/kubescan-scanner-ui:20.1.1
imagePullPolicy: Always
env:
- name: API_SERVER_PORT
Expand All @@ -474,7 +474,7 @@ spec:
value: "/etc/kubescan/risk-config.yaml"
- name: KUBESCAN_REFRESH_STATE_INTERVAL_MINUTES
value: "1440"
image: octarinesec/kubescan-scanner:20.0
image: octarinesec/kubescan-scanner:20.1.1
imagePullPolicy: Always
volumeMounts:
- name: config
Expand Down
4 changes: 2 additions & 2 deletions kube-scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ spec:
spec:
containers:
- name: kube-scan-ui
image: octarinesec/kubescan-scanner-ui:20.0
image: octarinesec/kubescan-scanner-ui:20.1.1
imagePullPolicy: Always
env:
- name: API_SERVER_PORT
Expand All @@ -467,7 +467,7 @@ spec:
- name: WEBSITE_LINK
value: "https://www.octarinesec.com"
- name: kube-scan
image: octarinesec/kubescan-scanner:20.0
image: octarinesec/kubescan-scanner:20.1.1
env:
- name: KUBESCAN_PORT
value: "80"
Expand Down

0 comments on commit 6a1e2ea

Please sign in to comment.