Skip to content

Commit

Permalink
fix(agent): fix Chart.yaml field
Browse files Browse the repository at this point in the history
The agent release pipeline had not been updated to handle two `version`
keys in the agent chart's `Chart.yaml` file and accidentally mangled
the version field of the `common` chart dependency.
  • Loading branch information
aroberts87 committed Aug 8, 2023
1 parent 924b96c commit 0acf068
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/agent/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: Sysdig Monitor and Secure agent
type: application

# currently matching sysdig 1.14.32
version: 1.13.3
version: 1.13.4

appVersion: 12.16.0

Expand Down Expand Up @@ -36,4 +36,4 @@ dependencies:
- name: common
# repository: https://charts.sysdig.com
repository: file://../common
version: 1.13.3~1.1.1
version: ~1.1.0

0 comments on commit 0acf068

Please sign in to comment.