-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Operator support for openshift 4.16 (#160)
- Loading branch information
Showing
5 changed files
with
10 additions
and
9 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 |
---|---|---|
|
@@ -7,7 +7,7 @@ ENV HOME=/opt/helm | |
LABEL name="F5 IPAM Controller Operator" \ | ||
maintainer="[email protected]" \ | ||
vendor="F5 Inc." \ | ||
version="v0.0.5" \ | ||
version="v0.0.6" \ | ||
release="1" \ | ||
summary="IPAM Controller Operator for F5 BIG-IP" \ | ||
description="F5 IPAM Controller Operator is a Service Operator which installs F5 IPAM Controller on Kubernetes and OpenShift platforms and respective supported versions." | ||
|
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 |
---|---|---|
|
@@ -44,13 +44,13 @@ metadata: | |
categories: Networking | ||
certified: "false" | ||
containerImage: registry.connect.redhat.com/f5networks/f5-ipam-controller-operator@sha256:65eb080a6610d3422fb5f36aba312c403b1971371e8cfba79187f7008f7d7902 | ||
createdAt: "2023-05-31" | ||
createdAt: "2023-08-28" | ||
description: Operator to install F5 IPAM Controller. | ||
operators.operatorframework.io/builder: operator-sdk-v1.26.0 | ||
operators.operatorframework.io/project_layout: helm.sdk.operatorframework.io/v1 | ||
repository: https://github.com/F5Networks/f5-ipam-controller | ||
support: F5 Operators Team <[email protected]> | ||
name: f5-ipam-controller-operator.v0.0.5 | ||
name: f5-ipam-controller-operator.v0.0.6 | ||
namespace: placeholder | ||
spec: | ||
apiservicedefinitions: {} | ||
|
@@ -372,4 +372,4 @@ spec: | |
minKubeVersion: 1.13.0 | ||
provider: | ||
name: F5 Networks Inc. | ||
version: 0.0.5 | ||
version: 0.0.6 |
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