From fe1a5002e690d56768c35c7954c6e514c51be4ff Mon Sep 17 00:00:00 2001 From: Akos Eros Date: Fri, 17 Apr 2026 13:54:57 +0200 Subject: [PATCH 1/3] fix: Add missing ns and eso subscription to standalone mcg values --- values-standalone.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/values-standalone.yaml b/values-standalone.yaml index c788db16..aea4b815 100644 --- a/values-standalone.yaml +++ b/values-standalone.yaml @@ -5,9 +5,14 @@ clusterGroup: external-secrets-operator: operatorGroup: true targetNamespaces: [] + external-secrets: config-demo: hello-world: - subscriptions: {} + subscriptions: + eso: + name: openshift-external-secrets-operator + namespace: external-secrets-operator + channel: stable-v1 argoProjects: - hub - config-demo From d58923cb22f79340161da706dd3a3ccebd0eb6f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 04:46:49 +0000 Subject: [PATCH 2/3] build(deps): bump actions/setup-node from 6.3.0 to 6.4.0 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 6.3.0 to 6.4.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/53b83947a5a98c8d113130e565377fae1a50d02f...48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: 6.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/sync-rhdp-branch.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-rhdp-branch.yml b/.github/workflows/sync-rhdp-branch.yml index 1d197fa0..e9beea91 100644 --- a/.github/workflows/sync-rhdp-branch.yml +++ b/.github/workflows/sync-rhdp-branch.yml @@ -22,7 +22,7 @@ jobs: with: persist-credentials: false - name: Set up Node - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 with: node-version: 20 - name: Opening pull request From a74c64a8c542d390253ce316797575e0b2f5a223 Mon Sep 17 00:00:00 2001 From: Michele Baldessari Date: Fri, 8 May 2026 09:45:33 +0200 Subject: [PATCH 3/3] Check in more often for the configdemo secret --- charts/all/config-demo/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/all/config-demo/values.yaml b/charts/all/config-demo/values.yaml index 453b80b1..7706726e 100644 --- a/charts/all/config-demo/values.yaml +++ b/charts/all/config-demo/values.yaml @@ -5,7 +5,7 @@ secretStore: configdemosecret: key: secret/data/global/config-demo - refreshInterval: 5m0s + refreshInterval: 2m0s global: hubClusterDomain: hub.example.com