UNCLASSIFIED

Commit 0d08ad26 authored by Thibault Richard's avatar Thibault Richard
Browse files

Upgrade ECK operator to 1.5.0

parent 9d1e1af3
Pipeline #197572 passed with stages
in 8 minutes and 9 seconds
......@@ -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.4.0/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.5.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.4.0"
- "1.5.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.4.0"
org.opencontainers.image.version: "1.5.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.4.0/elastic-operator
url: https://download.elastic.co/downloads/eck/1.5.0/elastic-operator
validation:
type: sha512
value: fabd417fd9bb1adda61d10822113109de0619951230b142ea3fd8244992146c19cde193074785adfa7a6eb58444d4d23eeedecf69e873e4fc0bedb8c04ff7730
value: 6b02ee7e8bbb72cfb648d1b9eeb740b3d1fb542265ce94f73fa1051f6a0d111e83b761932d509832088f0ab236f4e9baf7775818a70788461059d44345d1ae14
- filename: LICENSE.txt
url: https://download.elastic.co/downloads/eck/1.4.0/LICENSE.txt
url: https://download.elastic.co/downloads/eck/1.5.0/LICENSE.txt
validation:
type: sha512
value: 16b176f955b9ad9c109b6681ff7abb9d815f0d684289669ba8c4175df677cf0d0311163881321c4318abae43b9599a009a9876a8a48c37e93681a5a44ce6b67a
- filename: NOTICE.txt
url: https://download.elastic.co/downloads/eck/1.4.0/NOTICE.txt
url: https://download.elastic.co/downloads/eck/1.5.0/NOTICE.txt
validation:
type: sha512
value: 47a87b2519a96f5905f1d309a94d39a201ab15bfd814b885e203a5324b153977d82c195ab150030ce7291a38fdb20de9caec4c697a5253756c8aa31ea0a44857
value: a64a37e17aab807b81b3b7e6990b52eab332e0f3bcabf0d994a8627fcb9dc4e3ca40d16f8f37bd92c546101a6a57ef2f85d99e54576a7fd84d248db69e40d3ba
# 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