Skip to content

Commit 9828b11

Browse files
committed
,
1 parent 395f2a3 commit 9828b11

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bundle/manifests/operator.clusterserviceversion.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ metadata:
3939
features.operators.openshift.io/token-auth-gcp: 'false'
4040
features.operators.openshift.io/cnf: 'false'
4141
features.operators.openshift.io/csi: 'false'
42-
name: sumologic-kubernetes-collection-helm-operator.v4.13.0-1
42+
name: sumologic-kubernetes-collection-helm-operator.v4.13.0-2
4343
namespace: placeholder
4444
spec:
4545
apiservicedefinitions: {}

tests/deploy_helm_operator.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ readonly ROOT_DIR="$(dirname "$(dirname "${0}")")"
88
source "${ROOT_DIR}/tests/functions.sh"
99

1010
readonly DEPLOYMENT_TYPE="${DEPLOYMENT_TYPE:=default}"
11-
readonly IMG="${IMG:=registry.connect.redhat.com/sumologic/sumologic-kubernetes-collection-helm-operator:4.13.0-2}"
11+
readonly IMG="${IMG:=registry.connect.redhat.com/sumologic/sumologic-kubernetes-collection-helm-operator:4.13.0-1}"
1212
readonly NAMESPACE="sumologic-system"
1313
readonly TIME=300
1414

0 commit comments

Comments
 (0)