William Wang
William Wang
This works for me: just save ssh private key to a temporary file and use it in ssh variable. ```yaml # .github/workflows/image-build.yaml jobs: build-image: steps: - name: Save ssh private...
if you use kk init os with the -a artifact.tgz, which means expecting install os packages from iso file, and the artifact.tgz should have specific iso files in it. In...
kk 安装时是根据节点的系统版本(看起来你的系统是 22.04)查找对应的 iso 文件,而你的配置文件里面只配置了 20.04 的,请修改配置文件新增 22.04 的 iso
My pleasure. Do you have alternative repo to `acr.kubevela.net` or the document just use something like `docker.your-repo.com` for example.
/assign @pixiake
/assign @pixiake
> see similar discussion: #1189 The point is `app.helm.image-name` annotation is not required in my situation, even if I make it with `argocd-image-updater.argoproj.io/app.helm.image-name: image.repository`, it will not work as expected,...
@chengfang I'm reconsidering the situation that `image.name` is the default value of anntotation `helm.image-name`, which used in both UpdateApplication flow and marshalParamsOverride flow. currently, this pr only handle marshalParamsOverride flow...
/assign @redscholar
> I have a new idea for the loop. The result should support scenarios both with and without an item. Once I’m done, I’ll update your PR. This should be...