-
Notifications
You must be signed in to change notification settings - Fork 193
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated the Operator to support new image with vulnerability fixes.
- Loading branch information
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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' | ||
|
@@ -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 | ||
|
Binary file not shown.