Skip to content

Commit

Permalink
chore(agent): bump agent version to 12.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jenkins committed Aug 8, 2023
1 parent b38bf39 commit daaf575
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 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.3

appVersion: 12.15.0
appVersion: 12.16.0

keywords:
- monitoring
Expand Down Expand Up @@ -36,4 +36,4 @@ dependencies:
- name: common
# repository: https://charts.sysdig.com
repository: file://../common
version: ~1.1.0
version: 1.13.3~1.1.1
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
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

0 comments on commit daaf575

Please sign in to comment.