We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b8c2a0 commit 86bd50dCopy full SHA for 86bd50d
pkg/argocd/argocd_test.go
@@ -96,6 +96,10 @@ func Test_GetImagesFromApplication(t *testing.T) {
96
Source: &v1alpha1.ApplicationSource{
97
Helm: &v1alpha1.ApplicationSourceHelm{
98
Parameters: []v1alpha1.HelmParameter{
99
+ {
100
+ Name: "image.name",
101
+ Value: "myregistry/myapp",
102
+ },
103
{
104
Name: "image.tag",
105
Value: "1.2.3",
0 commit comments