John Yacuta
John Yacuta
I am running into the same issue @ghostsquad is facing where the `Set up Docker Buildx` step is hanging. Below is the workflow I am running on `self-hosted` runners in...
> I am using `sef-hosted runner` and also building a Docker Image using `summerwind/actions-runner:latest` as a base image but I needed to install the Docker Plugins `buildx` and `docker compose`....
Thanks @rlinstorres! I managed to resolve my issue. It was an interesting case where I redeployed the node groups in the cluster. After redeployment, they worked just fine. Perhaps it...
> > ``` > > apiVersion: actions.summerwind.dev/v1alpha1 > > kind: RunnerDeployment > > metadata: > > name: runner-deployment > > spec: > > template: > > spec: > > securityContext:...
@patilvishal1683 I wanted to point out that after using the code snippet from @gfrid I was able to verify in the container that I was logged in via the Docker...
+1 I am currently in the process of deploying 1Password Connect and Operator into our infrastructure using: ```yaml operator: create: true ``` However, I would like to use the latest...
I managed to upgrade 1Password Connect Server to `1.5.4` and Operator to `1.5.0` using the latest chart revision `1.8.0` that released 2 days ago. I went from revision `1.7.1` to...
I created a new issue to track my issue: https://github.com/1Password/connect-helm-charts/issues/105