Skip to content

Commit

Permalink
fix manifests to fetch from quay.io/codefresh/* (#14)
Browse files Browse the repository at this point in the history
Co-authored-by: Ilya Gorban <[email protected]>
  • Loading branch information
ilyagorban-codefresh and Ilya Gorban authored Sep 26, 2021
1 parent d860a95 commit 34196f9
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion manifests/base/argo-rollouts-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
serviceAccountName: argo-rollouts
containers:
- name: argo-rollouts
image: quay.io/argoproj/argo-rollouts:latest
image: quay.io/codefresh/argo-rollouts:latest
imagePullPolicy: Always
ports:
- containerPort: 8090
Expand Down
2 changes: 1 addition & 1 deletion manifests/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ resources:
- argo-rollouts-aggregate-roles.yaml
- argo-rollouts-metrics-service.yaml
images:
- name: quay.io/argoproj/argo-rollouts
- name: quay.io/codefresh/argo-rollouts
newTag: latest
2 changes: 1 addition & 1 deletion manifests/dashboard-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ spec:
app.kubernetes.io/name: argo-rollouts-dashboard
spec:
containers:
- image: quay.io/argoproj/kubectl-argo-rollouts:latest
- image: quay.io/codefresh/kubectl-argo-rollouts:latest
name: argo-rollouts-dashboard
ports:
- containerPort: 3100
Expand Down
2 changes: 1 addition & 1 deletion manifests/dashboard-install/dashboard-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ spec:
serviceAccountName: argo-rollouts-dashboard
containers:
- name: argo-rollouts-dashboard
image: quay.io/argoproj/kubectl-argo-rollouts
image: quay.io/codefresh/kubectl-argo-rollouts
ports:
- containerPort: 3100
2 changes: 1 addition & 1 deletion manifests/dashboard-install/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ resources:
- dashboard-service.yaml
- dashboard-serviceaccount.yaml
images:
- name: quay.io/argoproj/kubectl-argo-rollouts
- name: quay.io/codefresh/kubectl-argo-rollouts
newTag: latest
2 changes: 1 addition & 1 deletion manifests/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12830,7 +12830,7 @@ spec:
app.kubernetes.io/name: argo-rollouts
spec:
containers:
- image: quay.io/argoproj/argo-rollouts:latest
- image: quay.io/codefresh/argo-rollouts:latest
imagePullPolicy: Always
name: argo-rollouts
ports:
Expand Down
2 changes: 1 addition & 1 deletion manifests/namespace-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12831,7 +12831,7 @@ spec:
containers:
- args:
- --namespaced
image: quay.io/argoproj/argo-rollouts:latest
image: quay.io/codefresh/argo-rollouts:latest
imagePullPolicy: Always
name: argo-rollouts
ports:
Expand Down

0 comments on commit 34196f9

Please sign in to comment.