Skip to content

Commit 2dad3c4

Browse files
committed
fix k8s version
Signed-off-by: odubajDT <[email protected]>
1 parent ff1e11a commit 2dad3c4

File tree

11 files changed

+11
-18
lines changed

11 files changed

+11
-18
lines changed

.github/actions/spelling/expect.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -650,7 +650,6 @@ Utkarsh
650650
validatingwebhookconfigurations
651651
vanalysis
652652
vanalysisdefinition
653-
vcluster
654653
Vec
655654
versioned
656655
versioning

.github/workflows/CI.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ env:
2323
GO_VERSION: "~1.23"
2424
# renovate: datasource=github-releases depName=kubernetes-sigs/controller-tools
2525
CONTROLLER_TOOLS_VERSION: "v0.16.5"
26-
ENVTEST_K8S_VERSION: "1.24.2"
26+
ENVTEST_K8S_VERSION: "1.27.0"
2727
defaults:
2828
run:
2929
shell: bash

README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -93,13 +93,7 @@ You can find our roadmap [here](https://github.com/orgs/keptn/projects/10).
9393
## Installation
9494

9595
Keptn can be installed on any Kubernetes cluster
96-
running Kubernetes >=1.24.
97-
98-
For users running [vCluster](https://www.vcluster.com/),
99-
please note that you may need to modify
100-
your configuration before installing Keptn; see
101-
[Running Keptn with vCluster](https://keptn.sh/stable/docs/installation/configuration/vcluster/)
102-
for more information.
96+
running Kubernetes >=1.27.
10397

10498
Use the following command sequence
10599
to install the latest release of Keptn:

chart/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ annotations:
3232
artifacthub.io/license: Apache-2.0
3333
artifacthub.io/operator: 'true'
3434
artifacthub.io/operatorCapabilities: Full Lifecycle
35-
kubeVersion: '>= 1.24.0-0'
35+
kubeVersion: '>= 1.27.0-0'
3636
type: application
3737
version: 0.8.0
3838
appVersion: v2.3.0 # x-release-please-version

docs/docs/getting-started/observability.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The following is an imperative walkthrough.
1515
- [Docker](https://docs.docker.com/get-started/overview/)
1616
- [kubectl](https://kubernetes.io/docs/reference/kubectl/)
1717
- [Helm](https://helm.sh/docs/intro/install/)
18-
- A Kubernetes cluster >= 1.24 (we recommend [Kubernetes kind](https://kind.sigs.k8s.io/docs/user/quick-start/))
18+
- A Kubernetes cluster >= 1.27 (we recommend [Kubernetes kind](https://kind.sigs.k8s.io/docs/user/quick-start/))
1919
(`kind create cluster`)
2020

2121
## Objectives
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
name: podtato-head
3-
kubeVersion: ">= 1.24.0-0"
3+
kubeVersion: ">= 1.27.0-0"
44
type: application
55
version: 0.1.0
66
appVersion: "v0.1.0"

docs/docs/installation/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ After you install Keptn, you are ready to
2424
Keptn requires Kubernetes v1.27.0 or later.
2525

2626
Run the following to ensure that both client and server versions
27-
are running Kubernetes versions greater than or equal to v1.24.
28-
In this example, both client and server are at v1.24.0
27+
are running Kubernetes versions greater than or equal to v1.27.
28+
In this example, both client and server are at v1.27.0
2929
so Keptn will work.
3030

3131
```shell

keptn-cert-manager/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ BUILDENVVAR=CGO_ENABLED=0
1717
VERSION=$(shell echo $(RELEASE_VERSION) | awk -F - '{print $$2}')
1818

1919
# ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary.
20-
ENVTEST_K8S_VERSION = 1.25.0
20+
ENVTEST_K8S_VERSION = 1.27.0
2121

2222
# Get the currently used golang install path (in GOPATH/bin, unless GOBIN is set)
2323
ifeq (,$(shell go env GOBIN))

keptn-cert-manager/chart/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ annotations:
1717
url: https://slack.keptn.sh/
1818
artifacthub.io/license: Apache-2.0
1919
artifacthub.io/operator: 'true'
20-
kubeVersion: '>= 1.24.0-0'
20+
kubeVersion: '>= 1.27.0-0'
2121
type: application
2222
version: 0.2.6
2323
appVersion: v2.2.2 # x-release-please-version

lifecycle-operator/chart/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ annotations:
2626
artifacthub.io/license: Apache-2.0
2727
artifacthub.io/operator: 'true'
2828
artifacthub.io/operatorCapabilities: Full Lifecycle
29-
kubeVersion: '>= 1.24.0-0'
29+
kubeVersion: '>= 1.27.0-0'
3030
type: application
3131
version: 0.5.0
3232
appVersion: v1.2.0 # x-release-please-version

0 commit comments

Comments
 (0)