BlueCog

Results 8 issues of BlueCog

Hi All, I'm struggling for a while now with the following scenario: A Tekton Image Build Pipeline In short: **GIT PULL** -> **DOCKER BUILD** -> **PUSH** The pipeline pushes the...

lifecycle/rotten

### Scenario Deploying [zero-to-jupyterhub-k8s](https://github.com/jupyterhub/zero-to-jupyterhub-k8s) via [ArgoCD ](https://argo-cd.readthedocs.io/en/stable/) ArgoCD checks now and then on changes in the code base. If this code base is Helm ArgoCD will use the `helm template`...

enhancement

Currently, when a pipeline fails, the Finally task is executed. I can trigger a failed or succesfull Finally with (as an example): ``` when: - input: $(tasks.status) operator: in values:...

kind/feature
help wanted
good first issue

### Is your feature request related to a problem? Please describe. Finding documentation ### Describe the solution you'd like From my understanding this* functionality is obsolete; is this correct? *...

enhancement

**Context**: Openshift `v4.9` Rasa-x Helm Chart `v4.5.6` Duckling Image: `rasa/duckling:0.2.0.2` Due security constraints of OpenShift is the global `securityContext` set to `false` The duckling container throws the following error in...

Our ArgoCD GUI gets very slow when accessing a application with many resources. What i'm understanding from the documentation maby enabling gzip compressions helps. This could be done via `argocd-server...

**Summary**: This pull request adds a new configuration option to make the container-level securityContext optional in the CloudNativePG Helm chart. This change improves compatibility with OpenShift by allowing users to...

chart( operator )

**Summary** When deploying the CloudNativePG Helm chart on OpenShift, we encountered deployment failures caused by the container-level `securityContext` specified in the chart's `values.yaml`. OpenShift's security policies restrict the use of...

chart( operator )