Skip to content
This repository was archived by the owner on Sep 15, 2022. It is now read-only.

Commit 448008b

Browse files
authored
Merge pull request #87 from armosec/dev
Registry scan
2 parents 76ea6ab + c84bc6d commit 448008b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

charts/armo-components/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ type: application
88
# This is the chart version. This version number should be incremented each time you make changes
99
# to the chart and its templates, including the app version.
1010
# Versions are expected to follow Semantic Versioning (https://semver.org/)
11-
version: 1.7.13
11+
version: 1.7.14
1212

1313
# This is the version number of the application being deployed. This version number should be
1414
# incremented each time you make changes to the application. Versions are not expected to
1515
# follow Semantic Versioning. They should reflect the version the application is using.
1616
# It is recommended to use it with quotes.
17-
appVersion: "v1.7.13"
17+
appVersion: "v1.7.14"
1818

1919
maintainers:
2020
- name: Ben Hirschberg

charts/armo-components/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ armoWebsocket:
217217
image:
218218
# -- source code: https://github.com/armosec/k8s-ca-websocket (private repo)
219219
repository: quay.io/armosec/action-trigger
220-
tag: v0.0.27
220+
tag: v0.0.37
221221
pullPolicy: Always
222222

223223
service:
@@ -257,7 +257,7 @@ armoVulnScanner:
257257
image:
258258
# -- source code: https://github.com/armosec/ca-vuln-scan (private repo)
259259
repository: quay.io/armosec/images-vulnerabilities-scan
260-
tag: v0.0.17
260+
tag: v0.0.19
261261
pullPolicy: Always
262262

263263
replicaCount: 1

0 commit comments

Comments
 (0)