Skip to content

Commit 9027276

Browse files
committed
Synchronize changes not made to main
1 parent 0b43e8e commit 9027276

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

integration-tests/src/test/java/oracle/weblogic/kubernetes/TestConstants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ public interface TestConstants {
206206

207207
// ELK Stack and WebLogic logging exporter constants
208208
public static final String ELASTICSEARCH_NAME = "elasticsearch";
209-
public static final String ELASTICSEARCH_IMAGE_NAME = TEST_IMAGES_REPO
209+
public static final String ELASTICSEARCH_IMAGE_NAME = TEST_IMAGES_REPO
210210
+ "/weblogick8s/test-images/docker/elasticsearch";
211211
public static final String ELK_STACK_VERSION = "7.8.1";
212212
public static final String FLUENTD_IMAGE_VERSION =

integration-tests/src/test/resources/bash-scripts/images.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2022,2023 Oracle and/or its affiliates.
1+
# Copyright (c) 2022, 2023, Oracle and/or its affiliates.
22
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
33

44
# Format: Relative Source Image Location;Relative Target Image Location

okdtest.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,6 @@ ${KUBERNETES_CLI} get clusterrolebindings --no-headers | awk '/traefik-/{print $
137137
sudo rm -rf ${PV_ROOT}/*
138138

139139
export OKD=true
140-
141140
echo "${WLSIMG_BUILDER:-docker} info"
142141
${WLSIMG_BUILDER:-docker} info
143142
${WLSIMG_BUILDER:-docker} ps

0 commit comments

Comments
 (0)