We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a534fa commit 5f2cb47Copy full SHA for 5f2cb47
config/manager/kustomization.yaml
@@ -13,4 +13,5 @@ kind: Kustomization
13
images:
14
- name: controller
15
newName: registry.connect.redhat.com/sumologic/sumologic-kubernetes-collection-helm-operator
16
- newTag: 4.9.0-3
+ newTag: 4.13.0-0
17
+
tests/deploy_helm_operator.sh
@@ -16,7 +16,7 @@ readonly TIME=300
./tests/replace_components_images.sh
18
# 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
+sed -i.bak "s#registry.connect.redhat.com/sumologic/sumologic-kubernetes-collection-helm-operator:4.13.0-0#${IMG}#g" bundle.yaml
20
21
kubectl apply -f bundle.yaml
22
0 commit comments