topeawolwo

Results 5 comments of topeawolwo

@vbehar thanks for the response!, I am trying to update another hosted github repo containing this VERSION.yaml "" imagetag: v1.0 version: 1.0.0 "" I want to update version: 1.0.0 to...

I am using https://github.com/dailymotion-oss/octopilot/releases/download/v1.2.7/octopilot_1.2.7_linux_amd64, could you let me know what is wrong with the code above

still having the same error, let me take the question again, this is my updated code in my Githubaction workflow : octopilot \ --github-auth-method "token" \ --github-token "${{ steps.xxx-githubrunner-test-token.outputs.token }}"...

The error from my Githubaction pipeline `` shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} time="2023-06-02T15:54:19Z" level=error msg="Repository update failed" error="failed to update repository xxxxxxx/xxxxxx-manifest-temp: failed to update repository xxxxxxx/xxxxxx-manifest-temp:...

Another question! this line of code is it `` --update "yaml(file=values.yaml,path='app.values')=file(path='VALUES.yaml')" \ `` or `` --update "yaml(file=values.yaml,path='app.values')=file(path=VALUES.yaml)" \ ``