Skip to content

Commit

Permalink
Updates Autosupport to 24.02 in helm chart
Browse files Browse the repository at this point in the history
  • Loading branch information
reederc42 authored Apr 3, 2024
1 parent c1c10e2 commit 657124f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@

- Removed in-toto attestations framework from multi-platform image manifests.

**Known Issues:**

- **Helm:** The `trident-autosupport` image in the Helm chart was not updated to 24.02. To use the 24.02 ASUP image add `--set tridentAutosupportImageTag=24.02` to the helm install command. A fix will be included in the next patch release.

## v23.10.0

**Fixes:**
Expand Down
2 changes: 1 addition & 1 deletion helm/trident-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ tridentSilenceAutosupport: false
tridentAutosupportImage: ""

# tridentAutosupportImageTag allows overriding the tag of the image for Trident's Autosupport container.
tridentAutosupportImageTag: "23.10"
tridentAutosupportImageTag: "24.02"

# tridentAutosupportProxy allows Trident's autosupport container to phone home via an HTTP proxy.
tridentAutosupportProxy: ""
Expand Down

0 comments on commit 657124f

Please sign in to comment.