Skip to content

Commit

Permalink
Bump versions (#389)
Browse files Browse the repository at this point in the history
* bump versions

Signed-off-by: David Wertenteil <[email protected]>

* Adding test

Signed-off-by: David Wertenteil <[email protected]>

* update operator tag

Signed-off-by: David Wertenteil <[email protected]>

* update node-agent

Signed-off-by: David Wertenteil <[email protected]>

* update argocd example

Signed-off-by: David Wertenteil <[email protected]>

* update automated config

Signed-off-by: David Wertenteil <[email protected]>

* remove duplicated HOST_ROOT env for node-agent

Signed-off-by: Matthias Bertschy <[email protected]>

* bump storage

Signed-off-by: Matthias Bertschy <[email protected]>

---------

Signed-off-by: David Wertenteil <[email protected]>
Signed-off-by: Matthias Bertschy <[email protected]>
Co-authored-by: Matthias Bertschy <[email protected]>
  • Loading branch information
David Wertenteil and matthyx authored Feb 7, 2024
1 parent ba06dc2 commit bfd5e78
Show file tree
Hide file tree
Showing 7 changed files with 70 additions and 71 deletions.
1 change: 1 addition & 0 deletions .github/workflows/02-e2e-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ jobs:
relevancy_java,
relevancy_java_and_python,
relevancy_golang_dynamic,
relevancy_multiple_containers,
vulnerability_scanning,
vulnerability_scanning_proxy,
vulnerability_scanning_trigger_scan_public_registry,
Expand Down
14 changes: 10 additions & 4 deletions ArgoCDApplication.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,24 @@ spec:
valueFiles:
- values.yaml
parameters:
- name: account
value: '' # add account ID
- name: clusterName
value: '' # add cluster name
- name: server
value: '' # add Kubescape-compatible backend service URL
# Add adaptor server and account
# - name: account
# value: '' # add account ID
# - name: accessKey
# value: '' # add account ID
# - name: server
# value: '' # add Kubescape-compatible backend service URL
project: default
syncPolicy:
syncOptions:
- PruneLast=true
- CreateNamespace=true
- RespectIgnoreDifferences=true
automated:
prune: false
selfHeal: false
ignoreDifferences:
- group: core
kind: ConfigMap
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.18.1
version: 1.18.2

# 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.18.1
appVersion: 1.18.2

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

![Version: 1.18.1](https://img.shields.io/badge/Version-1.18.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.18.1](https://img.shields.io/badge/AppVersion-v1.18.1-informational?style=flat-square)
![Version: 1.18.2](https://img.shields.io/badge/Version-1.18.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.18.2](https://img.shields.io/badge/AppVersion-v1.18.2-informational?style=flat-square)

## Install

Expand Down
2 changes: 0 additions & 2 deletions charts/kubescape-operator/templates/node-agent/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,6 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.name
- name: HOST_ROOT
value: "/host"
{{- range .Values.nodeAgent.env }}
- name: {{ .name }}
{{- if .value }}
Expand Down
Loading

0 comments on commit bfd5e78

Please sign in to comment.