Skip to content

Commit e4dd8ab

Browse files
committed
Update version docs and chart base image
1 parent 166091b commit e4dd8ab

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

README.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,17 @@ kubectl apply -n netbird -f https://raw.githubusercontent.com/netbirdio/kubernet
4343
```
4444

4545
### Version
46-
Latest version: v0.1.0
46+
We have developed and executed tests against Kubernetes v1.31, but it should work with most recent Kubernetes version.
47+
48+
Latest operator version: v0.1.1.
4749

4850
Tested against:
49-
|Distribution|Test status|
50-
|---|---|
51-
|Google GKE|Pass|
52-
|AWS EKS|Pass|
53-
|Azure AKS|Not tested|
54-
|OpenShift|Not tested|
51+
|Distribution|Test status|Kubernetes Version|
52+
|---|---|---|
53+
|Google GKE|Pass|1.31.5|
54+
|AWS EKS|Pass|1.31|
55+
|Azure AKS|Not tested|N/A|
56+
|OpenShift|Not tested|N/A|
5557

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

helm/kubernetes-operator/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ name: kubernetes-operator
33
description: A Helm chart for Kubernetes
44
type: application
55
version: 0.1.2
6-
appVersion: "v0.1.0-rc.3"
6+
appVersion: "0.1.1"

0 commit comments

Comments
 (0)