Skip to content
Closed
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
2 changes: 1 addition & 1 deletion .buildkite/e2e/release-branch-matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
fixed:
E2E_PROVIDER: ocp
mixed:
- DEPLOYER_CLIENT_VERSION: "4.19.2"
- DEPLOYER_CLIENT_VERSION: "4.20.4"

- label: eks-arm
fixed:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Current features:
Supported versions:

* Kubernetes 1.30-1.34
* OpenShift 4.15-4.19
* OpenShift 4.15-4.20
* Elasticsearch, Kibana, APM Server: 7.17+, 8+, 9+
* Enterprise Search: 7.7+, 8+
* Beats: 7.17+, 8+, 9+
Expand Down
3 changes: 3 additions & 0 deletions deploy/eck-operator/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ spec:
{{- include "eck-operator.selectorLabels" . | nindent 6 }}
serviceName: {{ include "eck-operator.fullname" . }}
replicas: {{ .Values.replicaCount }}
persistentVolumeClaimRetentionPolicy:
whenDeleted: {{ .Values.persistentVolumeClaimRetentionPolicy.whenDeleted }}
whenScaled: {{ .Values.persistentVolumeClaimRetentionPolicy.whenScaled }}
template:
metadata:
annotations:
Expand Down
5 changes: 5 additions & 0 deletions deploy/eck-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ installCRDs: true
# replicaCount is the number of operator pods to run.
replicaCount: 1

# the strategy what happens with pvc on the statefulset
persistentVolumeClaimRetentionPolicy:
whenDeleted: Delete
whenScaled: Delete

image:
# repository is the container image prefixed by the registry name.
repository: docker.elastic.co/eck/eck-operator
Expand Down
4 changes: 2 additions & 2 deletions hack/deployer/config/plans.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ plans:
- id: ocp-ci
operation: create
clusterName: ci
clientVersion: 4.19.14
clientVersion: 4.20.4
provider: ocp
machineType: n1-standard-8
serviceAccount: true
Expand All @@ -103,7 +103,7 @@ plans:
- id: ocp-dev
operation: create
clusterName: dev
clientVersion: 4.19.14
clientVersion: 4.20.4
provider: ocp
machineType: n1-standard-8
serviceAccount: true
Expand Down
2 changes: 1 addition & 1 deletion hack/operatorhub/templates/csv.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ spec:

* Kubernetes 1.30-1.34

* OpenShift 4.15-4.19
* OpenShift 4.15-4.20

* Google Kubernetes Engine (GKE), Azure Kubernetes Service (AKS), and Amazon Elastic Kubernetes Service (EKS)

Expand Down