You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(argo-cd): hard coded .selector.matchLabels (#603)
* fix(argo-cd): hard coded .selector.matchLabels
it fixes#602
Signed-off-by: abdennour <[email protected]>
* style(argo-cd): linting circle ci
error too many blank lines
it fixes#602
Signed-off-by: abdennour <[email protected]>
* chore(argo-cd): adding myself to codeowners
it is related to #602
Signed-off-by: abdennour <[email protected]>
* chore(argo-cd): CODEOWNER work by invitation
related to #603#602
Signed-off-by: abdennour <[email protected]>
* fix(argo-cd): Add info in README about labels
Signed-off-by: Sean Johnson <[email protected]>
Co-authored-by: Sean Johnson <[email protected]>
Copy file name to clipboardexpand all lines: charts/argo-cd/README.md
+4
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,10 @@ This chart currently installs the non-HA version of ArgoCD.
14
14
15
15
## Upgrading
16
16
17
+
### 2.14.7 and above
18
+
19
+
The `matchLabels` key in the ArgoCD Appliaction Controller is no longer hard-coded. Note that labels are immutable so caution should be exercised when making changes to this resource.
20
+
17
21
### 2.10.x to 2.11.0
18
22
19
23
The application controller is now available as a `StatefulSet` when the `controller.enableStatefulSet` flag is set to true. Depending on your Helm deployment this may be a downtime or breaking change if enabled when using HA and will become the default in 3.x.
0 commit comments