UNCLASSIFIED

Commit 316e5361 authored by sean.melissari's avatar sean.melissari
Browse files

Merge branch 'development' into 'master'

development

See merge request !14
parents a8156e93 9d1e1af3
Pipeline #192936 failed with stages
in 4 minutes and 7 seconds
......@@ -5,7 +5,7 @@ Elastic Cloud on Kubernetes automates the deployment, provisioning, management,
Current features:
* Elasticsearch, Kibana, APM Server, Enterprise Search, and Beats deployments
* Elasticsearch, Kibana, APM Server, Enterprise Search, Beats and Elastic Agent deployments
* TLS Certificates management
* Safe Elasticsearch cluster configuration & topology changes
* Persistent volumes usage
......@@ -29,4 +29,4 @@ 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.3.1/all-in-one.yaml) for a recommended configuration.
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.4.0/all-in-one.yaml) for a recommended configuration.
......@@ -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.3.1"
- "1.4.0"
- "latest"
# Build args passed to Dockerfile ARGs
......@@ -20,14 +20,14 @@ args:
labels:
org.opencontainers.image.title: "eck-operator"
## Human-readable description of the software packaged in the image
org.opencontainers.image.description: "Elastic Cloud on Kubernetes automates the deployment, provisioning, management, and orchestration of Elasticsearch, Kibana, APM Server, Beats, and Enterprise Search on Kubernetes"
org.opencontainers.image.description: "Elastic Cloud on Kubernetes automates the deployment, provisioning, management, and orchestration of Elasticsearch, Kibana, APM Server, Beats, Elastic Agent and Enterprise Search on Kubernetes"
## License(s) under which contained software is distributed
org.opencontainers.image.licenses: "Elastic License"
## URL to find more information on the image
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.3.1"
org.opencontainers.image.version: "1.4.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.3.1/elastic-operator
url: https://download.elastic.co/downloads/eck/1.4.0/elastic-operator
validation:
type: sha512
value: 635f151b2acb27f4c025f55d7fbeade18f35a972c7c5c752b18d013913b66a4ad241c75a02c2343d1f015b398f8f855958cd2fb40909283332176f31081f33d4
value: fabd417fd9bb1adda61d10822113109de0619951230b142ea3fd8244992146c19cde193074785adfa7a6eb58444d4d23eeedecf69e873e4fc0bedb8c04ff7730
- filename: LICENSE.txt
url: https://download.elastic.co/downloads/eck/1.3.1/LICENSE.txt
url: https://download.elastic.co/downloads/eck/1.4.0/LICENSE.txt
validation:
type: sha512
value: 16b176f955b9ad9c109b6681ff7abb9d815f0d684289669ba8c4175df677cf0d0311163881321c4318abae43b9599a009a9876a8a48c37e93681a5a44ce6b67a
- filename: NOTICE.txt
url: https://download.elastic.co/downloads/eck/1.3.1/NOTICE.txt
url: https://download.elastic.co/downloads/eck/1.4.0/NOTICE.txt
validation:
type: sha512
value: e694f66cfad185df445c73242a6bec9e871b8d44060dd8d256be356d585ddb963ea1c85e1e12971533d659501001ca08d55bfa59af4a7dad75345ff3ed3cad6d
value: 47a87b2519a96f5905f1d309a94d39a201ab15bfd814b885e203a5324b153977d82c195ab150030ce7291a38fdb20de9caec4c697a5253756c8aa31ea0a44857
# 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