Skip to content

Commit

Permalink
Use v0.3.0 tag
Browse files Browse the repository at this point in the history
  • Loading branch information
dthomson25 committed May 1, 2019
1 parent f122387 commit 11efa17
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.3.0
2 changes: 1 addition & 1 deletion manifests/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ spec:
containers:
- command:
- /bin/rollouts-controller
image: argoproj/argo-rollouts:latest
image: argoproj/argo-rollouts:v0.3.0
imagePullPolicy: Always
name: argo-rollouts
serviceAccountName: argo-rollouts
2 changes: 1 addition & 1 deletion manifests/namespace-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ spec:
containers:
- command:
- /bin/rollouts-controller
image: argoproj/argo-rollouts:latest
image: argoproj/argo-rollouts:v0.3.0
imagePullPolicy: Always
name: argo-rollouts
serviceAccountName: argo-rollouts

0 comments on commit 11efa17

Please sign in to comment.