Skip to content

Commit

Permalink
fix(tests) Support Kubernetes >= 1.16
Browse files Browse the repository at this point in the history
Operator use kind "CustomResourceDefinition" in version "apiextensions.k8s.io/v1"

Signed-off-by: Pierre Péronnet <pierre.peronnet@ovhcloud.com>
  • Loading branch information
holyhope committed Aug 28, 2020
1 parent 6288612 commit ced1f51
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,10 @@ jobs:
# https://github.com/jetstack/cert-manager/tags
certManager: ["0.12.0", "0.13.1", "0.14.2", "0.15.0-alpha.0"]
# https://snapcraft.io/microk8s
k8sVersion: ["1.15", "1.16", "1.17"]
k8sVersion:
- "1.16"
- "1.17"
# - "1.18" # TODO check why Registry and RegistryCtl controllers tests fail

steps:
- uses: actions/setup-go@v2
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ See [install documentation](https://github.com/goharbor/harbor-operator/blob/mas

### Supported platforms

- [Kubernetes](https://kubernetes.io/docs/concepts/overview/kubernetes-api/) >= 1.15
- [Kubernetes](https://kubernetes.io/docs/concepts/overview/kubernetes-api/) >= 1.16

### Harbor version

Expand Down

0 comments on commit ced1f51

Please sign in to comment.