Skip to content

Commit 255fc38

Browse files
jaimecbAleix Ramírez
andauthored
M #-: Update community marketplace images URL (#47)
Signed-off-by: Jaime Conchello <jconchello@opennebula.io> Signed-off-by: Aleix Ramírez <aramirez@opennebula.io> Co-authored-by: Aleix Ramírez <aramirez@opennebula.io>
1 parent 653cfb7 commit 255fc38

6 files changed

Lines changed: 10 additions & 11 deletions

File tree

helm/v1beta1/capone-kadm/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ WORKER_TEMPLATE_NAME: "{{ .Release.Name }}-worker"
1717
CLUSTER_IMAGES:
1818
- imageName: "{{ .Release.Name }}-router"
1919
imageContent: |
20-
PATH = "https://community-marketplace.opennebula.io//appliance/2def0784-3310-479b-9533-5dd6cc0fe2b7/download/0"
20+
PATH = "https://d24fmfybwxpuhu.cloudfront.net/service_VRouter-6.10.0-3-20250424.qcow2"
2121
DEV_PREFIX = "vd"
2222
- imageName: "{{ .Release.Name }}-node"
2323
imageContent: |
24-
PATH = "https://community-marketplace.opennebula.io//appliance/d197d8d4-dab6-4f7e-a1fd-90e87e4365d5/download/0"
24+
PATH = "https://d24fmfybwxpuhu.cloudfront.net/capone-6.10.0-3-20250205.qcow2"
2525
DEV_PREFIX = "vd"
2626
2727
CLUSTER_TEMPLATES:

helm/v1beta1/capone-rke2/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ WORKER_TEMPLATE_NAME: "{{ .Release.Name }}-worker"
1717
CLUSTER_IMAGES:
1818
- imageName: "{{ .Release.Name }}-router"
1919
imageContent: |
20-
PATH = "https://community-marketplace.opennebula.io//appliance/2def0784-3310-479b-9533-5dd6cc0fe2b7/download/0"
20+
PATH = "https://d24fmfybwxpuhu.cloudfront.net/service_VRouter-6.10.0-3-20250424.qcow2"
2121
DEV_PREFIX = "vd"
2222
- imageName: "{{ .Release.Name }}-node"
2323
imageContent: |
24-
PATH = "https://marketplace.opennebula.io/appliance/4562be1a-4c11-4e9e-b60a-85a045f1de05/download/0"
24+
PATH = "https://d24fmfybwxpuhu.cloudfront.net/ubuntu2204-7.0.0-0-20250528.qcow2"
2525
DEV_PREFIX = "vd"
2626
2727
CLUSTER_TEMPLATES:

kustomize/v1beta1/default-dev/cluster-template.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,11 +133,11 @@ spec:
133133
images:
134134
- imageName: "${ROUTER_TEMPLATE_NAME}"
135135
imageContent: |
136-
PATH = "https://community-marketplace.opennebula.io//appliance/2def0784-3310-479b-9533-5dd6cc0fe2b7/download/0"
136+
PATH = "https://d24fmfybwxpuhu.cloudfront.net/service_VRouter-6.10.0-3-20250424.qcow2"
137137
DEV_PREFIX = "vd"
138138
- imageName: "${MASTER_TEMPLATE_NAME}"
139139
imageContent: |
140-
PATH = "https://community-marketplace.opennebula.io//appliance/d197d8d4-dab6-4f7e-a1fd-90e87e4365d5/download/0"
140+
PATH = "https://d24fmfybwxpuhu.cloudfront.net/capone-6.10.0-3-20250205.qcow2"
141141
DEV_PREFIX = "vd"
142142
templates:
143143
# NOTE: Please escape OpenNebula context variables with additional $ sign,

kustomize/v1beta1/default-vip/cluster-template.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,8 +213,7 @@ spec:
213213
images:
214214
- imageName: "${MASTER_TEMPLATE_NAME}"
215215
imageContent: |
216-
#PATH = "https://community-marketplace.opennebula.io//appliance/d197d8d4-dab6-4f7e-a1fd-90e87e4365d5/download/0"
217-
PATH = "http://10.2.11.1/community-images/capone131.qcow2"
216+
PATH = "https://d24fmfybwxpuhu.cloudfront.net/capone-6.10.0-3-20250205.qcow2"
218217
DEV_PREFIX = "vd"
219218
templates:
220219
# NOTE: Please escape OpenNebula context variables with additional $ sign,

kustomize/v1beta1/rke2-dev/cluster-template.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,11 +124,11 @@ spec:
124124
images:
125125
- imageName: "${ROUTER_TEMPLATE_NAME}"
126126
imageContent: |
127-
PATH = "https://community-marketplace.opennebula.io//appliance/2def0784-3310-479b-9533-5dd6cc0fe2b7/download/0"
127+
PATH = "https://d24fmfybwxpuhu.cloudfront.net/service_VRouter-6.10.0-3-20250424.qcow2"
128128
DEV_PREFIX = "vd"
129129
- imageName: "${MASTER_TEMPLATE_NAME}"
130130
imageContent: |
131-
PATH = "https://marketplace.opennebula.io/appliance/4562be1a-4c11-4e9e-b60a-85a045f1de05/download/0"
131+
PATH = "https://d24fmfybwxpuhu.cloudfront.net/ubuntu2204-7.0.0-0-20250528.qcow2"
132132
DEV_PREFIX = "vd"
133133
templates:
134134
- templateName: "${ROUTER_TEMPLATE_NAME}"

kustomize/v1beta1/rke2-vip/cluster-template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ spec:
330330
images:
331331
- imageName: "${MASTER_TEMPLATE_NAME}"
332332
imageContent: |
333-
PATH = "https://marketplace.opennebula.io/appliance/4562be1a-4c11-4e9e-b60a-85a045f1de05/download/0"
333+
PATH = "https://d24fmfybwxpuhu.cloudfront.net/ubuntu2204-7.0.0-0-20250528.qcow2"
334334
DEV_PREFIX = "vd"
335335
templates:
336336
- templateName: "${MASTER_TEMPLATE_NAME}"

0 commit comments

Comments
 (0)