Skip to content

Commit

Permalink
fix k8s version (#709)
Browse files Browse the repository at this point in the history
Signed-off-by: Ziming Zhang <zziming@vmware.com>
  • Loading branch information
bitsf committed Jul 22, 2021
1 parent 628c523 commit d3d7cac
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,8 @@ jobs:
# https://snapcraft.io/microk8s
k8sVersion:
- "1.19.11"
- "1.20.2"
- "1.21.1"
- "1.20.7"
- "1.21.2"

ingress:
- "0.46.0"
Expand Down Expand Up @@ -546,7 +546,7 @@ jobs:

# https://snapcraft.io/microk8s
k8sVersion:
- "1.21.1"
- "1.21.2"

ingress:
- "0.46.0"
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@ NOTES:

Harbor operator supports two extra Kubernetes versions besides the current latest version (`n-2` pattern):

| Versions | 1.18 | 1.19 | 1.20 | 1.21 |
|---------------|--------------------|--------------------|--------------------|---------------------------|
| Compatibility | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_multiplication_x: |
| Versions | 1.19 | 1.20 | 1.21 |
|---------------|--------------------|--------------------|---------------------------|
| Compatibility | :heavy_check_mark: | :heavy_check_mark: | :heavy_multiplication_x: |

### Cert manager versions

Expand Down

0 comments on commit d3d7cac

Please sign in to comment.