From 7efdc9fc28f1e9afaafa84b06051e99ac12e7989 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=B6ren=20Henning?= <soeren.henning@email.uni-kiel.de>
Date: Wed, 16 Nov 2022 09:47:19 +0100
Subject: [PATCH] Remove hint on Kubernetes compatibility

---
 docs/installation.md | 2 --
 docs/quickstart.md   | 2 --
 2 files changed, 4 deletions(-)

diff --git a/docs/installation.md b/docs/installation.md
index 541c60bd9..adc8f2369 100644
--- a/docs/installation.md
+++ b/docs/installation.md
@@ -6,8 +6,6 @@ nav_order: 3
 
 # Installing Theodolite
 
-***We are currently in the progress of updating all our dependencies to support Kubernetes >= 1.25. Until then, please use Kubernetes <=1.24.***
-
 The easiest option to install Theodolite is using [Helm](https://helm.sh).
 To install Theodolite with all its dependencies run:
 
diff --git a/docs/quickstart.md b/docs/quickstart.md
index 79ebfbfb8..755b1baf5 100644
--- a/docs/quickstart.md
+++ b/docs/quickstart.md
@@ -8,8 +8,6 @@ nav_order: 1
 
 All you need to get started is access to a Kubernetes cluster plus kubectl and Helm installed on your machine.
 
-***We are currently in the progress of updating all our dependencies to support Kubernetes >= 1.25. Until then, please use Kubernetes <=1.24.***
-
 <!--### Installation-->
 
 1. To install Theodolite with all its dependencies run:
-- 
GitLab