Skip to content

Commit

Permalink
revert version upgrade for dashboard and webhook
Browse files Browse the repository at this point in the history
  • Loading branch information
makoscafee committed Nov 7, 2019
1 parent 0ee39a4 commit c8e4f76
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 @@ -179,7 +179,7 @@ spec:
- --dashboard
- --config
- /opt/app/config.yaml
image: 'quay.io/reactiveops/polaris:0.6'
image: 'quay.io/reactiveops/polaris:0.5'
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 @@ -239,7 +239,7 @@ spec:
- --webhook
- --config
- /opt/app/config.yaml
image: 'quay.io/reactiveops/polaris:0.6'
image: 'quay.io/reactiveops/polaris:0.5'
imagePullPolicy: 'Always'
ports:
- containerPort: 9876
Expand Down

0 comments on commit c8e4f76

Please sign in to comment.