Skip to content

Commit

Permalink
fix cst indexes in updatecli manifests
Browse files Browse the repository at this point in the history
  • Loading branch information
lemeurherve committed Apr 2, 2024
1 parent af961d2 commit 1443f08
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions updatecli/updatecli.d/asdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ conditions:
disablesourceinput: true
spec:
file: "cst.yml"
key: "metadataTest.labels[5].key"
key: "metadataTest.labels[4].key"
value: io.jenkins-infra.tools.asdf.version

targets:
Expand All @@ -53,7 +53,7 @@ targets:
kind: yaml
spec:
file: "cst.yml"
key: "metadataTest.labels[5].value"
key: "metadataTest.labels[4].value"
scmid: default
updateDockerfileArgVersion:
name: "Update the value of ARG ASDF_VERSION in the Dockerfile"
Expand Down
4 changes: 2 additions & 2 deletions updatecli/updatecli.d/jenkins-inbound-agent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ conditions:
disablesourceinput: true
spec:
file: "cst.yml"
key: "metadataTest.labels[3].key"
key: "metadataTest.labels[2].key"
value: io.jenkins-infra.tools.jenkins-inbound-agent.version
checkDockerImagePublished:
name: "Is latest dockerfile docker-inbound-agent image published?"
Expand All @@ -63,7 +63,7 @@ targets:
kind: yaml
spec:
file: "cst.yml"
key: "metadataTest.labels[3].value"
key: "metadataTest.labels[2].value"
scmid: default
updateDockerfileVersion:
name: "Update the value of ARG JENKINS_INBOUND_AGENT_VERSION in the Dockerfile"
Expand Down
4 changes: 2 additions & 2 deletions updatecli/updatecli.d/netlify-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ conditions:
disablesourceinput: true
spec:
file: "cst.yml"
key: "metadataTest.labels[4].key"
key: "metadataTest.labels[3].key"
value: io.jenkins-infra.tools.netlify-deploy.version

targets:
Expand All @@ -53,7 +53,7 @@ targets:
kind: yaml
spec:
file: "cst.yml"
key: "metadataTest.labels[4].value"
key: "metadataTest.labels[3].value"
scmid: default
updateDockerfileVersion:
name: "Update the value of ARG NETLIFY_DEPLOY in the Dockerfile"
Expand Down

0 comments on commit 1443f08

Please sign in to comment.