Skip to content

Commit 0eddc6a

Browse files
committed
fix: remove custom images
Signed-off-by: Chris Butler <chris.butler@redhat.com>
1 parent b209058 commit 0eddc6a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

charts/coco-supported/sandbox/values.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@ sandbox:
1616
sshKey: secret/data/global/sshKey
1717
azure: true
1818
# Peer pod image defined, if required to avoid rebuilds.
19-
#peerPodImage: ""
20-
peerPodImage: '/CommunityGalleries/cococommunity-42d8482d-92cd-415b-b332-7648bd978eff/Images/peerpod-podvm-fedora-debug/Versions/0.12.0'
19+
peerPodImage: ""
20+
# image below is not available in eastasia
21+
#peerPodImage: '/CommunityGalleries/cococommunity-42d8482d-92cd-415b-b332-7648bd978eff/Images/peerpod-podvm-fedora-debug/Versions/0.12.0'
2122
# These variables today limit to one cluster
2223
# revise using imperative framework to infer from cluster vars
2324
# Strongly advised to override in values-global.yaml or values-{cluster-group}.yaml

0 commit comments

Comments
 (0)