Skip to content

Commit

Permalink
Add new version k8s in CI (#273)
Browse files Browse the repository at this point in the history
  • Loading branch information
kota2and3kan authored Sep 19, 2024
1 parent 59cc0d0 commit 052acb4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/helm_charts_scalar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,11 @@ jobs:
strategy:
matrix:
k8s:
- v1.26.15
- v1.27.13
- v1.28.9
- v1.29.4
- v1.30.0
- v1.27.16
- v1.28.13
- v1.29.8
- v1.30.4
- v1.31.0

steps:
- name: Checkout
Expand Down Expand Up @@ -149,11 +149,11 @@ jobs:
strategy:
matrix:
k8s:
- v1.26.15
- v1.27.13
- v1.28.9
- v1.29.4
- v1.30.0
- v1.27.16
- v1.28.13
- v1.29.8
- v1.30.4
- v1.31.0

steps:
- name: Checkout
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ This directory contains the following helm charts.

## Prerequisites

* Helm 3.5+
You need the [`helm`](https://helm.sh/docs/intro/install/) command. For details on supported Helm versions, see the [Package manager section in the Requirements document](https://scalardb.scalar-labs.com/docs/latest/requirements/#package-manager).

## Supported Kubernetes versions

* 1.30.x, 1.29.x, 1.28.x, 1.27.x, 1.26.x
For details on supported Kubernetes versions, see the [Kubernetes section in the Requirements document](https://scalardb.scalar-labs.com/docs/latest/requirements/#platform).

We decide which versions to support based on the supported versions in [Amazon Elastic Kubernetes Service](https://docs.aws.amazon.com/eks/latest/userguide/kubernetes-versions.html) and [Azure Kubernetes Service](https://learn.microsoft.com/en-us/azure/aks/supported-kubernetes-versions). However, we do not consider the LTS versions in each managed Kubernetes service.

Expand Down

0 comments on commit 052acb4

Please sign in to comment.