diff --git a/applicationset/examples/applications-sync-policies/guestbook/engineering-dev/guestbook-ui-deployment.yaml b/applicationset/examples/applications-sync-policies/guestbook/engineering-dev/guestbook-ui-deployment.yaml index 8a0975e363..d0591f0831 100644 --- a/applicationset/examples/applications-sync-policies/guestbook/engineering-dev/guestbook-ui-deployment.yaml +++ b/applicationset/examples/applications-sync-policies/guestbook/engineering-dev/guestbook-ui-deployment.yaml @@ -14,7 +14,7 @@ spec: app: guestbook-ui spec: containers: - - image: gcr.io/heptio-images/ks-guestbook-demo:0.2 + - image: quay.io/argoprojlabs/argocd-e2e-container:0.2 name: guestbook-ui ports: - containerPort: 80 diff --git a/applicationset/examples/applications-sync-policies/guestbook/engineering-prod/guestbook-ui-deployment.yaml b/applicationset/examples/applications-sync-policies/guestbook/engineering-prod/guestbook-ui-deployment.yaml index 8a0975e363..d0591f0831 100644 --- a/applicationset/examples/applications-sync-policies/guestbook/engineering-prod/guestbook-ui-deployment.yaml +++ b/applicationset/examples/applications-sync-policies/guestbook/engineering-prod/guestbook-ui-deployment.yaml @@ -14,7 +14,7 @@ spec: app: guestbook-ui spec: containers: - - image: gcr.io/heptio-images/ks-guestbook-demo:0.2 + - image: quay.io/argoprojlabs/argocd-e2e-container:0.2 name: guestbook-ui ports: - containerPort: 80 diff --git a/applicationset/examples/git-generator-directory/excludes/cluster-addons/exclude-helm-guestbook/values.yaml b/applicationset/examples/git-generator-directory/excludes/cluster-addons/exclude-helm-guestbook/values.yaml index 3666712aec..d0f2bf589b 100644 --- a/applicationset/examples/git-generator-directory/excludes/cluster-addons/exclude-helm-guestbook/values.yaml +++ b/applicationset/examples/git-generator-directory/excludes/cluster-addons/exclude-helm-guestbook/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: - repository: gcr.io/heptio-images/ks-guestbook-demo + repository: quay.io/argoprojlabs/argocd-e2e-container tag: 0.1 pullPolicy: IfNotPresent diff --git a/applicationset/examples/git-generator-files-discovery/apps/guestbook/guestbook-ui-deployment.yaml b/applicationset/examples/git-generator-files-discovery/apps/guestbook/guestbook-ui-deployment.yaml index 8a0975e363..d0591f0831 100644 --- a/applicationset/examples/git-generator-files-discovery/apps/guestbook/guestbook-ui-deployment.yaml +++ b/applicationset/examples/git-generator-files-discovery/apps/guestbook/guestbook-ui-deployment.yaml @@ -14,7 +14,7 @@ spec: app: guestbook-ui spec: containers: - - image: gcr.io/heptio-images/ks-guestbook-demo:0.2 + - image: quay.io/argoprojlabs/argocd-e2e-container:0.2 name: guestbook-ui ports: - containerPort: 80 diff --git a/applicationset/examples/list-generator/guestbook/engineering-dev/guestbook-ui-deployment.yaml b/applicationset/examples/list-generator/guestbook/engineering-dev/guestbook-ui-deployment.yaml index 8a0975e363..d0591f0831 100644 --- a/applicationset/examples/list-generator/guestbook/engineering-dev/guestbook-ui-deployment.yaml +++ b/applicationset/examples/list-generator/guestbook/engineering-dev/guestbook-ui-deployment.yaml @@ -14,7 +14,7 @@ spec: app: guestbook-ui spec: containers: - - image: gcr.io/heptio-images/ks-guestbook-demo:0.2 + - image: quay.io/argoprojlabs/argocd-e2e-container:0.2 name: guestbook-ui ports: - containerPort: 80 diff --git a/applicationset/examples/list-generator/guestbook/engineering-prod/guestbook-ui-deployment.yaml b/applicationset/examples/list-generator/guestbook/engineering-prod/guestbook-ui-deployment.yaml index 8a0975e363..d0591f0831 100644 --- a/applicationset/examples/list-generator/guestbook/engineering-prod/guestbook-ui-deployment.yaml +++ b/applicationset/examples/list-generator/guestbook/engineering-prod/guestbook-ui-deployment.yaml @@ -14,7 +14,7 @@ spec: app: guestbook-ui spec: containers: - - image: gcr.io/heptio-images/ks-guestbook-demo:0.2 + - image: quay.io/argoprojlabs/argocd-e2e-container:0.2 name: guestbook-ui ports: - containerPort: 80 diff --git a/applicationset/examples/template-override/default/guestbook-ui-deployment.yaml b/applicationset/examples/template-override/default/guestbook-ui-deployment.yaml index 8a0975e363..d0591f0831 100644 --- a/applicationset/examples/template-override/default/guestbook-ui-deployment.yaml +++ b/applicationset/examples/template-override/default/guestbook-ui-deployment.yaml @@ -14,7 +14,7 @@ spec: app: guestbook-ui spec: containers: - - image: gcr.io/heptio-images/ks-guestbook-demo:0.2 + - image: quay.io/argoprojlabs/argocd-e2e-container:0.2 name: guestbook-ui ports: - containerPort: 80 diff --git a/applicationset/examples/template-override/engineering-dev-override/guestbook-ui-deployment.yaml b/applicationset/examples/template-override/engineering-dev-override/guestbook-ui-deployment.yaml index 8a0975e363..d0591f0831 100644 --- a/applicationset/examples/template-override/engineering-dev-override/guestbook-ui-deployment.yaml +++ b/applicationset/examples/template-override/engineering-dev-override/guestbook-ui-deployment.yaml @@ -14,7 +14,7 @@ spec: app: guestbook-ui spec: containers: - - image: gcr.io/heptio-images/ks-guestbook-demo:0.2 + - image: quay.io/argoprojlabs/argocd-e2e-container:0.2 name: guestbook-ui ports: - containerPort: 80 diff --git a/cmd/argocd/commands/admin/app.go b/cmd/argocd/commands/admin/app.go index bffb68a383..2e23274190 100644 --- a/cmd/argocd/commands/admin/app.go +++ b/cmd/argocd/commands/admin/app.go @@ -99,7 +99,7 @@ func NewGenAppSpecCommand() *cobra.Command { argocd admin app generate-spec nginx-ingress --repo https://charts.helm.sh/stable --helm-chart nginx-ingress --revision 1.24.3 --dest-namespace default --dest-server https://kubernetes.default.svc # Generate declarative config for a Kustomize app - argocd admin app generate-spec kustomize-guestbook --repo https://github.com/argoproj/argocd-example-apps.git --path kustomize-guestbook --dest-namespace default --dest-server https://kubernetes.default.svc --kustomize-image gcr.io/heptio-images/ks-guestbook-demo:0.1 + argocd admin app generate-spec kustomize-guestbook --repo https://github.com/argoproj/argocd-example-apps.git --path kustomize-guestbook --dest-namespace default --dest-server https://kubernetes.default.svc --kustomize-image quay.io/argoprojlabs/argocd-e2e-container:0.1 # Generate declarative config for a app using a custom tool: argocd admin app generate-spec kasane --repo https://github.com/argoproj/argocd-example-apps.git --path plugins/kasane --dest-namespace default --dest-server https://kubernetes.default.svc --config-management-plugin kasane diff --git a/cmd/argocd/commands/app.go b/cmd/argocd/commands/app.go index 3bec7d4bce..b64b9aa348 100644 --- a/cmd/argocd/commands/app.go +++ b/cmd/argocd/commands/app.go @@ -144,7 +144,7 @@ func NewApplicationCreateCommand(clientOpts *argocdclient.ClientOptions) *cobra. argocd app create nginx-ingress --repo https://charts.helm.sh/stable --helm-chart nginx-ingress --revision 1.24.3 --dest-namespace default --dest-server https://kubernetes.default.svc # Create a Kustomize app - argocd app create kustomize-guestbook --repo https://github.com/argoproj/argocd-example-apps.git --path kustomize-guestbook --dest-namespace default --dest-server https://kubernetes.default.svc --kustomize-image gcr.io/heptio-images/ks-guestbook-demo:0.1 + argocd app create kustomize-guestbook --repo https://github.com/argoproj/argocd-example-apps.git --path kustomize-guestbook --dest-namespace default --dest-server https://kubernetes.default.svc --kustomize-image quay.io/argoprojlabs/argocd-e2e-container:0.1 # Create a MultiSource app while yaml file contains an application with multiple sources argocd app create guestbook --file diff --git a/controller/testdata/live-deployment-env-vars.yaml b/controller/testdata/live-deployment-env-vars.yaml index c4d917b640..b72cfad3f8 100644 --- a/controller/testdata/live-deployment-env-vars.yaml +++ b/controller/testdata/live-deployment-env-vars.yaml @@ -6,7 +6,7 @@ metadata: deployment.kubernetes.io/revision: '9' iksm-version: '2.0' kubectl.kubernetes.io/last-applied-configuration: > - {"apiVersion":"apps/v1","kind":"Deployment","metadata":{"annotations":{"argocd.argoproj.io/tracking-id":"guestbook:apps/Deployment:default/kustomize-guestbook-ui","iksm-version":"2.0"},"name":"kustomize-guestbook-ui","namespace":"default"},"spec":{"replicas":4,"revisionHistoryLimit":3,"selector":{"matchLabels":{"app":"guestbook-ui"}},"template":{"metadata":{"labels":{"app":"guestbook-ui"}},"spec":{"containers":[{"env":[{"name":"SOME_ENV_VAR","value":"some_value"}],"image":"gcr.io/heptio-images/ks-guestbook-demo:0.1","name":"guestbook-ui","ports":[{"containerPort":80}],"resources":{"requests":{"cpu":"50m","memory":"100Mi"}}}]}}}} + {"apiVersion":"apps/v1","kind":"Deployment","metadata":{"annotations":{"argocd.argoproj.io/tracking-id":"guestbook:apps/Deployment:default/kustomize-guestbook-ui","iksm-version":"2.0"},"name":"kustomize-guestbook-ui","namespace":"default"},"spec":{"replicas":4,"revisionHistoryLimit":3,"selector":{"matchLabels":{"app":"guestbook-ui"}},"template":{"metadata":{"labels":{"app":"guestbook-ui"}},"spec":{"containers":[{"env":[{"name":"SOME_ENV_VAR","value":"some_value"}],"image":"quay.io/argoprojlabs/argocd-e2e-container:0.1","name":"guestbook-ui","ports":[{"containerPort":80}],"resources":{"requests":{"cpu":"50m","memory":"100Mi"}}}]}}}} creationTimestamp: '2022-01-05T15:45:21Z' generation: 119 managedFields: @@ -137,7 +137,7 @@ spec: - env: - name: SOME_ENV_VAR value: some_value - image: 'gcr.io/heptio-images/ks-guestbook-demo:0.1' + image: 'quay.io/argoprojlabs/argocd-e2e-container:0.1' imagePullPolicy: IfNotPresent name: guestbook-ui ports: diff --git a/controller/testdata/live-deployment.yaml b/controller/testdata/live-deployment.yaml index 731b5b7207..898dbfaade 100644 --- a/controller/testdata/live-deployment.yaml +++ b/controller/testdata/live-deployment.yaml @@ -6,7 +6,7 @@ metadata: deployment.kubernetes.io/revision: '9' iksm-version: '2.0' kubectl.kubernetes.io/last-applied-configuration: > - {"apiVersion":"apps/v1","kind":"Deployment","metadata":{"annotations":{"argocd.argoproj.io/tracking-id":"guestbook:apps/Deployment:default/kustomize-guestbook-ui","iksm-version":"2.0"},"name":"kustomize-guestbook-ui","namespace":"default"},"spec":{"replicas":4,"revisionHistoryLimit":3,"selector":{"matchLabels":{"app":"guestbook-ui"}},"template":{"metadata":{"labels":{"app":"guestbook-ui"}},"spec":{"containers":[{"env":[{"name":"SOME_ENV_VAR","value":"some_value"}],"image":"gcr.io/heptio-images/ks-guestbook-demo:0.1","name":"guestbook-ui","ports":[{"containerPort":80}],"resources":{"requests":{"cpu":"50m","memory":"100Mi"}}}]}}}} + {"apiVersion":"apps/v1","kind":"Deployment","metadata":{"annotations":{"argocd.argoproj.io/tracking-id":"guestbook:apps/Deployment:default/kustomize-guestbook-ui","iksm-version":"2.0"},"name":"kustomize-guestbook-ui","namespace":"default"},"spec":{"replicas":4,"revisionHistoryLimit":3,"selector":{"matchLabels":{"app":"guestbook-ui"}},"template":{"metadata":{"labels":{"app":"guestbook-ui"}},"spec":{"containers":[{"env":[{"name":"SOME_ENV_VAR","value":"some_value"}],"image":"quay.io/argoprojlabs/argocd-e2e-container:0.1","name":"guestbook-ui","ports":[{"containerPort":80}],"resources":{"requests":{"cpu":"50m","memory":"100Mi"}}}]}}}} creationTimestamp: '2022-01-05T15:45:21Z' generation: 119 managedFields: @@ -137,7 +137,7 @@ spec: - env: - name: SOME_ENV_VAR value: some_value - image: 'gcr.io/heptio-images/ks-guestbook-demo:0.1' + image: 'quay.io/argoprojlabs/argocd-e2e-container:0.1' imagePullPolicy: IfNotPresent name: guestbook-ui ports: diff --git a/controller/testdata/target-deployment-env-vars.yaml b/controller/testdata/target-deployment-env-vars.yaml index d4b55561ad..b01a4ac77e 100644 --- a/controller/testdata/target-deployment-env-vars.yaml +++ b/controller/testdata/target-deployment-env-vars.yaml @@ -25,7 +25,7 @@ spec: value: yet_another_value - name: SOME_ENV_VAR value: different_value! - image: 'gcr.io/heptio-images/ks-guestbook-demo:0.1' + image: 'quay.io/argoprojlabs/argocd-e2e-container:0.1' name: guestbook-ui ports: - containerPort: 80 diff --git a/controller/testdata/target-deployment-new-entries.yaml b/controller/testdata/target-deployment-new-entries.yaml index b09ca1c9fb..8cda879efe 100644 --- a/controller/testdata/target-deployment-new-entries.yaml +++ b/controller/testdata/target-deployment-new-entries.yaml @@ -19,7 +19,7 @@ spec: spec: containers: - name: guestbook-ui - image: 'gcr.io/heptio-images/ks-guestbook-demo:0.1' + image: 'quay.io/argoprojlabs/argocd-e2e-container:0.1' env: - name: SOME_ENV_VAR value: some_value diff --git a/controller/testdata/target-deployment.yaml b/controller/testdata/target-deployment.yaml index 111647f9ac..9e66f17cc7 100644 --- a/controller/testdata/target-deployment.yaml +++ b/controller/testdata/target-deployment.yaml @@ -21,7 +21,7 @@ spec: - env: - name: SOME_ENV_VAR value: some_value - image: 'gcr.io/heptio-images/ks-guestbook-demo:0.1' + image: 'quay.io/argoprojlabs/argocd-e2e-container:0.1' name: guestbook-ui ports: - containerPort: 80 diff --git a/docs/operator-manual/application.yaml b/docs/operator-manual/application.yaml index b85db0d6d9..adfb29d076 100644 --- a/docs/operator-manual/application.yaml +++ b/docs/operator-manual/application.yaml @@ -127,7 +127,7 @@ spec: forceCommonLabels: false forceCommonAnnotations: false images: - - gcr.io/heptio-images/ks-guestbook-demo:0.2 + - quay.io/argoprojlabs/argocd-e2e-container:0.2 - my-app=gcr.io/my-repo/my-app:0.1 namespace: custom-namespace replicas: diff --git a/docs/user-guide/commands/argocd_admin_app_generate-spec.md b/docs/user-guide/commands/argocd_admin_app_generate-spec.md index bbb6b71d33..7d8cc7e32f 100644 --- a/docs/user-guide/commands/argocd_admin_app_generate-spec.md +++ b/docs/user-guide/commands/argocd_admin_app_generate-spec.md @@ -25,7 +25,7 @@ argocd admin app generate-spec APPNAME [flags] argocd admin app generate-spec nginx-ingress --repo https://charts.helm.sh/stable --helm-chart nginx-ingress --revision 1.24.3 --dest-namespace default --dest-server https://kubernetes.default.svc # Generate declarative config for a Kustomize app - argocd admin app generate-spec kustomize-guestbook --repo https://github.com/argoproj/argocd-example-apps.git --path kustomize-guestbook --dest-namespace default --dest-server https://kubernetes.default.svc --kustomize-image gcr.io/heptio-images/ks-guestbook-demo:0.1 + argocd admin app generate-spec kustomize-guestbook --repo https://github.com/argoproj/argocd-example-apps.git --path kustomize-guestbook --dest-namespace default --dest-server https://kubernetes.default.svc --kustomize-image quay.io/argoprojlabs/argocd-e2e-container:0.1 # Generate declarative config for a app using a custom tool: argocd admin app generate-spec kasane --repo https://github.com/argoproj/argocd-example-apps.git --path plugins/kasane --dest-namespace default --dest-server https://kubernetes.default.svc --config-management-plugin kasane diff --git a/docs/user-guide/commands/argocd_app_create.md b/docs/user-guide/commands/argocd_app_create.md index 017f478f62..5529650f86 100644 --- a/docs/user-guide/commands/argocd_app_create.md +++ b/docs/user-guide/commands/argocd_app_create.md @@ -24,7 +24,7 @@ argocd app create APPNAME [flags] argocd app create nginx-ingress --repo https://charts.helm.sh/stable --helm-chart nginx-ingress --revision 1.24.3 --dest-namespace default --dest-server https://kubernetes.default.svc # Create a Kustomize app - argocd app create kustomize-guestbook --repo https://github.com/argoproj/argocd-example-apps.git --path kustomize-guestbook --dest-namespace default --dest-server https://kubernetes.default.svc --kustomize-image gcr.io/heptio-images/ks-guestbook-demo:0.1 + argocd app create kustomize-guestbook --repo https://github.com/argoproj/argocd-example-apps.git --path kustomize-guestbook --dest-namespace default --dest-server https://kubernetes.default.svc --kustomize-image quay.io/argoprojlabs/argocd-e2e-container:0.1 # Create a MultiSource app while yaml file contains an application with multiple sources argocd app create guestbook --file diff --git a/docs/user-guide/parameters.md b/docs/user-guide/parameters.md index 45f27c83e1..54ff471bea 100644 --- a/docs/user-guide/parameters.md +++ b/docs/user-guide/parameters.md @@ -65,7 +65,7 @@ Example: ```yaml kustomize: images: - - gcr.io/heptio-images/ks-guestbook-demo:0.2 + - quay.io/argoprojlabs/argocd-e2e-container:0.2 ``` The `.argocd-source` is trying to solve two following main use cases: diff --git a/reposerver/repository/repository_test.go b/reposerver/repository/repository_test.go index 8671b7228b..60b5a31f94 100644 --- a/reposerver/repository/repository_test.go +++ b/reposerver/repository/repository_test.go @@ -1848,7 +1848,7 @@ func TestGetAppDetailsWithAppParameterFile(t *testing.T) { }, }) require.NoError(t, err) - assert.Equal(t, []string{"gcr.io/heptio-images/ks-guestbook-demo:0.2"}, details.Kustomize.Images) + assert.Equal(t, []string{"quay.io/argoprojlabs/argocd-e2e-container:0.2"}, details.Kustomize.Images) }) }) t.Run("No app specific override", func(t *testing.T) { @@ -1863,7 +1863,7 @@ func TestGetAppDetailsWithAppParameterFile(t *testing.T) { AppName: "testapp", }) require.NoError(t, err) - assert.Equal(t, []string{"gcr.io/heptio-images/ks-guestbook-demo:0.2"}, details.Kustomize.Images) + assert.Equal(t, []string{"quay.io/argoprojlabs/argocd-e2e-container:0.2"}, details.Kustomize.Images) }) }) t.Run("Only app specific override", func(t *testing.T) { @@ -1878,7 +1878,7 @@ func TestGetAppDetailsWithAppParameterFile(t *testing.T) { AppName: "testapp", }) require.NoError(t, err) - assert.Equal(t, []string{"gcr.io/heptio-images/ks-guestbook-demo:0.3"}, details.Kustomize.Images) + assert.Equal(t, []string{"quay.io/argoprojlabs/argocd-e2e-container:0.3"}, details.Kustomize.Images) }) }) t.Run("App specific override", func(t *testing.T) { @@ -1893,7 +1893,7 @@ func TestGetAppDetailsWithAppParameterFile(t *testing.T) { AppName: "testapp", }) require.NoError(t, err) - assert.Equal(t, []string{"gcr.io/heptio-images/ks-guestbook-demo:0.3"}, details.Kustomize.Images) + assert.Equal(t, []string{"quay.io/argoprojlabs/argocd-e2e-container:0.3"}, details.Kustomize.Images) }) }) t.Run("App specific overrides containing non-mergeable field", func(t *testing.T) { @@ -1908,7 +1908,7 @@ func TestGetAppDetailsWithAppParameterFile(t *testing.T) { AppName: "unmergeable", }) require.NoError(t, err) - assert.Equal(t, []string{"gcr.io/heptio-images/ks-guestbook-demo:0.3"}, details.Kustomize.Images) + assert.Equal(t, []string{"quay.io/argoprojlabs/argocd-e2e-container:0.3"}, details.Kustomize.Images) }) }) t.Run("Broken app-specific overrides", func(t *testing.T) { @@ -1980,7 +1980,7 @@ func TestGenerateManifestsWithAppParameterFile(t *testing.T) { require.True(t, ok) image, ok, _ := unstructured.NestedString(containers[0].(map[string]any), "image") require.True(t, ok) - assert.Equal(t, "gcr.io/heptio-images/ks-guestbook-demo:0.2", image) + assert.Equal(t, "quay.io/argoprojlabs/argocd-e2e-container:0.2", image) }) }) @@ -2010,7 +2010,7 @@ func TestGenerateManifestsWithAppParameterFile(t *testing.T) { require.True(t, ok) image, ok, _ := unstructured.NestedString(containers[0].(map[string]any), "image") require.True(t, ok) - assert.Equal(t, "gcr.io/heptio-images/ks-guestbook-demo:0.2", image) + assert.Equal(t, "quay.io/argoprojlabs/argocd-e2e-container:0.2", image) }) }) @@ -2041,7 +2041,7 @@ func TestGenerateManifestsWithAppParameterFile(t *testing.T) { require.True(t, ok) image, ok, _ := unstructured.NestedString(containers[0].(map[string]any), "image") require.True(t, ok) - assert.Equal(t, "gcr.io/heptio-images/ks-guestbook-demo:0.3", image) + assert.Equal(t, "quay.io/argoprojlabs/argocd-e2e-container:0.3", image) }) }) @@ -2094,7 +2094,7 @@ func TestGenerateManifestsWithAppParameterFile(t *testing.T) { require.True(t, ok) image, ok, _ := unstructured.NestedString(containers[0].(map[string]any), "image") require.True(t, ok) - assert.Equal(t, "gcr.io/heptio-images/ks-guestbook-demo:0.1", image) + assert.Equal(t, "quay.io/argoprojlabs/argocd-e2e-container:0.1", image) }) }) diff --git a/reposerver/repository/testdata/app-parameters/multi/.argocd-source-broken.yaml b/reposerver/repository/testdata/app-parameters/multi/.argocd-source-broken.yaml index a2a93cfc12..88aed61dbb 100644 --- a/reposerver/repository/testdata/app-parameters/multi/.argocd-source-broken.yaml +++ b/reposerver/repository/testdata/app-parameters/multi/.argocd-source-broken.yaml @@ -1,4 +1,4 @@ aloi kustomize: images: - - gcr.io/heptio-images/ks-guestbook-demo:0.2 + - quay.io/argoprojlabs/argocd-e2e-container:0.2 diff --git a/reposerver/repository/testdata/app-parameters/multi/.argocd-source-testapp.yaml b/reposerver/repository/testdata/app-parameters/multi/.argocd-source-testapp.yaml index 4ae4c973e3..d9a3e89708 100644 --- a/reposerver/repository/testdata/app-parameters/multi/.argocd-source-testapp.yaml +++ b/reposerver/repository/testdata/app-parameters/multi/.argocd-source-testapp.yaml @@ -1,3 +1,3 @@ kustomize: images: - - gcr.io/heptio-images/ks-guestbook-demo:0.3 + - quay.io/argoprojlabs/argocd-e2e-container:0.3 diff --git a/reposerver/repository/testdata/app-parameters/multi/.argocd-source-unmergeable.yaml b/reposerver/repository/testdata/app-parameters/multi/.argocd-source-unmergeable.yaml index baae7e7467..aa5422fafd 100644 --- a/reposerver/repository/testdata/app-parameters/multi/.argocd-source-unmergeable.yaml +++ b/reposerver/repository/testdata/app-parameters/multi/.argocd-source-unmergeable.yaml @@ -1,6 +1,6 @@ repo: https://somewhere kustomize: images: - - gcr.io/heptio-images/ks-guestbook-demo:0.3 + - quay.io/argoprojlabs/argocd-e2e-container:0.3 invalid: - I don't know diff --git a/reposerver/repository/testdata/app-parameters/multi/.argocd-source.yaml b/reposerver/repository/testdata/app-parameters/multi/.argocd-source.yaml index 592624a909..631fd809f5 100644 --- a/reposerver/repository/testdata/app-parameters/multi/.argocd-source.yaml +++ b/reposerver/repository/testdata/app-parameters/multi/.argocd-source.yaml @@ -1,3 +1,3 @@ kustomize: images: - - gcr.io/heptio-images/ks-guestbook-demo:0.2 \ No newline at end of file + - quay.io/argoprojlabs/argocd-e2e-container:0.2 \ No newline at end of file diff --git a/reposerver/repository/testdata/app-parameters/multi/guestbook.yaml b/reposerver/repository/testdata/app-parameters/multi/guestbook.yaml index 7afcc593a6..b4ce7a199b 100644 --- a/reposerver/repository/testdata/app-parameters/multi/guestbook.yaml +++ b/reposerver/repository/testdata/app-parameters/multi/guestbook.yaml @@ -12,7 +12,7 @@ spec: app: guestbook-ui spec: containers: - - image: gcr.io/heptio-images/ks-guestbook-demo:0.1 + - image: quay.io/argoprojlabs/argocd-e2e-container:0.1 name: guestbook-ui ports: - containerPort: 81 diff --git a/reposerver/repository/testdata/app-parameters/multi/kustomization.yaml b/reposerver/repository/testdata/app-parameters/multi/kustomization.yaml index 4b35aa5881..78655aff5f 100644 --- a/reposerver/repository/testdata/app-parameters/multi/kustomization.yaml +++ b/reposerver/repository/testdata/app-parameters/multi/kustomization.yaml @@ -4,5 +4,5 @@ kind: Kustomization resources: - guestbook.yaml images: -- name: gcr.io/heptio-images/ks-guestbook-demo +- name: quay.io/argoprojlabs/argocd-e2e-container newTag: "0.1" diff --git a/reposerver/repository/testdata/app-parameters/single-app-only/.argocd-source-testapp.yaml b/reposerver/repository/testdata/app-parameters/single-app-only/.argocd-source-testapp.yaml index 4ae4c973e3..d9a3e89708 100644 --- a/reposerver/repository/testdata/app-parameters/single-app-only/.argocd-source-testapp.yaml +++ b/reposerver/repository/testdata/app-parameters/single-app-only/.argocd-source-testapp.yaml @@ -1,3 +1,3 @@ kustomize: images: - - gcr.io/heptio-images/ks-guestbook-demo:0.3 + - quay.io/argoprojlabs/argocd-e2e-container:0.3 diff --git a/reposerver/repository/testdata/app-parameters/single-app-only/guestbook.yaml b/reposerver/repository/testdata/app-parameters/single-app-only/guestbook.yaml index 7afcc593a6..b4ce7a199b 100644 --- a/reposerver/repository/testdata/app-parameters/single-app-only/guestbook.yaml +++ b/reposerver/repository/testdata/app-parameters/single-app-only/guestbook.yaml @@ -12,7 +12,7 @@ spec: app: guestbook-ui spec: containers: - - image: gcr.io/heptio-images/ks-guestbook-demo:0.1 + - image: quay.io/argoprojlabs/argocd-e2e-container:0.1 name: guestbook-ui ports: - containerPort: 81 diff --git a/reposerver/repository/testdata/app-parameters/single-app-only/kustomization.yaml b/reposerver/repository/testdata/app-parameters/single-app-only/kustomization.yaml index 4b35aa5881..78655aff5f 100644 --- a/reposerver/repository/testdata/app-parameters/single-app-only/kustomization.yaml +++ b/reposerver/repository/testdata/app-parameters/single-app-only/kustomization.yaml @@ -4,5 +4,5 @@ kind: Kustomization resources: - guestbook.yaml images: -- name: gcr.io/heptio-images/ks-guestbook-demo +- name: quay.io/argoprojlabs/argocd-e2e-container newTag: "0.1" diff --git a/reposerver/repository/testdata/app-parameters/single-global-helm/templates/deployment.yaml b/reposerver/repository/testdata/app-parameters/single-global-helm/templates/deployment.yaml index 2702a963be..327d45ab58 100644 --- a/reposerver/repository/testdata/app-parameters/single-global-helm/templates/deployment.yaml +++ b/reposerver/repository/testdata/app-parameters/single-global-helm/templates/deployment.yaml @@ -12,7 +12,7 @@ spec: app: guestbook-ui spec: containers: - - image: gcr.io/heptio-images/ks-guestbook-demo:{{.Values.image.tag}} + - image: quay.io/argoprojlabs/argocd-e2e-container:{{.Values.image.tag}} name: guestbook-ui ports: - containerPort: 81 diff --git a/reposerver/repository/testdata/app-parameters/single-global/.argocd-source.yaml b/reposerver/repository/testdata/app-parameters/single-global/.argocd-source.yaml index 592624a909..631fd809f5 100644 --- a/reposerver/repository/testdata/app-parameters/single-global/.argocd-source.yaml +++ b/reposerver/repository/testdata/app-parameters/single-global/.argocd-source.yaml @@ -1,3 +1,3 @@ kustomize: images: - - gcr.io/heptio-images/ks-guestbook-demo:0.2 \ No newline at end of file + - quay.io/argoprojlabs/argocd-e2e-container:0.2 \ No newline at end of file diff --git a/reposerver/repository/testdata/app-parameters/single-global/guestbook.yaml b/reposerver/repository/testdata/app-parameters/single-global/guestbook.yaml index 7afcc593a6..b4ce7a199b 100644 --- a/reposerver/repository/testdata/app-parameters/single-global/guestbook.yaml +++ b/reposerver/repository/testdata/app-parameters/single-global/guestbook.yaml @@ -12,7 +12,7 @@ spec: app: guestbook-ui spec: containers: - - image: gcr.io/heptio-images/ks-guestbook-demo:0.1 + - image: quay.io/argoprojlabs/argocd-e2e-container:0.1 name: guestbook-ui ports: - containerPort: 81 diff --git a/reposerver/repository/testdata/app-parameters/single-global/kustomization.yaml b/reposerver/repository/testdata/app-parameters/single-global/kustomization.yaml index 4b35aa5881..78655aff5f 100644 --- a/reposerver/repository/testdata/app-parameters/single-global/kustomization.yaml +++ b/reposerver/repository/testdata/app-parameters/single-global/kustomization.yaml @@ -4,5 +4,5 @@ kind: Kustomization resources: - guestbook.yaml images: -- name: gcr.io/heptio-images/ks-guestbook-demo +- name: quay.io/argoprojlabs/argocd-e2e-container newTag: "0.1" diff --git a/reposerver/repository/testdata/jsonnet-1/params.libsonnet b/reposerver/repository/testdata/jsonnet-1/params.libsonnet index ef968d6a45..d8350ab614 100644 --- a/reposerver/repository/testdata/jsonnet-1/params.libsonnet +++ b/reposerver/repository/testdata/jsonnet-1/params.libsonnet @@ -1,6 +1,6 @@ { containerPort: 80, - image: "gcr.io/heptio-images/ks-guestbook-demo:0.2", + image: "quay.io/argoprojlabs/argocd-e2e-container:0.2", name: "guestbook-ui", replicas: 1, servicePort: 80, diff --git a/reposerver/repository/testdata/jsonnet/params.libsonnet b/reposerver/repository/testdata/jsonnet/params.libsonnet index ef968d6a45..d8350ab614 100644 --- a/reposerver/repository/testdata/jsonnet/params.libsonnet +++ b/reposerver/repository/testdata/jsonnet/params.libsonnet @@ -1,6 +1,6 @@ { containerPort: 80, - image: "gcr.io/heptio-images/ks-guestbook-demo:0.2", + image: "quay.io/argoprojlabs/argocd-e2e-container:0.2", name: "guestbook-ui", replicas: 1, servicePort: 80, diff --git a/resource_customizations/argoproj.io/Rollout/actions/testdata/one_replica_rollout.yaml b/resource_customizations/argoproj.io/Rollout/actions/testdata/one_replica_rollout.yaml index 949e4eab89..c7457f677c 100644 --- a/resource_customizations/argoproj.io/Rollout/actions/testdata/one_replica_rollout.yaml +++ b/resource_customizations/argoproj.io/Rollout/actions/testdata/one_replica_rollout.yaml @@ -28,7 +28,7 @@ spec: app: guestbook-bluegreen spec: containers: - - image: gcr.io/heptio-images/ks-guestbook-demo:0.2 + - image: quay.io/argoprojlabs/argocd-e2e-container:0.2 name: guestbook-bluegreen ports: - containerPort: 80 diff --git a/resource_customizations/argoproj.io/Rollout/actions/testdata/pre_v0.6_nil_paused_rollout.yaml b/resource_customizations/argoproj.io/Rollout/actions/testdata/pre_v0.6_nil_paused_rollout.yaml index 949e4eab89..c7457f677c 100644 --- a/resource_customizations/argoproj.io/Rollout/actions/testdata/pre_v0.6_nil_paused_rollout.yaml +++ b/resource_customizations/argoproj.io/Rollout/actions/testdata/pre_v0.6_nil_paused_rollout.yaml @@ -28,7 +28,7 @@ spec: app: guestbook-bluegreen spec: containers: - - image: gcr.io/heptio-images/ks-guestbook-demo:0.2 + - image: quay.io/argoprojlabs/argocd-e2e-container:0.2 name: guestbook-bluegreen ports: - containerPort: 80 diff --git a/resource_customizations/argoproj.io/Rollout/actions/testdata/pre_v0.6_not_paused_rollout.yaml b/resource_customizations/argoproj.io/Rollout/actions/testdata/pre_v0.6_not_paused_rollout.yaml index 8e81cffb04..e883249a7f 100644 --- a/resource_customizations/argoproj.io/Rollout/actions/testdata/pre_v0.6_not_paused_rollout.yaml +++ b/resource_customizations/argoproj.io/Rollout/actions/testdata/pre_v0.6_not_paused_rollout.yaml @@ -28,7 +28,7 @@ spec: app: guestbook-bluegreen spec: containers: - - image: gcr.io/heptio-images/ks-guestbook-demo:0.2 + - image: quay.io/argoprojlabs/argocd-e2e-container:0.2 name: guestbook-bluegreen ports: - containerPort: 80 diff --git a/resource_customizations/argoproj.io/Rollout/actions/testdata/pre_v0.6_paused_rollout.yaml b/resource_customizations/argoproj.io/Rollout/actions/testdata/pre_v0.6_paused_rollout.yaml index 0c7062d3b8..896d1899d1 100644 --- a/resource_customizations/argoproj.io/Rollout/actions/testdata/pre_v0.6_paused_rollout.yaml +++ b/resource_customizations/argoproj.io/Rollout/actions/testdata/pre_v0.6_paused_rollout.yaml @@ -29,7 +29,7 @@ spec: app: guestbook-bluegreen spec: containers: - - image: gcr.io/heptio-images/ks-guestbook-demo:0.2 + - image: quay.io/argoprojlabs/argocd-e2e-container:0.2 name: guestbook-bluegreen ports: - containerPort: 80 diff --git a/resource_customizations/argoproj.io/Rollout/actions/testdata/three_replica_rollout.yaml b/resource_customizations/argoproj.io/Rollout/actions/testdata/three_replica_rollout.yaml index 2a531f6e21..dcedfe4bb3 100644 --- a/resource_customizations/argoproj.io/Rollout/actions/testdata/three_replica_rollout.yaml +++ b/resource_customizations/argoproj.io/Rollout/actions/testdata/three_replica_rollout.yaml @@ -28,7 +28,7 @@ spec: app: guestbook-bluegreen spec: containers: - - image: gcr.io/heptio-images/ks-guestbook-demo:0.2 + - image: quay.io/argoprojlabs/argocd-e2e-container:0.2 name: guestbook-bluegreen ports: - containerPort: 80 diff --git a/resource_customizations/argoproj.io/Rollout/testdata/bluegreen/healthy_servingActiveService.yaml b/resource_customizations/argoproj.io/Rollout/testdata/bluegreen/healthy_servingActiveService.yaml index 45000bc126..66f9ed6d30 100644 --- a/resource_customizations/argoproj.io/Rollout/testdata/bluegreen/healthy_servingActiveService.yaml +++ b/resource_customizations/argoproj.io/Rollout/testdata/bluegreen/healthy_servingActiveService.yaml @@ -32,7 +32,7 @@ spec: app: ks-guestbook-ui spec: containers: - - image: gcr.io/heptio-images/ks-guestbook-demo:0.2 + - image: quay.io/argoprojlabs/argocd-e2e-container:0.2 name: ks-guestbook-ui ports: - containerPort: 80 diff --git a/resource_customizations/argoproj.io/Rollout/testdata/bluegreen/progressing_addingMoreReplicas.yaml b/resource_customizations/argoproj.io/Rollout/testdata/bluegreen/progressing_addingMoreReplicas.yaml index ae3a8e19fe..796ad7df00 100644 --- a/resource_customizations/argoproj.io/Rollout/testdata/bluegreen/progressing_addingMoreReplicas.yaml +++ b/resource_customizations/argoproj.io/Rollout/testdata/bluegreen/progressing_addingMoreReplicas.yaml @@ -31,7 +31,7 @@ spec: app: ks-guestbook-ui spec: containers: - - image: gcr.io/heptio-images/ks-guestbook-demo:0.1 + - image: quay.io/argoprojlabs/argocd-e2e-container:0.1 name: ks-guestbook-ui ports: - containerPort: 83 diff --git a/resource_customizations/argoproj.io/Rollout/testdata/bluegreen/progressing_waitingUntilAvailable.yaml b/resource_customizations/argoproj.io/Rollout/testdata/bluegreen/progressing_waitingUntilAvailable.yaml index 901ddd5709..ca2a94fa3b 100644 --- a/resource_customizations/argoproj.io/Rollout/testdata/bluegreen/progressing_waitingUntilAvailable.yaml +++ b/resource_customizations/argoproj.io/Rollout/testdata/bluegreen/progressing_waitingUntilAvailable.yaml @@ -32,7 +32,7 @@ spec: app: ks-guestbook-ui spec: containers: - - image: gcr.io/heptio-images/ks-guestbook-demo:0.1 + - image: quay.io/argoprojlabs/argocd-e2e-container:0.1 name: ks-guestbook-ui ports: - containerPort: 83 diff --git a/resource_customizations/argoproj.io/Rollout/testdata/canary/healthy_emptyStepsList.yaml b/resource_customizations/argoproj.io/Rollout/testdata/canary/healthy_emptyStepsList.yaml index 7b8efea9f8..cc8df9991b 100644 --- a/resource_customizations/argoproj.io/Rollout/testdata/canary/healthy_emptyStepsList.yaml +++ b/resource_customizations/argoproj.io/Rollout/testdata/canary/healthy_emptyStepsList.yaml @@ -32,7 +32,7 @@ spec: app: guestbook-canary spec: containers: - - image: 'gcr.io/heptio-images/ks-guestbook-demo:0.2' + - image: 'quay.io/argoprojlabs/argocd-e2e-container:0.2' name: guestbook-canary ports: - containerPort: 80 diff --git a/resource_customizations/argoproj.io/Rollout/testdata/canary/healthy_executedAllSteps.yaml b/resource_customizations/argoproj.io/Rollout/testdata/canary/healthy_executedAllSteps.yaml index a4d5485e5d..dce0df276f 100644 --- a/resource_customizations/argoproj.io/Rollout/testdata/canary/healthy_executedAllSteps.yaml +++ b/resource_customizations/argoproj.io/Rollout/testdata/canary/healthy_executedAllSteps.yaml @@ -3,7 +3,7 @@ kind: Rollout metadata: annotations: kubectl.kubernetes.io/last-applied-configuration: > - {"apiVersion":"argoproj.io/v1alpha1","kind":"Rollout","metadata":{"annotations":{},"labels":{"app.kubernetes.io/instance":"guestbook-canary","ksonnet.io/component":"guestbook-ui"},"name":"guestbook-canary","namespace":"default"},"spec":{"minReadySeconds":10,"replicas":5,"selector":{"matchLabels":{"app":"guestbook-canary"}},"strategy":{"canary":{"maxSurge":1,"maxUnavailable":0,"steps":[{"setWeight":20},{"pause":{"duration":30}},{"setWeight":40},{"pause":{}}]}},"template":{"metadata":{"labels":{"app":"guestbook-canary"}},"spec":{"containers":[{"image":"gcr.io/heptio-images/ks-guestbook-demo:0.1","name":"guestbook-canary","ports":[{"containerPort":80}]}]}}}} + {"apiVersion":"argoproj.io/v1alpha1","kind":"Rollout","metadata":{"annotations":{},"labels":{"app.kubernetes.io/instance":"guestbook-canary","ksonnet.io/component":"guestbook-ui"},"name":"guestbook-canary","namespace":"default"},"spec":{"minReadySeconds":10,"replicas":5,"selector":{"matchLabels":{"app":"guestbook-canary"}},"strategy":{"canary":{"maxSurge":1,"maxUnavailable":0,"steps":[{"setWeight":20},{"pause":{"duration":30}},{"setWeight":40},{"pause":{}}]}},"template":{"metadata":{"labels":{"app":"guestbook-canary"}},"spec":{"containers":[{"image":"quay.io/argoprojlabs/argocd-e2e-container:0.1","name":"guestbook-canary","ports":[{"containerPort":80}]}]}}}} rollout.argoproj.io/revision: '1' clusterName: '' creationTimestamp: '2019-05-01T21:55:30Z' @@ -39,7 +39,7 @@ spec: app: guestbook-canary spec: containers: - - image: 'gcr.io/heptio-images/ks-guestbook-demo:0.1' + - image: 'quay.io/argoprojlabs/argocd-e2e-container:0.1' name: guestbook-canary ports: - containerPort: 80 diff --git a/resource_customizations/argoproj.io/Rollout/testdata/canary/healthy_executedAllStepsPreV0.8.yaml b/resource_customizations/argoproj.io/Rollout/testdata/canary/healthy_executedAllStepsPreV0.8.yaml index 52073ff65e..36326cb9f2 100644 --- a/resource_customizations/argoproj.io/Rollout/testdata/canary/healthy_executedAllStepsPreV0.8.yaml +++ b/resource_customizations/argoproj.io/Rollout/testdata/canary/healthy_executedAllStepsPreV0.8.yaml @@ -3,7 +3,7 @@ kind: Rollout metadata: annotations: kubectl.kubernetes.io/last-applied-configuration: > - {"apiVersion":"argoproj.io/v1alpha1","kind":"Rollout","metadata":{"annotations":{},"labels":{"app.kubernetes.io/instance":"guestbook-canary","ksonnet.io/component":"guestbook-ui"},"name":"guestbook-canary","namespace":"default"},"spec":{"minReadySeconds":10,"replicas":5,"selector":{"matchLabels":{"app":"guestbook-canary"}},"strategy":{"canary":{"maxSurge":1,"maxUnavailable":0,"steps":[{"setWeight":20},{"pause":{"duration":30}},{"setWeight":40},{"pause":{}}]}},"template":{"metadata":{"labels":{"app":"guestbook-canary"}},"spec":{"containers":[{"image":"gcr.io/heptio-images/ks-guestbook-demo:0.1","name":"guestbook-canary","ports":[{"containerPort":80}]}]}}}} + {"apiVersion":"argoproj.io/v1alpha1","kind":"Rollout","metadata":{"annotations":{},"labels":{"app.kubernetes.io/instance":"guestbook-canary","ksonnet.io/component":"guestbook-ui"},"name":"guestbook-canary","namespace":"default"},"spec":{"minReadySeconds":10,"replicas":5,"selector":{"matchLabels":{"app":"guestbook-canary"}},"strategy":{"canary":{"maxSurge":1,"maxUnavailable":0,"steps":[{"setWeight":20},{"pause":{"duration":30}},{"setWeight":40},{"pause":{}}]}},"template":{"metadata":{"labels":{"app":"guestbook-canary"}},"spec":{"containers":[{"image":"quay.io/argoprojlabs/argocd-e2e-container:0.1","name":"guestbook-canary","ports":[{"containerPort":80}]}]}}}} rollout.argoproj.io/revision: '1' clusterName: '' creationTimestamp: '2019-05-01T21:55:30Z' @@ -39,7 +39,7 @@ spec: app: guestbook-canary spec: containers: - - image: 'gcr.io/heptio-images/ks-guestbook-demo:0.1' + - image: 'quay.io/argoprojlabs/argocd-e2e-container:0.1' name: guestbook-canary ports: - containerPort: 80 diff --git a/resource_customizations/argoproj.io/Rollout/testdata/canary/healthy_noSteps.yaml b/resource_customizations/argoproj.io/Rollout/testdata/canary/healthy_noSteps.yaml index 092d45ca6d..35657f3a4d 100644 --- a/resource_customizations/argoproj.io/Rollout/testdata/canary/healthy_noSteps.yaml +++ b/resource_customizations/argoproj.io/Rollout/testdata/canary/healthy_noSteps.yaml @@ -3,7 +3,7 @@ kind: Rollout metadata: annotations: kubectl.kubernetes.io/last-applied-configuration: > - {"apiVersion":"argoproj.io/v1alpha1","kind":"Rollout","metadata":{"annotations":{},"labels":{"app.kubernetes.io/instance":"guestbook-canary","ksonnet.io/component":"guestbook-ui"},"name":"guestbook-canary","namespace":"default"},"spec":{"minReadySeconds":10,"replicas":5,"selector":{"matchLabels":{"app":"guestbook-canary"}},"strategy":{"canary":{"maxSurge":1,"maxUnavailable":0,"steps":[{"setWeight":20},{"pause":{"duration":30}},{"setWeight":40},{"pause":{}}]}},"template":{"metadata":{"labels":{"app":"guestbook-canary"}},"spec":{"containers":[{"image":"gcr.io/heptio-images/ks-guestbook-demo:0.1","name":"guestbook-canary","ports":[{"containerPort":80}]}]}}}} + {"apiVersion":"argoproj.io/v1alpha1","kind":"Rollout","metadata":{"annotations":{},"labels":{"app.kubernetes.io/instance":"guestbook-canary","ksonnet.io/component":"guestbook-ui"},"name":"guestbook-canary","namespace":"default"},"spec":{"minReadySeconds":10,"replicas":5,"selector":{"matchLabels":{"app":"guestbook-canary"}},"strategy":{"canary":{"maxSurge":1,"maxUnavailable":0,"steps":[{"setWeight":20},{"pause":{"duration":30}},{"setWeight":40},{"pause":{}}]}},"template":{"metadata":{"labels":{"app":"guestbook-canary"}},"spec":{"containers":[{"image":"quay.io/argoprojlabs/argocd-e2e-container:0.1","name":"guestbook-canary","ports":[{"containerPort":80}]}]}}}} rollout.argoproj.io/revision: '2' clusterName: '' creationTimestamp: '2019-05-01T21:55:30Z' @@ -33,7 +33,7 @@ spec: app: guestbook-canary spec: containers: - - image: 'gcr.io/heptio-images/ks-guestbook-demo:0.2' + - image: 'quay.io/argoprojlabs/argocd-e2e-container:0.2' name: guestbook-canary ports: - containerPort: 80 diff --git a/resource_customizations/argoproj.io/Rollout/testdata/canary/progressing_killingOldReplicas.yaml b/resource_customizations/argoproj.io/Rollout/testdata/canary/progressing_killingOldReplicas.yaml index aab3d8fada..aff8e7043f 100644 --- a/resource_customizations/argoproj.io/Rollout/testdata/canary/progressing_killingOldReplicas.yaml +++ b/resource_customizations/argoproj.io/Rollout/testdata/canary/progressing_killingOldReplicas.yaml @@ -3,7 +3,7 @@ kind: Rollout metadata: annotations: kubectl.kubernetes.io/last-applied-configuration: | - {"apiVersion":"argoproj.io/v1alpha1","kind":"Rollout","metadata":{"annotations":{},"name":"example-rollout-canary","namespace":"default"},"spec":{"minReadySeconds":30,"replicas":5,"revisionHistoryLimit":3,"selector":{"matchLabels":{"app":"guestbook"}},"strategy":{"canary":{"steps":[{"setWeight":20},{"pause":{"duration":20}},{"setWeight":40},{"pause":{}}]}},"template":{"metadata":{"labels":{"app":"guestbook"}},"spec":{"containers":[{"image":"gcr.io/heptio-images/ks-guestbook-demo:0.1","name":"guestbook","ports":[{"containerPort":80}]}]}}}} + {"apiVersion":"argoproj.io/v1alpha1","kind":"Rollout","metadata":{"annotations":{},"name":"example-rollout-canary","namespace":"default"},"spec":{"minReadySeconds":30,"replicas":5,"revisionHistoryLimit":3,"selector":{"matchLabels":{"app":"guestbook"}},"strategy":{"canary":{"steps":[{"setWeight":20},{"pause":{"duration":20}},{"setWeight":40},{"pause":{}}]}},"template":{"metadata":{"labels":{"app":"guestbook"}},"spec":{"containers":[{"image":"quay.io/argoprojlabs/argocd-e2e-container:0.1","name":"guestbook","ports":[{"containerPort":80}]}]}}}} rollout.argoproj.io/revision: "3" creationTimestamp: "2019-10-20T15:42:26Z" generation: 101 @@ -28,7 +28,7 @@ spec: app: guestbook spec: containers: - - image: gcr.io/heptio-images/ks-guestbook-demo:0.1 + - image: quay.io/argoprojlabs/argocd-e2e-container:0.1 name: guestbook ports: - containerPort: 80 diff --git a/resource_customizations/argoproj.io/Rollout/testdata/canary/progressing_noSteps.yaml b/resource_customizations/argoproj.io/Rollout/testdata/canary/progressing_noSteps.yaml index 41e7a07313..59afd64bf2 100644 --- a/resource_customizations/argoproj.io/Rollout/testdata/canary/progressing_noSteps.yaml +++ b/resource_customizations/argoproj.io/Rollout/testdata/canary/progressing_noSteps.yaml @@ -31,7 +31,7 @@ spec: app: guestbook-canary spec: containers: - - image: 'gcr.io/heptio-images/ks-guestbook-demo:0.2' + - image: 'quay.io/argoprojlabs/argocd-e2e-container:0.2' name: guestbook-canary ports: - containerPort: 80 diff --git a/resource_customizations/argoproj.io/Rollout/testdata/canary/progressing_setWeightStep.yaml b/resource_customizations/argoproj.io/Rollout/testdata/canary/progressing_setWeightStep.yaml index a521be9e6a..a3fad7ef29 100644 --- a/resource_customizations/argoproj.io/Rollout/testdata/canary/progressing_setWeightStep.yaml +++ b/resource_customizations/argoproj.io/Rollout/testdata/canary/progressing_setWeightStep.yaml @@ -3,7 +3,7 @@ kind: Rollout metadata: annotations: kubectl.kubernetes.io/last-applied-configuration: | - {"apiVersion":"argoproj.io/v1alpha1","kind":"Rollout","metadata":{"annotations":{},"name":"example-rollout-canary","namespace":"default"},"spec":{"minReadySeconds":30,"replicas":5,"revisionHistoryLimit":3,"selector":{"matchLabels":{"app":"guestbook"}},"strategy":{"canary":{"steps":[{"setWeight":20},{"pause":{"duration":20}},{"setWeight":40},{"pause":{}}]}},"template":{"metadata":{"labels":{"app":"guestbook"}},"spec":{"containers":[{"image":"gcr.io/heptio-images/ks-guestbook-demo:0.1","name":"guestbook","ports":[{"containerPort":80}]}]}}}} + {"apiVersion":"argoproj.io/v1alpha1","kind":"Rollout","metadata":{"annotations":{},"name":"example-rollout-canary","namespace":"default"},"spec":{"minReadySeconds":30,"replicas":5,"revisionHistoryLimit":3,"selector":{"matchLabels":{"app":"guestbook"}},"strategy":{"canary":{"steps":[{"setWeight":20},{"pause":{"duration":20}},{"setWeight":40},{"pause":{}}]}},"template":{"metadata":{"labels":{"app":"guestbook"}},"spec":{"containers":[{"image":"quay.io/argoprojlabs/argocd-e2e-container:0.1","name":"guestbook","ports":[{"containerPort":80}]}]}}}} rollout.argoproj.io/revision: "2" clusterName: "" creationTimestamp: 2019-04-26T20:17:43Z @@ -35,7 +35,7 @@ spec: app: guestbook spec: containers: - - image: gcr.io/heptio-images/ks-guestbook-demo:0.2 + - image: quay.io/argoprojlabs/argocd-e2e-container:0.2 name: guestbook ports: - containerPort: 80 diff --git a/resource_customizations/argoproj.io/Rollout/testdata/degraded_rolloutTimeout.yaml b/resource_customizations/argoproj.io/Rollout/testdata/degraded_rolloutTimeout.yaml index bfded3c8de..463a39b5ec 100644 --- a/resource_customizations/argoproj.io/Rollout/testdata/degraded_rolloutTimeout.yaml +++ b/resource_customizations/argoproj.io/Rollout/testdata/degraded_rolloutTimeout.yaml @@ -38,7 +38,7 @@ spec: release: guestbook-bluegreen spec: containers: - - image: 'gcr.io/heptio-images/ks-guestbook-demo:0.3' + - image: 'quay.io/argoprojlabs/argocd-e2e-container:0.3' imagePullPolicy: IfNotPresent livenessProbe: httpGet: diff --git a/resource_customizations/argoproj.io/Rollout/testdata/suspended_userPause.yaml b/resource_customizations/argoproj.io/Rollout/testdata/suspended_userPause.yaml index 66c958fa29..ec99567acf 100644 --- a/resource_customizations/argoproj.io/Rollout/testdata/suspended_userPause.yaml +++ b/resource_customizations/argoproj.io/Rollout/testdata/suspended_userPause.yaml @@ -20,7 +20,7 @@ spec: app: guestbook spec: containers: - - image: gcr.io/heptio-images/ks-guestbook-demo:0.2 + - image: quay.io/argoprojlabs/argocd-e2e-container:0.2 name: guestbook status: HPAReplicas: 5 diff --git a/resource_customizations/spot.io/SpotDeployment/testdata/healthy_spotdeployment.yaml b/resource_customizations/spot.io/SpotDeployment/testdata/healthy_spotdeployment.yaml index 175b698dea..2296627fba 100644 --- a/resource_customizations/spot.io/SpotDeployment/testdata/healthy_spotdeployment.yaml +++ b/resource_customizations/spot.io/SpotDeployment/testdata/healthy_spotdeployment.yaml @@ -24,7 +24,7 @@ spec: app: guestbook-canary spec: containers: - - image: 'gcr.io/heptio-images/ks-guestbook-demo:0.1' + - image: 'quay.io/argoprojlabs/argocd-e2e-container:0.1' name: guestbook-canary ports: - containerPort: 80 @@ -49,6 +49,6 @@ status: selector: app=guestbook-canary liveVersionDate: "2022-07-14T07:56:27.000Z" liveVersionImages: - rollouts-demo: gcr.io/heptio-images/ks-guestbook-demo:0.1 + rollouts-demo: quay.io/argoprojlabs/argocd-e2e-container:0.1 phase: Healthy revision: "9" \ No newline at end of file diff --git a/test/e2e/testdata/jsonnet-tla/guestbook-template.jsonnet b/test/e2e/testdata/jsonnet-tla/guestbook-template.jsonnet index 7ecdfb2b2b..2c80481256 100644 --- a/test/e2e/testdata/jsonnet-tla/guestbook-template.jsonnet +++ b/test/e2e/testdata/jsonnet-tla/guestbook-template.jsonnet @@ -1,6 +1,6 @@ function ( containerPort=80, - image="gcr.io/heptio-images/ks-guestbook-demo:0.2", + image="quay.io/argoprojlabs/argocd-e2e-container:0.2", name="jsonnet-guestbook-ui", replicas=1, servicePort=80, diff --git a/test/e2e/testdata/ksonnet/components/params.libsonnet b/test/e2e/testdata/ksonnet/components/params.libsonnet index a43a50ab1c..5d8b017c83 100644 --- a/test/e2e/testdata/ksonnet/components/params.libsonnet +++ b/test/e2e/testdata/ksonnet/components/params.libsonnet @@ -8,7 +8,7 @@ // Each object below should correspond to a component in the components/ directory "guestbook-ui": { containerPort: 80, - image: "gcr.io/heptio-images/ks-guestbook-demo:0.2", + image: "quay.io/argoprojlabs/argocd-e2e-container:0.2", name: "ks-guestbook-ui", replicas: 0, servicePort: 80, diff --git a/util/argo/testdata/desired_deployment.yaml b/util/argo/testdata/desired_deployment.yaml index c945ea7bc4..657af3344c 100644 --- a/util/argo/testdata/desired_deployment.yaml +++ b/util/argo/testdata/desired_deployment.yaml @@ -17,7 +17,7 @@ spec: app: guestbook-ui spec: containers: - - image: 'gcr.io/heptio-images/ks-guestbook-demo:0.1' + - image: 'quay.io/argoprojlabs/argocd-e2e-container:0.1' name: guestbook-ui ports: - containerPort: 80 diff --git a/util/argo/testdata/live_deployment_with_managed_replica.yaml b/util/argo/testdata/live_deployment_with_managed_replica.yaml index 15de5345e2..df4afb2beb 100644 --- a/util/argo/testdata/live_deployment_with_managed_replica.yaml +++ b/util/argo/testdata/live_deployment_with_managed_replica.yaml @@ -4,7 +4,7 @@ metadata: annotations: deployment.kubernetes.io/revision: "1" kubectl.kubernetes.io/last-applied-configuration: | - {"apiVersion":"apps/v1","kind":"Deployment","metadata":{"annotations":{},"labels":{"app.kubernetes.io/instance":"guestbook"},"name":"kustomize-guestbook-ui","namespace":"default"},"spec":{"replicas":1,"revisionHistoryLimit":3,"selector":{"matchLabels":{"app":"guestbook-ui"}},"template":{"metadata":{"labels":{"app":"guestbook-ui"}},"spec":{"containers":[{"image":"gcr.io/heptio-images/ks-guestbook-demo:0.1","name":"guestbook-ui","ports":[{"containerPort":80}]}]}}}} + {"apiVersion":"apps/v1","kind":"Deployment","metadata":{"annotations":{},"labels":{"app.kubernetes.io/instance":"guestbook"},"name":"kustomize-guestbook-ui","namespace":"default"},"spec":{"replicas":1,"revisionHistoryLimit":3,"selector":{"matchLabels":{"app":"guestbook-ui"}},"template":{"metadata":{"labels":{"app":"guestbook-ui"}},"spec":{"containers":[{"image":"quay.io/argoprojlabs/argocd-e2e-container:0.1","name":"guestbook-ui","ports":[{"containerPort":80}]}]}}}} creationTimestamp: "2021-12-01T20:36:10Z" generation: 4 labels: @@ -126,7 +126,7 @@ spec: app: guestbook-ui spec: containers: - - image: gcr.io/heptio-images/ks-guestbook-demo:0.1 + - image: quay.io/argoprojlabs/argocd-e2e-container:0.1 imagePullPolicy: IfNotPresent name: guestbook-ui ports: