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
Copy file name to clipboardExpand all lines: README.md
+4-8Lines changed: 4 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,17 +22,13 @@ Consequently, **we do not provide bug fixes or security patches for older versio
22
22
We strongly encourage all users to upgrade to the latest version to benefit from the most recent features, bug fixes, and security patches.
23
23
24
24
### For Users Unable to Upgrade
25
-
If you are unable to upgrade to the latest version due to specific constraints, you can manually override the image tag to use a specific version.
25
+
If you are unable to upgrade to the latest version due to specific constraints, please follow the below to patch.
26
26
27
-
Example for [argo-cd](https://github.com/argoproj/argo-helm/blob/15658c3c0aeaa2f8fc5ef77555c78e5ce2256e12/charts/argo-cd/values.yaml#L62):
28
-
```yaml
29
-
global:
30
-
image:
31
-
tag: v3.1.3
32
-
```
27
+
1. Please upgrade Helm Chart to the latest version for your minor version. e.g: If you used `v8.2.0`, please update to `v8.2.6`, the latest version of `v8.2.x`.
28
+
2. Please override the image tag (`.global.image.tag`) to use a specific version.
33
29
34
30
### How You Can Help
35
-
This policy may evolve as our team grows. If you are interested in becoming a maintainer and helping us expand our support capabilities, we encourage you to read our [contribution guidelines](CONTRIBUTING.md).
31
+
This policy may evolve as our team grows. If you are interested in joining our team and helping us expand our support capabilities, we encourage you to read the [Community Membership](https://github.com/argoproj/argoproj/blob/main/community/membership.md).
0 commit comments