Skip to content

Commit

Permalink
fix k8s version
Browse files Browse the repository at this point in the history
Signed-off-by: odubajDT <[email protected]>
  • Loading branch information
odubajDT committed Nov 5, 2024
1 parent ff1e11a commit 2dad3c4
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 18 deletions.
1 change: 0 additions & 1 deletion .github/actions/spelling/expect.txt
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,6 @@ Utkarsh
validatingwebhookconfigurations
vanalysis
vanalysisdefinition
vcluster
Vec
versioned
versioning
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ env:
GO_VERSION: "~1.23"
# renovate: datasource=github-releases depName=kubernetes-sigs/controller-tools
CONTROLLER_TOOLS_VERSION: "v0.16.5"
ENVTEST_K8S_VERSION: "1.24.2"
ENVTEST_K8S_VERSION: "1.27.0"
defaults:
run:
shell: bash
Expand Down
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,13 +93,7 @@ You can find our roadmap [here](https://github.com/orgs/keptn/projects/10).
## Installation

Keptn can be installed on any Kubernetes cluster
running Kubernetes >=1.24.

For users running [vCluster](https://www.vcluster.com/),
please note that you may need to modify
your configuration before installing Keptn; see
[Running Keptn with vCluster](https://keptn.sh/stable/docs/installation/configuration/vcluster/)
for more information.
running Kubernetes >=1.27.

Use the following command sequence
to install the latest release of Keptn:
Expand Down
2 changes: 1 addition & 1 deletion chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ annotations:
artifacthub.io/license: Apache-2.0
artifacthub.io/operator: 'true'
artifacthub.io/operatorCapabilities: Full Lifecycle
kubeVersion: '>= 1.24.0-0'
kubeVersion: '>= 1.27.0-0'
type: application
version: 0.8.0
appVersion: v2.3.0 # x-release-please-version
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/getting-started/observability.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The following is an imperative walkthrough.
- [Docker](https://docs.docker.com/get-started/overview/)
- [kubectl](https://kubernetes.io/docs/reference/kubectl/)
- [Helm](https://helm.sh/docs/intro/install/)
- A Kubernetes cluster >= 1.24 (we recommend [Kubernetes kind](https://kind.sigs.k8s.io/docs/user/quick-start/))
- A Kubernetes cluster >= 1.27 (we recommend [Kubernetes kind](https://kind.sigs.k8s.io/docs/user/quick-start/))
(`kind create cluster`)

## Objectives
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/guides/assets/multi-stage-delivery/chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: podtato-head
kubeVersion: ">= 1.24.0-0"
kubeVersion: ">= 1.27.0-0"
type: application
version: 0.1.0
appVersion: "v0.1.0"
4 changes: 2 additions & 2 deletions docs/docs/installation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ After you install Keptn, you are ready to
Keptn requires Kubernetes v1.27.0 or later.

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

```shell
Expand Down
2 changes: 1 addition & 1 deletion keptn-cert-manager/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ BUILDENVVAR=CGO_ENABLED=0
VERSION=$(shell echo $(RELEASE_VERSION) | awk -F - '{print $$2}')

# ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary.
ENVTEST_K8S_VERSION = 1.25.0
ENVTEST_K8S_VERSION = 1.27.0

# Get the currently used golang install path (in GOPATH/bin, unless GOBIN is set)
ifeq (,$(shell go env GOBIN))
Expand Down
2 changes: 1 addition & 1 deletion keptn-cert-manager/chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ annotations:
url: https://slack.keptn.sh/
artifacthub.io/license: Apache-2.0
artifacthub.io/operator: 'true'
kubeVersion: '>= 1.24.0-0'
kubeVersion: '>= 1.27.0-0'
type: application
version: 0.2.6
appVersion: v2.2.2 # x-release-please-version
Expand Down
2 changes: 1 addition & 1 deletion lifecycle-operator/chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ annotations:
artifacthub.io/license: Apache-2.0
artifacthub.io/operator: 'true'
artifacthub.io/operatorCapabilities: Full Lifecycle
kubeVersion: '>= 1.24.0-0'
kubeVersion: '>= 1.27.0-0'
type: application
version: 0.5.0
appVersion: v1.2.0 # x-release-please-version
Expand Down
2 changes: 1 addition & 1 deletion metrics-operator/chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ annotations:
url: https://slack.keptn.sh/
artifacthub.io/license: Apache-2.0
artifacthub.io/operator: 'true'
kubeVersion: '>= 1.24.0-0'
kubeVersion: '>= 1.27.0-0'
type: application
version: 0.3.1
appVersion: v1.1.1 # x-release-please-version
Expand Down

0 comments on commit 2dad3c4

Please sign in to comment.