Skip to content

Commit

Permalink
update image sync config to include 4.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelsorianod committed Feb 26, 2025
1 parent 8c2c7d5 commit 3fa2224
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions dev-infrastructure/templates/image-sync.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -321,10 +321,11 @@ var ocpMirrorConfig = {
maxVersion: '4.17.0'
}
{
name: 'candidate-4.18'
name: 'stable-4.18'
type: 'ocp'
full: true
minVersion: '4.18.0-rc.6'
minVersion: '4.18.1'
maxVersion: '4.18.1'
}
]
graph: true
Expand Down
4 changes: 2 additions & 2 deletions image-sync/oc-mirror/test/ocp-image-set-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ mirror:
minVersion: 4.17.0
maxVersion: 4.17.0
type: ocp
- name: candidate-4.18
minVersion: 4.18.0-rc.6
- name: stable-4.18
minVersion: 4.18.1
full: true
type: ocp
graph: true
Expand Down

0 comments on commit 3fa2224

Please sign in to comment.