Skip to content

Commit

Permalink
Update manifests to v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dthomson25 committed Sep 13, 2019
1 parent 461b65a commit d1d339c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion manifests/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ resources:
- argo-rollouts-metrics-service.yaml
images:
- name: argoproj/argo-rollouts
newTag: latest
newTag: v0.5.0
2 changes: 1 addition & 1 deletion manifests/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4595,7 +4595,7 @@ spec:
containers:
- command:
- /bin/rollouts-controller
image: argoproj/argo-rollouts:latest
image: argoproj/argo-rollouts:v0.5.0
imagePullPolicy: Always
name: argo-rollouts
volumeMounts:
Expand Down
2 changes: 1 addition & 1 deletion manifests/namespace-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4528,7 +4528,7 @@ spec:
containers:
- command:
- /bin/rollouts-controller
image: argoproj/argo-rollouts:latest
image: argoproj/argo-rollouts:v0.5.0
imagePullPolicy: Always
name: argo-rollouts
volumeMounts:
Expand Down

0 comments on commit d1d339c

Please sign in to comment.