File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1691,12 +1691,12 @@ replicas: 1
1691
1691
test-value1: one
1692
1692
nginx:
1693
1693
image:
1694
- tag: v1.0.0
1695
1694
name: nginx
1695
+ tag: v1.0.0
1696
1696
redis:
1697
1697
image:
1698
- tag: v1.0.0
1699
1698
name: redis
1699
+ tag: v1.0.0
1700
1700
`
1701
1701
yaml , err = marshalParamsOverride (& app , originalData )
1702
1702
require .NoError (t , err )
@@ -1938,7 +1938,7 @@ replicas: 1
1938
1938
"argocd-image-updater.argoproj.io/image-list" : "nginx" ,
1939
1939
"argocd-image-updater.argoproj.io/write-back-method" : "git" ,
1940
1940
"argocd-image-updater.argoproj.io/write-back-target" : "helmvalues:./test-values.yaml" ,
1941
- "argocd-image-updater.argoproj.io/nginx.helm.image-name" : "image .name" ,
1941
+ "argocd-image-updater.argoproj.io/nginx.helm.image-name" : "dockerimage .name" ,
1942
1942
},
1943
1943
},
1944
1944
Spec : v1alpha1.ApplicationSpec {
You can’t perform that action at this time.
0 commit comments