This is an automated email from the ASF dual-hosted git repository.

ricardozanini pushed a commit to branch main
in repository 
https://gitbox.apache.org/repos/asf/incubator-kie-kogito-serverless-operator.git


The following commit(s) were added to refs/heads/main by this push:
     new 05e7e1a5 kie-kogito-serverless-operator-474: Rename 
dataIndexEphemeralTag to dataIndexEphemeralImageTag in config files (#475)
05e7e1a5 is described below

commit 05e7e1a59ed491bb4fae09fe861953b93fed0d8d
Author: Walter Medvedeo <[email protected]>
AuthorDate: Mon Jun 3 14:48:11 2024 +0200

    kie-kogito-serverless-operator-474: Rename dataIndexEphemeralTag to 
dataIndexEphemeralImageTag in config files (#475)
---
 .../manifests/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 5d75cf67..4d26bda6 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 989a7887..f9f76a95 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 e9995c51..debd5bff 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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to