Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 9 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,17 @@ kubectl apply -n netbird -f https://raw.githubusercontent.com/netbirdio/kubernet
```

### Version
Latest version: v0.1.0
We have developed and executed tests against Kubernetes v1.31, but it should work with most recent Kubernetes version.

Latest operator version: v0.1.1.

Tested against:
|Distribution|Test status|
|---|---|
|Google GKE|Pass|
|AWS EKS|Pass|
|Azure AKS|Not tested|
|OpenShift|Not tested|
|Distribution|Test status|Kubernetes Version|
|---|---|---|
|Google GKE|Pass|1.31.5|
|AWS EKS|Pass|1.31|
|Azure AKS|Not tested|N/A|
|OpenShift|Not tested|N/A|

> We would love community feedback to improve the test matrix. Please submit a PR with your test results.

Expand Down
2 changes: 1 addition & 1 deletion helm/kubernetes-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ name: kubernetes-operator
description: A Helm chart for Kubernetes
type: application
version: 0.1.2
appVersion: "v0.1.0-rc.3"
appVersion: "0.1.1"
Loading