From aca646ec308a5107fe2e75a2ec492f1c81cffcf9 Mon Sep 17 00:00:00 2001 From: replicated-ci-ec Date: Thu, 29 Aug 2024 05:05:15 -0700 Subject: [PATCH] feat: update embeddedclusteroperator version (#1057) updated embeddedclusteroperator version Co-authored-by: emosbaugh <371319+emosbaugh@users.noreply.github.com> --- pkg/addons/embeddedclusteroperator/static/metadata.yaml | 6 +++--- pkg/addons/embeddedclusteroperator/static/values.yaml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pkg/addons/embeddedclusteroperator/static/metadata.yaml b/pkg/addons/embeddedclusteroperator/static/metadata.yaml index 0ff1d5f9d..2f7e5e254 100644 --- a/pkg/addons/embeddedclusteroperator/static/metadata.yaml +++ b/pkg/addons/embeddedclusteroperator/static/metadata.yaml @@ -5,12 +5,12 @@ # $ make buildtools # $ output/bin/buildtools update addon # -version: 0.0.0 +version: 0.42.1 location: oci://proxy.replicated.com/anonymous/registry.replicated.com/library/embedded-cluster-operator images: embedded-cluster-operator: repo: proxy.replicated.com/anonymous/replicated/embedded-cluster-operator-image - tag: 0.0.0 + tag: 0.42.1@sha256:bc293473dd59a03f82e1328bed58c6ba24b8fbdaacc4559b8c338c933239a042 utils: repo: proxy.replicated.com/anonymous/replicated/ec-utils - tag: latest + tag: latest@sha256:12a38ef9783948e310e09675cdbfcf5a1bc661d4f9312ee7327dd80af0640e68 diff --git a/pkg/addons/embeddedclusteroperator/static/values.yaml b/pkg/addons/embeddedclusteroperator/static/values.yaml index 468968387..de2f61eaa 100644 --- a/pkg/addons/embeddedclusteroperator/static/values.yaml +++ b/pkg/addons/embeddedclusteroperator/static/values.yaml @@ -17,5 +17,5 @@ global: replicated.com/disaster-recovery-chart: embedded-cluster-operator image: repository: 'proxy.replicated.com/anonymous/replicated/embedded-cluster-operator-image' - tag: '0.0.0' -utilsImage: 'proxy.replicated.com/anonymous/replicated/ec-utils@latest' + tag: '0.42.1@sha256:bc293473dd59a03f82e1328bed58c6ba24b8fbdaacc4559b8c338c933239a042' +utilsImage: 'proxy.replicated.com/anonymous/replicated/ec-utils@sha256:12a38ef9783948e310e09675cdbfcf5a1bc661d4f9312ee7327dd80af0640e68'