Skip to content

Commit 5f2cb47

Browse files
committed
prepare release for 4.13.0-0
1 parent 4a534fa commit 5f2cb47

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

config/manager/kustomization.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@ kind: Kustomization
1313
images:
1414
- name: controller
1515
newName: registry.connect.redhat.com/sumologic/sumologic-kubernetes-collection-helm-operator
16-
newTag: 4.9.0-3
16+
newTag: 4.13.0-0
17+

tests/deploy_helm_operator.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ readonly TIME=300
1616
./tests/replace_components_images.sh
1717

1818
# Change image in bundle.yaml to image
19-
sed -i.bak "s#registry.connect.redhat.com/sumologic/sumologic-kubernetes-collection-helm-operator:4.13.0-rc.0#${IMG}#g" bundle.yaml
19+
sed -i.bak "s#registry.connect.redhat.com/sumologic/sumologic-kubernetes-collection-helm-operator:4.13.0-0#${IMG}#g" bundle.yaml
2020

2121
kubectl apply -f bundle.yaml
2222

0 commit comments

Comments
 (0)