From d31fc2687de5ce314440636d21194c52e0414473 Mon Sep 17 00:00:00 2001 From: Walter Medvedeo Date: Fri, 31 May 2024 11:15:19 +0200 Subject: [PATCH] kie-kogito-serverless-operator-474: Rename dataIndexEphemeralTag to dataIndexEphemeralImageTag in config files --- .../sonataflow-operator-controllers-config_v1_configmap.yaml | 2 +- config/manager/controllers_cfg.yaml | 2 +- operator.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bundle/manifests/sonataflow-operator-controllers-config_v1_configmap.yaml b/bundle/manifests/sonataflow-operator-controllers-config_v1_configmap.yaml index 5d75cf670..4d26bda68 100644 --- a/bundle/manifests/sonataflow-operator-controllers-config_v1_configmap.yaml +++ b/bundle/manifests/sonataflow-operator-controllers-config_v1_configmap.yaml @@ -15,7 +15,7 @@ data: jobsServiceEphemeralImageTag: "" # The Data Index image to use, if empty the operator will use the default Apache Community one based on the current operator's version dataIndexPostgreSQLImageTag: "" - dataIndexEphemeralTag: "" + dataIndexEphemeralImageTag: "" # SonataFlow base builder image used in the internal Dockerfile to build workflow applications in preview profile # Order of precedence is: # 1. SonataFlowPlatform in the given namespace diff --git a/config/manager/controllers_cfg.yaml b/config/manager/controllers_cfg.yaml index 989a78873..f9f76a958 100644 --- a/config/manager/controllers_cfg.yaml +++ b/config/manager/controllers_cfg.yaml @@ -12,7 +12,7 @@ jobsServicePostgreSQLImageTag: "" jobsServiceEphemeralImageTag: "" # The Data Index image to use, if empty the operator will use the default Apache Community one based on the current operator's version dataIndexPostgreSQLImageTag: "" -dataIndexEphemeralTag: "" +dataIndexEphemeralImageTag: "" # SonataFlow base builder image used in the internal Dockerfile to build workflow applications in preview profile # Order of precedence is: # 1. SonataFlowPlatform in the given namespace diff --git a/operator.yaml b/operator.yaml index e9995c511..debd5bff4 100644 --- a/operator.yaml +++ b/operator.yaml @@ -27011,7 +27011,7 @@ data: jobsServiceEphemeralImageTag: "" # The Data Index image to use, if empty the operator will use the default Apache Community one based on the current operator's version dataIndexPostgreSQLImageTag: "" - dataIndexEphemeralTag: "" + dataIndexEphemeralImageTag: "" # SonataFlow base builder image used in the internal Dockerfile to build workflow applications in preview profile # Order of precedence is: # 1. SonataFlowPlatform in the given namespace