Skip to content

Commit

Permalink
Merge pull request #1200 from trinaths/oprchanges
Browse files Browse the repository at this point in the history
Updated the Operator manifests to support new image with vulnerability fixes.
  • Loading branch information
trinaths authored Mar 12, 2020
2 parents 5a5854d + 0223a77 commit 4d7f523
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/RELEASE-NOTES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Bug Fixes
* Controller incorporates `ASM vulnerability fix <https://support.f5.com/csp/article/K91382300>`_.
* 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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
capabilities: Basic Install
repository: 'https://github.com/F5Networks/k8s-bigip-ctlr'
Expand Down Expand Up @@ -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
Expand Down
Binary file added operator/manifest/operator-1.0.0-2.rhel7.zip
Binary file not shown.

0 comments on commit 4d7f523

Please sign in to comment.