From 40a03dcd373ca60af5d23f014534c91837e3668a Mon Sep 17 00:00:00 2001 From: Max Jonas Werner Date: Thu, 19 May 2022 15:19:55 +0200 Subject: [PATCH] [RFC 0002] update RFC status and history Signed-off-by: Max Jonas Werner --- rfcs/0002-helm-oci/README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/rfcs/0002-helm-oci/README.md b/rfcs/0002-helm-oci/README.md index 878055fc..c4b83344 100644 --- a/rfcs/0002-helm-oci/README.md +++ b/rfcs/0002-helm-oci/README.md @@ -1,10 +1,10 @@ # RFC-0002 Flux OCI support for Helm -**Status:** implementable +**Status:** implemented **Creation date:** 2022-03-30 -**Last update:** 2022-04-13 +**Last update:** 2022-05-19 ## Summary @@ -172,3 +172,7 @@ and their dependencies. ### Enabling the feature The feature is enabled by default. + +## Implementation History + +* 2022-05-19: Implemented by https://github.com/fluxcd/source-controller/pull/690