Dawid Rogaczewski
Dawid Rogaczewski
There should be some helm chart added to automate deployment of operator
Add some CI process, as example in https://github.com/oracle/coherence-operator/tree/master/.github/workflows
This PR is fixing https://github.com/sonatype/helm3-charts/issues/101 where after installation chart returning wrong feedback from NOTES.txt After this changes it is now correct: ``` $ pwd /GitHub/helm3-charts/charts/nexus-repository-manager $ helm install nexus3 ....
Here you got chart NOTES.txt inivoked after chart installation to forward port 8081 to 80 in the pod: ``` 1. Get the application URL by running these commands: export POD_NAME=$(kubectl...
### Description of the change Closes https://github.com/bitnami/charts/issues/22225 As per Flink docs taskmanager host name must be unique:  currently it is assigned to any taskmanager pod same name what is...
changes for better test setup: - we also installing all requirements for tests during `setup` of dev container, as PIP is arleady invoked those few adidtionall installs doesnt increse time...
Closes #70 This is extending logic during set temperature function. So I am doing two things: - target temperature of climate entity is updated only when entity reflecting zone is...
### The problem Integration have problem with consistency under thermostat. So to replicate: 1. Setup some integration with thermostat 2. Set temperature to 20 degree and close thermostat 3. Reopen...
Here https://github.com/oracle/fmw-kubernetes/tree/master/OracleUnifiedDirectory/kubernetes is defined that OS should be Oracle Linux 7.3 or higher but as per me this doesn't apply to whole containerization idea. I understand base image must be...
I am requesting enhancement to provide Helm chart for OIG, as current deployment procedure require a lot of manual steps.