From ad73d97b593bb52be7602609d09334e661b49b9f Mon Sep 17 00:00:00 2001 From: pwhelan <601645+pwhelan@users.noreply.github.com> Date: Mon, 21 Oct 2024 20:17:46 +0000 Subject: [PATCH] ci: add core container images index Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- operator.index.json | 3 ++- operator/core-fluent-bit-default-versions.json | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/operator.index.json b/operator.index.json index 459db85..5ef8469 100644 --- a/operator.index.json +++ b/operator.index.json @@ -77,5 +77,6 @@ "v3.3.2", "v3.3.3", "v3.3.4", - "v3.3.5" + "v3.3.5", + "v3.4.1" ] diff --git a/operator/core-fluent-bit-default-versions.json b/operator/core-fluent-bit-default-versions.json index cc98a06..c6bc4a5 100644 --- a/operator/core-fluent-bit-default-versions.json +++ b/operator/core-fluent-bit-default-versions.json @@ -1,4 +1,5 @@ { +"v3.4.1": "", "v3.3.5": "ghcr.io/calyptia/core/calyptia-fluent-bit:24.10.0", "v3.3.4": "ghcr.io/calyptia/core/calyptia-fluent-bit:24.9.2", "v3.3.3": "ghcr.io/calyptia/core/calyptia-fluent-bit:24.9.1", @@ -28,6 +29,5 @@ "v2.11.0": "ghcr.io/calyptia/core/calyptia-fluent-bit:24.5.5", "v2.10.1": "ghcr.io/calyptia/core/calyptia-fluent-bit:24.5.2", "v2.10.0": "ghcr.io/calyptia/core/calyptia-fluent-bit:24.5.1", -"v2.9.0": "ghcr.io/calyptia/core/calyptia-fluent-bit:24.4.4", -"latest": "ghcr.io/calyptia/core/calyptia-fluent-bit:24.10.0" +"latest": "" }