Skip to content

Commit

Permalink
Update version to v0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dthomson25 committed Feb 25, 2020
1 parent a0954ee commit e78453e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.7.1
0.7.2
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: v0.7.1
newTag: v0.7.2
2 changes: 1 addition & 1 deletion manifests/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11110,7 +11110,7 @@ spec:
containers:
- command:
- /bin/rollouts-controller
image: argoproj/argo-rollouts:v0.7.1
image: argoproj/argo-rollouts:v0.7.2
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 @@ -11003,7 +11003,7 @@ spec:
containers:
- command:
- /bin/rollouts-controller
image: argoproj/argo-rollouts:v0.7.1
image: argoproj/argo-rollouts:v0.7.2
imagePullPolicy: Always
name: argo-rollouts
volumeMounts:
Expand Down

0 comments on commit e78453e

Please sign in to comment.