Skip to content

Commit 7eb3506

Browse files
vasremdpf-release
authored andcommitted
fix: enable VPC public release
* fix: enable VPC public release * fix: enable VPC public release we need to override the images in the chart to point to the public images so that we can promote the nvstaging images to public and have the chart deploy the correct images. Signed-off-by: Vasilis Remmas <[email protected]> (cherry picked from commit 318eb7802639d9e437c2fd585f20e95874d2ce61) 349e14b1 fix: enable VPC public release Co-authored-by: Vasilis Remmas <[email protected]> Based on release-v25.7@2321b5a432baf38079a323b05ed879a3f6e291d0
1 parent c71730c commit 7eb3506

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

dpuservices/ovnvpc/ovn/chart/values.yaml.tmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ management:
4848
enabled: false
4949
## Image configuration
5050
image:
51-
repository: ${OVN_IMAGE}
51+
repository: ${OVN_UPSTREAM_IMAGE}
5252
tag: ${TAG}
5353
pullPolicy: IfNotPresent
5454

@@ -122,7 +122,7 @@ dpu:
122122
enabled: false
123123
# Image configuration
124124
image:
125-
repository: ${OVN_IMAGE}
125+
repository: ${OVN_UPSTREAM_IMAGE}
126126
tag: ${TAG}
127127
pullPolicy: IfNotPresent
128128

dpuservices/ovnvpc/vpc/chart/values.yaml.tmpl

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ host:
4343
enabled: false
4444
# image settings
4545
image:
46-
repository: ${VPC_SYSTEM_IMAGE}
46+
repository: ${VPC_SYSTEM_UPSTREAM_IMAGE}
4747
tag: ${TAG}
4848
imagePullPolicy: IfNotPresent
4949
imagePullSecrets: []
@@ -84,26 +84,26 @@ dpu:
8484
vpcOVNNodeController:
8585
# image settings
8686
image:
87-
repository: ${VPC_SYSTEM_IMAGE}
87+
repository: ${VPC_SYSTEM_UPSTREAM_IMAGE}
8888
tag: ${TAG}
8989
pullPolicy: IfNotPresent
9090
# security context for the container
9191
securityContext: {}
9292
dhcpCNIDaemon:
9393
enabled: true
9494
image:
95-
repository: ${VPC_SYSTEM_IMAGE}
95+
repository: ${VPC_SYSTEM_UPSTREAM_IMAGE}
9696
tag: ${TAG}
9797
pullPolicy: IfNotPresent
9898
initContainers:
9999
allocator:
100100
image:
101-
repository: ${VPC_SYSTEM_IMAGE}
101+
repository: ${VPC_SYSTEM_UPSTREAM_IMAGE}
102102
tag: ${TAG}
103103
pullPolicy: IfNotPresent
104104
vpcOVNDpuProvisioner:
105105
image:
106-
repository: ${VPC_SYSTEM_IMAGE}
106+
repository: ${VPC_SYSTEM_UPSTREAM_IMAGE}
107107
tag: ${TAG}
108108
pullPolicy: IfNotPresent
109109
env:

0 commit comments

Comments
 (0)