UNCLASSIFIED

Commit dd4bd4bc authored by Andy Maksymowicz's avatar Andy Maksymowicz
Browse files

Merge branch 'development' into 'master'

bump 1.3.0

See merge request !6
parents 96651b93 5a3f0fae
Pipeline #94696 failed with stages
in 17 minutes
......@@ -7,6 +7,7 @@ FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
COPY elastic-operator .
COPY LICENSE.txt .
COPY NOTICE.txt .
RUN chmod 755 elastic-operator
# Update the base image packages to the latest versions
......
@Library('DCCSCR@master') _
dccscrPipeline(version: '1.2.1')
dccscrPipeline(version: '1.3.0')
/* The above format is required for all production submissions.
* The version will be the image tag associated with this container for this branch.
......
......@@ -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.2.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.3.0/all-in-one.yaml) for a recommended configuration.
{
"resources": [
{
"url": "https://download.elastic.co/downloads/eck/1.2.1/elastic-operator",
"url": "https://download.elastic.co/downloads/eck/1.3.0/elastic-operator",
"filename": "elastic-operator",
"validation": {
"type": "sha512",
"value": "7990a0978a2ac44462eeec787348a0c0756472ee5ed273131900a668929ac74bb241a9eaa50f77cd74b919237bec6bb6ae310c1327af0b95039eac12a0b71846"
"value": "ddc023cccc803d539309fc13e121aa9cddf6c26cf545c1326108520b3eb11ce8cabcd8f1be600172e306071e42fc2b03d0cce45cbf7b3ed43bad608f442074ec"
}
},
{
"url": "https://download.elastic.co/downloads/eck/1.2.1/LICENSE.txt",
"url": "https://download.elastic.co/downloads/eck/1.3.0/LICENSE.txt",
"filename": "LICENSE.txt",
"validation": {
"type": "sha512",
......@@ -17,11 +17,11 @@
}
},
{
"url": "https://download.elastic.co/downloads/eck/1.2.1/NOTICE.txt",
"url": "https://download.elastic.co/downloads/eck/1.3.0/NOTICE.txt",
"filename": "NOTICE.txt",
"validation": {
"type": "sha512",
"value": "93d8e8001e41b702b8623218a27b769b7f8918c70a8ea19b852ec8d23fe5622fadfb91ef65990f9a507328dfbde90c4e8a8a791f8779ba9da94c498d8bf78bdf"
"value": "e694f66cfad185df445c73242a6bec9e871b8d44060dd8d256be356d585ddb963ea1c85e1e12971533d659501001ca08d55bfa59af4a7dad75345ff3ed3cad6d"
}
}
]
......
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