Holger Stolzenberg

Results 19 comments of Holger Stolzenberg

Sorry - version have been messed up - I corrected them

> Some upgrades require additional actions (such as re-init or purge of the database) which are described in the release notes That is not relevant here as already said, it...

We are also seeing these issues being on version `7.7.1` at the moment. As for the circumstances: - we did not upgrade recently - issue appears suddenly and randomly throughout...

Just an update on this one. We updated to Concourse `7.8.1` last week and the issue is still there, I'd rather say it has become worse, now not only resource...

We tried to run the Concourse Helm Chart within OKD. Here we are forced to use the `containerd` runtime, as `guardian` does not work on Fedora (cgroups V2). We migrated...

I stumbled upon this one using the new instanced pipeline feature. I have a job that creates instanced pipelines. During execution of the job a `set-pipeline` step creates the instanced...

This is the essential part. Could not strip down resources and stuff as this is an excerpt of big pipe, but it should make things clear. ```yaml - name: hotfix-prepare...

We also stumbled upon this right now. The following small example pipeline showcases the use-case: ```yaml resource_types: - name: keyval type: docker-image source: repository: swce/keyval-resource tag: release-v1.0.6 resources: - name:...

Yes - one point is cleaning up the pipeline definitions. Another one is that it has a neat visualisation within the UI as it groups the task and every value...

The key point might be that I did not set the pipeline via the `fly` command but rather using a job that creates instanced pipelines leveraging the `set-pipeline` step. That...