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 #64 from armosec/dev
Browse files Browse the repository at this point in the history
Update images tags
  • Loading branch information
rotemamsa authored May 26, 2022
2 parents 70812d9 + 3aefb76 commit 8e155a3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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.7](https://img.shields.io/badge/Version-1.7.7-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.7.7](https://img.shields.io/badge/AppVersion-v1.7.7-informational?style=flat-square)
![Version: 1.7.8](https://img.shields.io/badge/Version-1.7.8-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.7.8](https://img.shields.io/badge/AppVersion-v1.7.8-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.7
version: 1.7.8

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

maintainers:
- name: Ben Hirschberg
Expand Down
6 changes: 3 additions & 3 deletions charts/armo-components/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ armoKubescapeScanScheduler:
image:
# -- source code: https://github.com/armosec/http-request (public repo)
repository: quay.io/armosec/http_request
tag: v0.0.5
tag: v0.0.6
pullPolicy: IfNotPresent

replicaCount: 1
Expand All @@ -141,7 +141,7 @@ armoKubescape:
image:
# -- source code: https://github.com/armosec/kubescape/tree/master/httphandler (public repo)
repository: quay.io/armosec/kubescape
tag: v2.0.155
tag: v2.0.156
pullPolicy: Always

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

replicaCount: 1
Expand Down

0 comments on commit 8e155a3

Please sign in to comment.