Skip to content

Commit

Permalink
github_actions_ci: Update public key
Browse files Browse the repository at this point in the history
  • Loading branch information
draios-jenkins committed Aug 8, 2023
1 parent 0efa2b2 commit e57e143
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 e57e143

Please sign in to comment.