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

Commit

Permalink
Merge pull request #87 from armosec/dev
Browse files Browse the repository at this point in the history
Registry scan
  • Loading branch information
Bezbran authored Jul 17, 2022
2 parents 76ea6ab + c84bc6d commit 448008b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/armo-components/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 1.7.13
version: 1.7.14

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

maintainers:
- name: Ben Hirschberg
Expand Down
4 changes: 2 additions & 2 deletions charts/armo-components/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ armoWebsocket:
image:
# -- source code: https://github.com/armosec/k8s-ca-websocket (private repo)
repository: quay.io/armosec/action-trigger
tag: v0.0.27
tag: v0.0.37
pullPolicy: Always

service:
Expand Down Expand Up @@ -257,7 +257,7 @@ armoVulnScanner:
image:
# -- source code: https://github.com/armosec/ca-vuln-scan (private repo)
repository: quay.io/armosec/images-vulnerabilities-scan
tag: v0.0.17
tag: v0.0.19
pullPolicy: Always

replicaCount: 1
Expand Down

0 comments on commit 448008b

Please sign in to comment.