-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue #621 - Remove resources state from application CRD #758
Conversation
c323549
to
02e7694
Compare
Codecov Report
@@ Coverage Diff @@
## master #758 +/- ##
=========================================
- Coverage 27% 26.5% -0.51%
=========================================
Files 41 42 +1
Lines 6359 6479 +120
=========================================
Hits 1717 1717
- Misses 4401 4522 +121
+ Partials 241 240 -1
Continue to review full report at Codecov.
|
fc8bba0
to
a32588a
Compare
f4c9768
to
ebeb6ba
Compare
ebeb6ba
to
99acc07
Compare
manifests/install.yaml
Outdated
@@ -339,7 +350,7 @@ spec: | |||
- "20" | |||
- --operation-processors | |||
- "10" | |||
image: jessesuen/argocd-application-controller:latest | |||
image: argoproj/argocd-application-controller:latest |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks like I missed this image to use the new master image. Can you fix my mistake?
Name string `json:"name,omitempty" protobuf:"bytes,4,opt,name=name"` | ||
Status ComparisonStatus `json:"status,omitempty" protobuf:"bytes,5,opt,name=status"` | ||
Health HealthStatus `json:"health,omitempty" protobuf:"bytes,6,opt,name=health"` | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Much better data structure than what we had before. Great!
99acc07
to
4c1b750
Compare
Closes #621