Skip to content

Commit 8d2c653

Browse files
mattfarinaunguiculus
authored andcommitted
Adding docs on supported Kubernetes versions (helm#2581)
1 parent bdc13fd commit 8d2c653

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,12 @@ The following outlines the review procedure used by the Chart repository maintai
6565

6666
After initial review feedback, if no updates have been made to the pull request for 1 week, the `stale` label will be added. If after another week there are still no updates it will be closed. Please re-open if/when you have made the proper adjustments.
6767

68+
## Supported Kubernetes Versions
69+
70+
This chart repository supports the latest and previous minor versions of Kubernetes. For example, if the latest minor release of Kubernetes is 1.8 then 1.7 and 1.8 are supported. Charts may still work on previous versions of Kubernertes even through they are outside the target supported window.
71+
72+
To provide that support the API versions of objects should be those that work for both the latest minor release and the previous one.
73+
6874
## Status of the Project
6975

7076
This project is still under active development, so you might run into [issues](https://github.com/kubernetes/charts/issues). If you do, please don't be shy about letting us know, or better yet, contribute a fix or feature.

0 commit comments

Comments
 (0)