Skip to content

Commit

Permalink
Resolve Kind Cluster not able to be built in PR checks (opensearch-pr…
Browse files Browse the repository at this point in the history
…oject#358)

Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>

Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>
Signed-off-by: prathaptce <86703966+prathaptce@users.noreply.github.com>
  • Loading branch information
peterzhuamazon authored and prathaptce committed Mar 24, 2023
1 parent ab723c7 commit 8cc47ad
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
k8s: ["1.14.10", "1.18.20", "1.19.16", "1.21.14", "1.22.9", "1.23.12", "1.24.7", "1.25.2"]
k8s: ["1.19.16", "1.21.14", "1.22.9", "1.23.12", "1.24.7", "1.25.2"]
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down Expand Up @@ -44,6 +44,7 @@ jobs:
uses: helm/kind-action@v1.4.0
with:
node_image: kindest/node:v${{ matrix.k8s }}
kubectl_version: v${{ matrix.k8s }}
if: ${{ env.CHART_CHANGED == 'true' }}

# See https://github.com/helm/chart-testing/blob/main/doc/ct_install.md
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ Contributors should choose the corresponding branch(es) when commiting their cha
* If you have a change for all available versions, first open a PR on `main`, then open a backport PR with `[backport 1.x]` in the title, with label `backport 1.x`, etc.
* No changes should be commited to `gh-pages` by any contributor, as this branch should be only changed by github actions `chart-releaser`

## Kuvernetes Version Support
* This helm-chart repository is tested with kubernetes version 1.19 and above

## Installation

To install the OpenSearch Helm charts, execute the following commands:
Expand Down

0 comments on commit 8cc47ad

Please sign in to comment.