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 #81 from armosec/dev
Browse files Browse the repository at this point in the history
Update image tags
  • Loading branch information
Bezbran authored Jun 30, 2022
2 parents 7ed1d9f + bcbae34 commit 56b7a82
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ARMO cluster components
ARMO Vulnerability Scanning

![Version: 1.7.10](https://img.shields.io/badge/Version-1.7.10-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.7.10](https://img.shields.io/badge/AppVersion-v1.7.10-informational?style=flat-square)
![Version: 1.7.12](https://img.shields.io/badge/Version-1.7.12-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.7.12](https://img.shields.io/badge/AppVersion-v1.7.12-informational?style=flat-square)

## [Docs](https://hub.armo.cloud/docs/installation-of-armo-in-cluster)

Expand Down
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.10
version: 1.7.12

# 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.10"
appVersion: "v1.7.12"

maintainers:
- name: Ben Hirschberg
Expand Down
8 changes: 4 additions & 4 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.16
tag: v0.0.25
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.14
tag: v0.0.17
pullPolicy: Always

replicaCount: 1
Expand Down Expand Up @@ -305,7 +305,7 @@ armoCollector:
image:
# -- source code: https://github.com/armosec/k8s-armo-collector (private repo)
repository: quay.io/armosec/cluster-collector
tag: v0.0.12
tag: v0.0.14
pullPolicy: Always

replicaCount: 1
Expand Down Expand Up @@ -357,7 +357,7 @@ armoNotificationService:
image:
# -- source code: https://github.com/armosec/capostman (private repo)
repository: quay.io/armosec/notification-server
tag: v0.0.4
tag: v0.0.5
pullPolicy: Always

replicaCount: 1
Expand Down

0 comments on commit 56b7a82

Please sign in to comment.