hazelcast / hazelcast-operator

Apache License 2.0
10 stars 14 forks source link

[CN-108] Update Red Hat image publish script using new API #48

Closed mtyazici closed 3 years ago

mtyazici commented 3 years ago

Red Hat changed their old API to the new one here. I updated our publish script accordingly.

Old functions were declaring and using global variables which other functions could also use. This was causing confusion. I updated the functions so that they do not use or declare any global variables making it a lot easier to track, test and debug.

TODO