Skip to content

Commit c9e511a

Browse files
grokspawnoceanc80everettraven
committed
refactor to move more processing to the API (#1082)
* refactor to move more processing to the template Signed-off-by: Jordan Keister <[email protected]> * better diagnostics on custom exec error Signed-off-by: Jordan Keister <[email protected]> * Remove obsolete fields Signed-off-by: Catherine Chan-Tse <[email protected]> Signed-off-by: Jordan Keister <[email protected]> * caching wip Signed-off-by: Jordan Keister <[email protected]> * refactor a bit and update unit tests (openshift#2) * refactor a bit and update unit tests Signed-off-by: Bryce Palmer <[email protected]> * add more utests and minor tweaks Signed-off-by: Bryce Palmer <[email protected]> --------- Signed-off-by: Bryce Palmer <[email protected]> Signed-off-by: Jordan Keister <[email protected]> * whitespace sanity hell Signed-off-by: Jordan Keister <[email protected]> * drop STDERR for nominal case Signed-off-by: Jordan Keister <[email protected]> --------- Signed-off-by: Jordan Keister <[email protected]> Signed-off-by: Catherine Chan-Tse <[email protected]> Signed-off-by: Bryce Palmer <[email protected]> Co-authored-by: Catherine Chan-Tse <[email protected]> Co-authored-by: Bryce Palmer <[email protected]> Upstream-repository: operator-registry Upstream-commit: 00a4cce4847d75f71bbcb574e0e7ac364fd9f546
1 parent 0216357 commit c9e511a

File tree

3 files changed

+552
-319
lines changed

3 files changed

+552
-319
lines changed

pkg/manifests/csv.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
name: packageserver
66
namespace: openshift-operator-lifecycle-manager
77
labels:
8-
olm.version: 0.0.0-188a48467313f83c58b147aa28172a49195ccaa0
8+
olm.version: 0.0.0-fc2adb65ecb7ddd1802a6d1ab5f412f3744bd86a
99
olm.clusteroperator.name: operator-lifecycle-manager-packageserver
1010
annotations:
1111
include.release.openshift.io/self-managed-high-availability: "true"
@@ -159,7 +159,7 @@ spec:
159159
- packageserver
160160
topologyKey: "kubernetes.io/hostname"
161161
maturity: alpha
162-
version: 0.0.0-188a48467313f83c58b147aa28172a49195ccaa0
162+
version: 0.0.0-fc2adb65ecb7ddd1802a6d1ab5f412f3744bd86a
163163
apiservicedefinitions:
164164
owned:
165165
- group: packages.operators.coreos.com

0 commit comments

Comments
 (0)