Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
[updatecli] [doctl] Update version to 1.75.0 (#101)
Browse files Browse the repository at this point in the history
* chore: Update key "metadataTest.labels[13].value" from file "/tmp/updat...

... ecli/jenkins-infra/docker-helmfile/cst.yml"

Made with ❤️️ by updatecli

* chore: Update key "metadataTest.labels[13].value" from file "/tmp/updat...

... ecli/jenkins-infra/docker-helmfile/cst.yml"

Made with ❤️️ by updatecli

Co-authored-by: Jenkins Infra Bot (updatecli) <60776566+jenkins-infra-bot@users.noreply.github.com>
Co-authored-by: Damien Duportal <damien.duportal@gmail.com>
  • Loading branch information
3 people authored May 11, 2022
1 parent 3bd6bb7 commit b0842a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ RUN wget "https://github.com/updatecli/updatecli/releases/download/${UPDATECLI_V
&& rm /usr/local/bin/updatecli.tar.gz

# Install doctl
ARG DOCTL_VERSION=1.74.0
ARG DOCTL_VERSION=1.75.0
RUN wget "https://github.com/digitalocean/doctl/releases/download/v${DOCTL_VERSION}/doctl-${DOCTL_VERSION}-linux-amd64.tar.gz" --quiet --output-document=/tmp/doctl.tar.gz \
&& tar zxf /tmp/doctl.tar.gz -C /usr/local/bin/ \
&& rm /tmp/doctl.tar.gz \
Expand Down
2 changes: 1 addition & 1 deletion cst.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ metadataTest:
- key: "io.jenkins-infra.tools.jenkins-agent.version"
value: "4.13-2-alpine-jdk11"
- key: "io.jenkins-infra.tools.doctl.version"
value: "1.74.0"
value: "1.75.0"
- key: "io.jenkins-infra.tools.ruby.version"
value: "3.0"
- key: io.jenkins-infra.tools.azure-cli.version
Expand Down

0 comments on commit b0842a5

Please sign in to comment.