Skip to content

Commit

Permalink
metal3: Update Ironic/IPA images
Browse files Browse the repository at this point in the history
Update Ironic image to 24.1.3.0 which fixes the following issues:
- Ironic rebase to pick up changes related to CVE-2024-44082
- Fix issue related to net.ifnames in Ironic configuration
- Fix issue related to ironicclient version which prevented debug usage as described in #121

Update IPA downloader image to 2.0.1, which includes corresponding changes
related to CVE-2024-44082
  • Loading branch information
hardys committed Oct 21, 2024
1 parent c41d510 commit 3a7d5f9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/ironic/charts/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ appVersion: 24.1.2
description: A Helm chart for Ironic, used by Metal3
name: ironic
type: application
version: 0.7.0
version: 0.7.1
4 changes: 2 additions & 2 deletions packages/ironic/charts/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@ images:
ironic:
repository: registry.opensuse.org/isv/suse/edge/metal3/containers/images/ironic
pullPolicy: IfNotPresent
tag: 24.1.2.0
tag: 24.1.3.0
ironicIPADownloader:
repository: registry.opensuse.org/isv/suse/edge/metal3/containers/images/ironic-ipa-downloader
pullPolicy: IfNotPresent
tag: 2.0.0
tag: 2.0.1

nameOverride: ""
fullnameOverride: ""
Expand Down
4 changes: 2 additions & 2 deletions packages/metal3/charts/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies:
- alias: metal3-ironic
name: ironic
repository: file://./charts/ironic
version: 0.7.0
version: 0.7.1
- alias: metal3-mariadb
name: mariadb
repository: file://./charts/mariadb
Expand All @@ -22,4 +22,4 @@ description: A Helm chart that installs all of the dependencies needed for Metal
icon: https://github.com/cncf/artwork/raw/master/projects/metal3/icon/color/metal3-icon-color.svg
name: metal3
type: application
version: 0.8.1
version: 0.8.2

0 comments on commit 3a7d5f9

Please sign in to comment.