UNCLASSIFIED

Commit 4a8d7769 authored by Idan Moyal's avatar Idan Moyal
Browse files

Update ECK Operator version to 1.7.0

parent 49ffdb88
Pipeline #403350 passed with stages
in 6 minutes and 54 seconds
......@@ -14,7 +14,7 @@ Current features:
Supported versions:
* Kubernetes 1.16-1.20
* Kubernetes 1.17-1.21
* OpenShift 3.11, 4.3-4.7
* Google Kubernetes Engine (GKE), Azure Kubernetes Service (AKS), and Amazon Elastic Kubernetes Service (EKS)
* Elasticsearch, Kibana, APM Server: 6.8+, 7.1+
......@@ -34,4 +34,7 @@ We recommend a minimum of 150Mi of RAM and 100m CPU. Larger Kubernetes clusters
## Startup requirements
This image requires a valid kubeconfig and an `OPERATOR_NAMESPACE` environment variable to start successfully. Please see the StatefulSet manifest in [the default distribution](https://download.elastic.co/downloads/eck/1.6.0/all-in-one.yaml) for a recommended configuration.
* Prior to installing the operator, make sure to install ECK's [custom resource definitions](download.elastic.co/downloads/eck/1.7.0/operator.yaml).
* The operator image requires a valid kubeconfig and an `OPERATOR_NAMESPACE` environment variable to start successfully. Please see the StatefulSet manifest in [the default distribution](https://download.elastic.co/downloads/eck/1.7.0/operator.yaml) for a recommended configuration.
For ECK installation instructions, please see the [Deploy ECK in your Kubernetes cluster](https://www.elastic.co/guide/en/cloud-on-k8s/current/k8s-deploy-eck.html) documentation page.
\ No newline at end of file
......@@ -8,7 +8,7 @@ name: "elastic/eck-operator/eck-operator"
# The most specific version should be the first tag and will be shown
# on ironbank.dsop.io
tags:
- "1.6.0"
- "1.7.0"
- "latest"
# Build args passed to Dockerfile ARGs
......@@ -27,7 +27,7 @@ labels:
org.opencontainers.image.url: "https://www.elastic.co/guide/en/cloud-on-k8s/"
## Name of the distributing entity, organization or individual
org.opencontainers.image.vendor: "Elastic"
org.opencontainers.image.version: "1.6.0"
org.opencontainers.image.version: "1.7.0"
## Keywords to help with search (ex. "cicd,gitops,golang")
mil.dso.ironbank.image.keywords: "search,elastic,elasticsearch,operator,golang"
## This value can be "opensource" or "commercial"
......@@ -38,20 +38,20 @@ labels:
# List of resources to make available to the offline build context
resources:
- filename: elastic-operator
url: https://download.elastic.co/downloads/eck/1.6.0/elastic-operator
url: https://download.elastic.co/downloads/eck/1.7.0/elastic-operator
validation:
type: sha512
value: 4f7667b32e0478df0e0ee51de3c6c3a18c727a5c5c41789ed4291144c68edc64809d4756839dd81f1238f857358bd1b955479583d34ca262503b4f6e18133425
value: f1e4f4f719d495e36245926b27be15c4f9e3d0e231fe47ab3a5cf78174a3078dced7d74efc9a9eea2c25b613e8dd9811950a5c8ca2717c9f847d28c29aafae14
- filename: LICENSE.txt
url: https://download.elastic.co/downloads/eck/1.6.0/LICENSE.txt
url: https://download.elastic.co/downloads/eck/1.7.0/LICENSE.txt
validation:
type: sha512
value: 16b176f955b9ad9c109b6681ff7abb9d815f0d684289669ba8c4175df677cf0d0311163881321c4318abae43b9599a009a9876a8a48c37e93681a5a44ce6b67a
- filename: NOTICE.txt
url: https://download.elastic.co/downloads/eck/1.6.0/NOTICE.txt
url: https://download.elastic.co/downloads/eck/1.7.0/NOTICE.txt
validation:
type: sha512
value: 3b13a5d2bb01608c2e4bbf50c2d7ba6ff17f52d1da49a097fc860071a56a18fb1f3e160cb18c8230d87959b525ba9e427bb3e8913535f2f8322c5139572983c0
value: 24e5bb9e588acda787b3996e37e36a2c1f8ccffb29c4f364494b107da009b76841514a19b1a14c032270ee07ffd2a57158a4fbed0097471fafd0e4800d31a4a5
# List of project maintainers
maintainers:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment