Skip to content

Commit

Permalink
Prepare release 1.17.3 (#378)
Browse files Browse the repository at this point in the history
* Prepare release

Signed-off-by: David Wertenteil <dwertent@armosec.io>

* adding access-key to KS workflow

Signed-off-by: David Wertenteil <dwertent@armosec.io>

---------

Signed-off-by: David Wertenteil <dwertent@armosec.io>
  • Loading branch information
David Wertenteil authored Jan 15, 2024
1 parent ef226b2 commit 9ebf743
Show file tree
Hide file tree
Showing 6 changed files with 47 additions and 54 deletions.
1 change: 1 addition & 0 deletions .github/workflows/kubescape.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
outputFile: results.sarif
severityThreshold: critical
account: ${{secrets.KUBESCAPE_ACCOUNT }}
accessKey: ${{secrets.KUBESCAPE_ACCESS_KEY }}
- name: Upload Kubescape scan results to Github Code Scanning
uses: github/codeql-action/upload-sarif@v2
with:
Expand Down
4 changes: 2 additions & 2 deletions charts/kubescape-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ type: application
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)

version: 1.17.2
version: 1.17.3

# 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: 1.17.2
appVersion: 1.17.3

maintainers:
- name: Ben Hirschberg
Expand Down
3 changes: 1 addition & 2 deletions charts/kubescape-operator/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Kubescape Operator

![Version: 1.17.2](https://img.shields.io/badge/Version-1.17.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.17.2](https://img.shields.io/badge/AppVersion-v1.17.2-informational?style=flat-square)
![Version: 1.17.3](https://img.shields.io/badge/Version-1.17.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.17.3](https://img.shields.io/badge/AppVersion-v1.17.3-informational?style=flat-square)

## Install

Expand Down Expand Up @@ -225,7 +225,6 @@ docker-compose logs uptrace
| cloudProviderMetadata.aksClientID | string | `nil` | AKS client ID |
| cloudProviderMetadata.aksClientSecret | string | `nil` | AKS client secret |
| cloudProviderMetadata.aksTenantID | string | `nil` | AKS tenant ID |
| triggerNewImageScan | bool | `false` | enable/disable trigger image scan for new images |
| volumes | object | `[]` | Additional volumes for all containers |
| volumeMounts | object | `[]` | Additional volumeMounts for all containers |

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ data:
"vulnScanURL": "{{ .Values.kubevuln.name }}:{{ .Values.kubevuln.service.port }}",
"kubevulnURL": "{{ .Values.kubevuln.name }}:{{ .Values.kubevuln.service.port }}",
"kubescapeURL": "{{ .Values.kubescape.name }}:{{ .Values.kubescape.service.port }}",
"triggerNewImageScan": "{{ .Values.triggerNewImageScan }}",
"clusterName": "{{ regexReplaceAll "\\W+" .Values.clusterName "-" }}",
"storage": {{ $components.storage.enabled }},
"relevantImageVulnerabilitiesEnabled": {{ eq .Values.capabilities.relevancy "enable" }},
Expand Down
Loading

0 comments on commit 9ebf743

Please sign in to comment.