diff --git a/.github/workflows/agent.yml b/.github/workflows/agent.yml index 3ad3333..882a7ef 100644 --- a/.github/workflows/agent.yml +++ b/.github/workflows/agent.yml @@ -183,7 +183,8 @@ jobs: - name: Build helm chart run: | - ./yq e -i '.version = strenv(ROR_VERSION),.appVersion = strenv(ROR_VERSION)' charts/ror-cluster-agent-v1/Chart.yaml + ls -laR + ./yq e -i '.version = strenv(ROR_VERSION),.appVersion = strenv(ROR_VERSION)' charts/ror-cluster-agent-v1/Chart.yaml ./yq e -i '.image.tag = strenv(ROR_VERSION)' charts/ror-cluster-agent-v1/values.yaml ./yq e -i '.image.repository = "ncr.sky.nhn.no/ror/cluster-agent"' charts/ror-cluster-agent-v1/values.yaml helm package charts/ror-cluster-agent-v1