Skip to content

Commit

Permalink
Update manifests to v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dthomson25 committed Aug 17, 2020
1 parent d421c99 commit 233526a
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: 0.9.0
newTag: v0.9.0
2 changes: 1 addition & 1 deletion manifests/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14455,7 +14455,7 @@ spec:
containers:
- command:
- /bin/rollouts-controller
image: argoproj/argo-rollouts:0.9.0
image: argoproj/argo-rollouts:v0.9.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 @@ -14299,7 +14299,7 @@ spec:
containers:
- command:
- /bin/rollouts-controller
image: argoproj/argo-rollouts:0.9.0
image: argoproj/argo-rollouts:v0.9.0
imagePullPolicy: Always
name: argo-rollouts
volumeMounts:
Expand Down

0 comments on commit 233526a

Please sign in to comment.