Skip to content

Commit

Permalink
Use Mariner Sku
Browse files Browse the repository at this point in the history
  • Loading branch information
niontive authored and s-fairchild committed Jul 29, 2024
1 parent b9adedc commit 3b4f8c4
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions pkg/deploy/assets/gateway-production.json
Original file line number Diff line number Diff line change
Expand Up @@ -228,9 +228,9 @@
},
"storageProfile": {
"imageReference": {
"publisher": "RedHat",
"offer": "RHEL",
"sku": "8-LVM",
"publisher": "MicrosoftCBLMariner",
"offer": "cbl-mariner",
"sku": "cbl-mariner-2-gen2-fips",
"version": "latest"
},
"osDisk": {
Expand Down
6 changes: 3 additions & 3 deletions pkg/deploy/assets/rp-production.json
Original file line number Diff line number Diff line change
Expand Up @@ -378,9 +378,9 @@
},
"storageProfile": {
"imageReference": {
"publisher": "RedHat",
"offer": "RHEL",
"sku": "8-LVM",
"publisher": "MicrosoftCBLMariner",
"offer": "cbl-mariner",
"sku": "cbl-mariner-2-fips",
"version": "latest"
},
"osDisk": {
Expand Down
6 changes: 3 additions & 3 deletions pkg/deploy/generator/resources_gateway.go
Original file line number Diff line number Diff line change
Expand Up @@ -289,9 +289,9 @@ func (g *generator) gatewayVMSS() *arm.Resource {
},
StorageProfile: &mgmtcompute.VirtualMachineScaleSetStorageProfile{
ImageReference: &mgmtcompute.ImageReference{
Publisher: to.StringPtr("RedHat"),
Offer: to.StringPtr("RHEL"),
Sku: to.StringPtr("8-LVM"),
Publisher: to.StringPtr("MicrosoftCBLMariner"),
Offer: to.StringPtr("cbl-mariner"),
Sku: to.StringPtr("cbl-mariner-2-gen2-fips"),
Version: to.StringPtr("latest"),
},
OsDisk: &mgmtcompute.VirtualMachineScaleSetOSDisk{
Expand Down
6 changes: 3 additions & 3 deletions pkg/deploy/generator/resources_rp.go
Original file line number Diff line number Diff line change
Expand Up @@ -489,9 +489,9 @@ func (g *generator) rpVMSS() *arm.Resource {
},
StorageProfile: &mgmtcompute.VirtualMachineScaleSetStorageProfile{
ImageReference: &mgmtcompute.ImageReference{
Publisher: to.StringPtr("RedHat"),
Offer: to.StringPtr("RHEL"),
Sku: to.StringPtr("8-LVM"),
Publisher: to.StringPtr("MicrosoftCBLMariner"),
Offer: to.StringPtr("cbl-mariner"),
Sku: to.StringPtr("cbl-mariner-2-fips"),
Version: to.StringPtr("latest"),
},
OsDisk: &mgmtcompute.VirtualMachineScaleSetOSDisk{
Expand Down

0 comments on commit 3b4f8c4

Please sign in to comment.