Skip to content

Commit

Permalink
Merge branch 'master' into SSPROD-23092_Integrate_new_Admission_Contr…
Browse files Browse the repository at this point in the history
…oller_to_existing_AC_chart
  • Loading branch information
airadier authored Aug 9, 2023
2 parents 79ce9b1 + 151ee1c commit b239e46
Show file tree
Hide file tree
Showing 13 changed files with 29 additions and 16 deletions.
5 changes: 5 additions & 0 deletions charts/agent/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ Manual edits are supported only below '## Change Log' and should be used
exclusively to fix incorrect entries and not to add new ones.

## Change Log
# v1.13.4
### Bug Fixes
* **agent** [2de3cf99](https://github.com/sysdiglabs/charts/commit/2de3cf999b582f59bc11be923c4a407a0719036a): fix Chart.yaml field ([#1293](https://github.com/sysdiglabs/charts/issues/1293))
### Chores
* **agent** [924b96c1](https://github.com/sysdiglabs/charts/commit/924b96c1c98a5006fab4d4f71c91f9df9dbe639e): bump agent version to 12.16.0 ([#1292](https://github.com/sysdiglabs/charts/issues/1292))
# v1.13.2
### Bug Fixes
* **admission-controller,agent,sysdig-deploy** [bdf6c21f](https://github.com/sysdiglabs/charts/commit/bdf6c21f6322aaa8417fe8a763f01f5127601094): fix incompatibility errors on older helm versions ([#1281](https://github.com/sysdiglabs/charts/issues/1281))
Expand Down
4 changes: 2 additions & 2 deletions charts/agent/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ description: Sysdig Monitor and Secure agent
type: application

# currently matching sysdig 1.14.32
version: 1.13.2
version: 1.13.4

appVersion: 12.15.0
appVersion: 12.16.0

keywords:
- monitoring
Expand Down
2 changes: 1 addition & 1 deletion charts/agent/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ The following table lists the configurable parameters of the Sysdig chart and th
| `namespace` | Overrides the global namespace setting and release namespace for components. | `""` |
| `image.registry` | Sysdig Agent image registry. | `quay.io` |
| `image.repository` | Sets the image repository to pull the agent image from. | `sysdig/agent` |
| `image.tag` | Specifies the image tag to pull from the repository. | `12.15.0` |
| `image.tag` | Specifies the image tag to pull from the repository. | `12.16.0` |
| `image.digest` | Specifies the image digest to pull from the repository. | ` ` |
| `image.pullPolicy` | Specifies the Image pull policy. | `IfNotPresent` |
| `image.pullSecrets` | Specifies the image pull secrets. | `nil` |
Expand Down
6 changes: 4 additions & 2 deletions charts/agent/RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# What's Changed

### Bug Fixes
- **admission-controller,agent,sysdig-deploy** [bdf6c21f](https://github.com/sysdiglabs/charts/commit/bdf6c21f6322aaa8417fe8a763f01f5127601094): fix incompatibility errors on older helm versions ([#1281](https://github.com/sysdiglabs/charts/issues/1281))
#### Full diff: https://github.com/sysdiglabs/charts/compare/agent-1.13.1...agent-1.13.2
- **agent** [2de3cf99](https://github.com/sysdiglabs/charts/commit/2de3cf999b582f59bc11be923c4a407a0719036a): fix Chart.yaml field ([#1293](https://github.com/sysdiglabs/charts/issues/1293))
### Chores
- **agent** [924b96c1](https://github.com/sysdiglabs/charts/commit/924b96c1c98a5006fab4d4f71c91f9df9dbe639e): bump agent version to 12.16.0 ([#1292](https://github.com/sysdiglabs/charts/issues/1292))
#### Full diff: https://github.com/sysdiglabs/charts/compare/agent-1.13.2...agent-1.13.4
2 changes: 1 addition & 1 deletion charts/agent/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ image:

registry: quay.io
repository: sysdig/agent
tag: 12.15.0
tag: 12.16.0
# Specify a imagePullPolicy
# Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
# ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
Expand Down
3 changes: 3 additions & 0 deletions charts/sysdig-deploy/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ Manual edits are supported only below '## Change Log' and should be used
exclusively to fix incorrect entries and not to add new ones.

## Change Log
# v1.17.7
### Chores
* **sysdig-deploy** [a70348f9](https://github.com/sysdiglabs/charts/commit/a70348f9ef2a13d375d41f36334e52da0fbef06d): Automatic version bump due to updated dependencies ([#1294](https://github.com/sysdiglabs/charts/issues/1294))
# v1.17.6
### Chores
* **sysdig-deploy** [3515ca48](https://github.com/sysdiglabs/charts/commit/3515ca4826c7c5645a312ba1c48f516972231d64): Automatic version bump due to updated dependencies ([#1289](https://github.com/sysdiglabs/charts/issues/1289))
Expand Down
2 changes: 1 addition & 1 deletion charts/sysdig-deploy/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies:
- name: agent
# repository: https://charts.sysdig.com
repository: file://../agent
version: ~1.13.2
version: ~1.13.4
alias: agent
condition: agent.enabled
- name: common
Expand Down
4 changes: 2 additions & 2 deletions charts/sysdig-deploy/RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# What's Changed

### Chores
- **sysdig-deploy** [3515ca48](https://github.com/sysdiglabs/charts/commit/3515ca4826c7c5645a312ba1c48f516972231d64): Automatic version bump due to updated dependencies ([#1289](https://github.com/sysdiglabs/charts/issues/1289))
#### Full diff: https://github.com/sysdiglabs/charts/compare/sysdig-deploy-1.17.5...sysdig-deploy-1.17.6
- **sysdig-deploy** [a70348f9](https://github.com/sysdiglabs/charts/commit/a70348f9ef2a13d375d41f36334e52da0fbef06d): Automatic version bump due to updated dependencies ([#1294](https://github.com/sysdiglabs/charts/issues/1294))
#### Full diff: https://github.com/sysdiglabs/charts/compare/sysdig-deploy-1.17.6...sysdig-deploy-1.17.7
3 changes: 3 additions & 0 deletions charts/sysdig/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ Manual edits are supported only below '## Change Log' and should be used
exclusively to fix incorrect entries and not to add new ones.

## Change Log
# v1.16.7
### Chores
* **sysdig** [b38bf394](https://github.com/sysdiglabs/charts/commit/b38bf394fc121bffe546def326a5aaf019f0ebd7): bump agent version to 12.16.0 ([#1291](https://github.com/sysdiglabs/charts/issues/1291))
# v1.16.6
### New Features
* **node-analyzer** [0ad8696a](https://github.com/sysdiglabs/charts/commit/0ad8696a0b38d2564121e6e798589f568e3547a8): Release eveconnector 1.1.2 ([#1280](https://github.com/sysdiglabs/charts/issues/1280))
Expand Down
4 changes: 2 additions & 2 deletions charts/sysdig/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
name: sysdig
version: 1.16.6
appVersion: 12.15.0
version: 1.16.7
appVersion: 12.16.0
description: Sysdig Monitor and Secure agent
keywords:
- monitoring
Expand Down
2 changes: 1 addition & 1 deletion charts/sysdig/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ The following table lists the configurable parameters of the Sysdig chart and th
| ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ |
| `image.registry` | Sysdig Agent image registry. | `quay.io` |
| `image.repository` | The image repository to pull from. | `sysdig/agent` |
| `image.tag` | The image tag to pull | `12.15.0` |
| `image.tag` | The image tag to pull | `12.16.0` |
| `image.digest` | The image digest to pull. | ` ` |
| `image.pullPolicy` | The Image pull policy. | `IfNotPresent` |
| `image.pullSecrets` | Image pull secrets. | `nil` |
Expand Down
6 changes: 3 additions & 3 deletions charts/sysdig/RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# What's Changed

### New Features
- **node-analyzer** [0ad8696a](https://github.com/sysdiglabs/charts/commit/0ad8696a0b38d2564121e6e798589f568e3547a8): Release eveconnector 1.1.2 ([#1280](https://github.com/sysdiglabs/charts/issues/1280))
#### Full diff: https://github.com/sysdiglabs/charts/compare/sysdig-deploy-1.17.2...sysdig-1.16.6
### Chores
- **sysdig** [b38bf394](https://github.com/sysdiglabs/charts/commit/b38bf394fc121bffe546def326a5aaf019f0ebd7): bump agent version to 12.16.0 ([#1291](https://github.com/sysdiglabs/charts/issues/1291))
#### Full diff: https://github.com/sysdiglabs/charts/compare/sysdig-deploy-1.17.6...sysdig-1.16.7
2 changes: 1 addition & 1 deletion charts/sysdig/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ image:

registry: quay.io
repository: sysdig/agent
tag: 12.15.0
tag: 12.16.0
# Specify a imagePullPolicy
# Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
# ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
Expand Down

0 comments on commit b239e46

Please sign in to comment.