Skip to content

Commit

Permalink
set minor version in polaris tag (#323)
Browse files Browse the repository at this point in the history
  • Loading branch information
rbren authored Jun 3, 2020
1 parent eea4a8e commit 3352475
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy/dashboard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ spec:
- command:
- polaris
- dashboard
image: 'quay.io/fairwinds/polaris:1'
image: 'quay.io/fairwinds/polaris:1.0'
imagePullPolicy: 'Always'
name: dashboard
ports:
Expand Down
2 changes: 1 addition & 1 deletion deploy/webhook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ spec:
command:
- polaris
- webhook
image: 'quay.io/fairwinds/polaris:1'
image: 'quay.io/fairwinds/polaris:1.0'
imagePullPolicy: 'Always'
ports:
- containerPort: 9876
Expand Down

0 comments on commit 3352475

Please sign in to comment.