Skip to content

Commit 1bfc35a

Browse files
fix: update helm example
1 parent d787e98 commit 1bfc35a

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

examples/helloworld_helm/helloworld_helm_test.go

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import (
2121
)
2222

2323
const (
24-
testImg = "test.io/open-cluster-management/addon-examples:latest"
24+
testImg = "quay.io/open-cluster-management/addon-examples:latest"
2525
testImgPullSecret = "test-pull-secret"
2626
)
2727

@@ -92,6 +92,13 @@ func TestManifestAddonAgent(t *testing.T) {
9292
Namespace: "cluster1",
9393
Name: "deploy-config",
9494
},
95+
DesiredConfig: &addonapiv1alpha1.ConfigSpecHash{
96+
ConfigReferent: addonapiv1alpha1.ConfigReferent{
97+
Namespace: "cluster1",
98+
Name: "deploy-config",
99+
},
100+
SpecHash: "fake-spec-hash",
101+
},
95102
},
96103
}
97104
return addon

0 commit comments

Comments
 (0)