Skip to content

Commit

Permalink
chore(cluster-shield,shield,sysdig-deploy): Automatic bump to version…
Browse files Browse the repository at this point in the history
… 1.8.2 (#2168)

Co-authored-by: francesco-furlan <10468205+francesco-furlan@users.noreply.github.com>
Co-authored-by: Francesco Furlan <francesco.furlan@sysdig.com>
  • Loading branch information
3 people authored Feb 28, 2025
1 parent 7d2a6a6 commit b087bfa
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 7 deletions.
4 changes: 2 additions & 2 deletions charts/cluster-shield/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: cluster-shield
description: Cluster Shield Helm Chart for Kubernetes
type: application
version: 1.8.1
appVersion: "1.8.1"
version: 1.8.2
appVersion: "1.8.2"
maintainers:
- name: AlbertoBarba
email: alberto.barba@sysdig.com
Expand Down
2 changes: 2 additions & 0 deletions charts/cluster-shield/templates/secrets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ apiVersion: v1
kind: Secret
metadata:
name: {{ include "cluster-shield.customCASecretName" . }}
namespace: {{ .Release.Namespace }}
labels:
{{- include "cluster-shield.labels" . | nindent 4 }}
data:
Expand All @@ -27,6 +28,7 @@ apiVersion: v1
kind: Secret
metadata:
name: {{ include "cluster-shield.proxySecretName" . }}
namespace: {{ .Release.Namespace }}
labels:
{{- include "cluster-shield.labels" . | nindent 4 }}
data:
Expand Down
7 changes: 7 additions & 0 deletions charts/cluster-shield/tests/custom_ca_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ tests:
kind: Secret
apiVersion: v1
name: cluster-shield-ca
namespace: shield-namespace
not: true
template: templates/secrets.yaml
- notExists:
Expand Down Expand Up @@ -48,6 +49,7 @@ tests:
kind: Secret
apiVersion: v1
name: cluster-shield-ca
namespace: shield-namespace
template: templates/secrets.yaml
documentIndex: 1
- equal:
Expand Down Expand Up @@ -89,6 +91,7 @@ tests:
kind: Secret
apiVersion: v1
name: cluster-shield-ca
namespace: shield-namespace
template: templates/secrets.yaml
not: true
- isSubset:
Expand Down Expand Up @@ -124,6 +127,7 @@ tests:
kind: Secret
apiVersion: v1
name: cluster-shield-ca
namespace: shield-namespace
template: templates/secrets.yaml
not: true
- isSubset:
Expand Down Expand Up @@ -162,6 +166,7 @@ tests:
kind: Secret
apiVersion: v1
name: cluster-shield-ca
namespace: shield-namespace
template: templates/secrets.yaml
documentIndex: 1
- equal:
Expand Down Expand Up @@ -205,6 +210,7 @@ tests:
kind: Secret
apiVersion: v1
name: cluster-shield-ca
namespace: shield-namespace
template: templates/secrets.yaml
not: true
- isSubset:
Expand Down Expand Up @@ -242,6 +248,7 @@ tests:
kind: Secret
apiVersion: v1
name: cluster-shield-ca
namespace: shield-namespace
template: templates/secrets.yaml
not: true
- isSubset:
Expand Down
3 changes: 3 additions & 0 deletions charts/cluster-shield/tests/proxy_settings_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ tests:
kind: Secret
apiVersion: v1
name: sysdig-cluster-shield
namespace: shield-namespace
template: templates/secrets.yaml

- it: Test proxy configuration are stored in a secret and mounted as env vars
Expand Down Expand Up @@ -80,6 +81,7 @@ tests:
kind: Secret
apiVersion: v1
name: sysdig-cluster-shield-proxy
namespace: shield-namespace
template: templates/secrets.yaml
documentIndex: 1
- equal:
Expand Down Expand Up @@ -149,6 +151,7 @@ tests:
kind: Secret
apiVersion: v1
name: sysdig-cluster-shield-proxy
namespace: shield-namespace
template: templates/secrets.yaml
documentIndex: 1
- equal:
Expand Down
2 changes: 1 addition & 1 deletion charts/shield/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ maintainers:
- name: mavimo
email: marcovito.moscaritolo@sysdig.com
type: application
version: 0.9.3
version: 0.9.4
appVersion: "1.0.0"
2 changes: 1 addition & 1 deletion charts/shield/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ The following table lists the configurable parameters of the `shield` chart and
| host.volume_mounts | The custom volume mounts for the host shield | <code>[]</code> |
| cluster.image.registry | The registry where the cluster shield image is stored | <code>quay.io</code> |
| cluster.image.repository | The repository where the cluster shield image is stored | <code>sysdig/cluster-shield</code> |
| cluster.image.tag | The tag for the cluster shield image | <code>1.8.1</code> |
| cluster.image.tag | The tag for the cluster shield image | <code>1.8.2</code> |
| cluster.image.pull_policy | The pull policy for the cluster shield image | <code>IfNotPresent</code> |
| cluster.image.pull_secrets | The pull secrets for the cluster shield image | <code>[]</code> |
| cluster.run_mode | The mode in which the cluster shield should run (Accepted Values: single-process, multi-process) | <code>multi-process</code> |
Expand Down
2 changes: 1 addition & 1 deletion charts/shield/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ cluster:
# The repository where the cluster shield image is stored
repository: sysdig/cluster-shield
# The tag for the cluster shield image
tag: 1.8.1
tag: 1.8.2
# The pull policy for the cluster shield image
pull_policy: IfNotPresent
# The pull secrets for the cluster shield image
Expand Down
4 changes: 2 additions & 2 deletions charts/sysdig-deploy/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: sysdig-deploy
description: A chart with various Sysdig components for Kubernetes
type: application
version: 1.77.3
version: 1.77.4
maintainers:
- name: AlbertoBarba
email: alberto.barba@sysdig.com
Expand Down Expand Up @@ -60,6 +60,6 @@ dependencies:
- name: cluster-shield
# repository: https://charts.sysdig.com
repository: file://../cluster-shield
version: ~1.8.1
version: ~1.8.2
alias: clusterShield
condition: clusterShield.enabled

0 comments on commit b087bfa

Please sign in to comment.