Skip to content
Open
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
8 changes: 5 additions & 3 deletions pkg/config/defaults/resources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -203,9 +203,11 @@ resources:
tags: "tags"
eol:
provider: endoflife-date
# Upstream memcached product — endoflife.date does not have an
# AWS-flavored amazon-elasticache-memcached product.
product: memcached
# AWS still supports Memcached 1.5.x on ElastiCache; upstream Memcached
# EOL'd 1.5 in March 2020, so the upstream `memcached` product would
# mislabel 1.5 clusters as EOL. AWS-flavored product PR:
# https://github.com/endoflife-date/endoflife.date/pull/10129
product: amazon-elasticache-memcached
schema: standard

- id: opensearch
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,5 @@
tags: "tags"
eol:
provider: endoflife-date
# Upstream memcached — endoflife.date does not have an
# amazon-elasticache-memcached product.
product: memcached
product: amazon-elasticache-memcached
schema: standard
Loading