diff --git a/docs/RELEASE-NOTES.rst b/docs/RELEASE-NOTES.rst index 9c9de78be..6406cbe0f 100644 --- a/docs/RELEASE-NOTES.rst +++ b/docs/RELEASE-NOTES.rst @@ -23,7 +23,7 @@ Bug Fixes * Controller incorporates `ASM vulnerability fix `_. * Schema validation failures not observed when AS3 partition deleted. * Edge redirect routes with WAF policy now works in combination with edge allow routes or insecure routes. -* :issues: `1160` Controller supports HTTPS redirect in ingress when host spec not configured. +* :issues:`1160` Controller supports HTTPS redirect in ingress when host spec not configured. * SR - Controller supports `--default-client-ssl` when operating in AS3 mode. 1.13.0 diff --git a/operator/manifest/f5-bigip-ctlr-operator.v1.0.0.clusterserviceversion.yaml b/operator/manifest/f5-bigip-ctlr-operator.v1.0.0.clusterserviceversion.yaml index db0c0cfc1..58455a559 100644 --- a/operator/manifest/f5-bigip-ctlr-operator.v1.0.0.clusterserviceversion.yaml +++ b/operator/manifest/f5-bigip-ctlr-operator.v1.0.0.clusterserviceversion.yaml @@ -12,7 +12,7 @@ metadata: description: >- Operator to install F5 Container Ingress Services (CIS) Controller for BIG-IP. - containerImage: 'registry.connect.redhat.com/f5networks/k8s-bigip-ctlr-operator:1.0.0-1-rhel7' + containerImage: 'registry.connect.redhat.com/f5networks/k8s-bigip-ctlr-operator:1.0.0-2-rhel7' support: F5 Operators Team capabilities: Basic Install repository: 'https://github.com/F5Networks/k8s-bigip-ctlr' @@ -222,7 +222,7 @@ spec: serviceAccountName: f5-bigip-ctlr-operator containers: - name: f5-bigip-ctlr-operator - image: registry.connect.redhat.com/f5networks/k8s-bigip-ctlr-operator:1.0.0-1-rhel7 + image: registry.connect.redhat.com/f5networks/k8s-bigip-ctlr-operator:1.0.0-2-rhel7 imagePullPolicy: Always env: - name: WATCH_NAMESPACE diff --git a/operator/manifest/operator-1.0.0-2.rhel7.zip b/operator/manifest/operator-1.0.0-2.rhel7.zip new file mode 100644 index 000000000..8fe4b54e8 Binary files /dev/null and b/operator/manifest/operator-1.0.0-2.rhel7.zip differ