Update step-ca version

There are occasional failures of the step-ca job, update to the
latest release.

Change-Id: I945ef191a4cdfebf51e58cf04127b5d5a218ea66
This commit is contained in:
Jonathan Rosser 2024-11-20 12:38:59 +00:00
parent 00fd4a5bea
commit 44ad51c2ba
2 changed files with 4 additions and 4 deletions

View File

@ -48,5 +48,5 @@ rc_local_insert_before: "^exit 0$"
nfs_package: nfs-kernel-server
step_ca_package_urls:
- 'https://github.com/smallstep/cli/releases/download/v0.23.4/step-cli_0.23.4_amd64.deb'
- 'https://github.com/smallstep/certificates/releases/download/v0.23.2/step-ca_0.23.2_amd64.deb'
- 'https://github.com/smallstep/cli/releases/download/v0.28.0/step-cli_0.28.0-1_amd64.deb'
- 'https://github.com/smallstep/certificates/releases/download/v0.28.0/step-ca_0.28.0_amd64.deb'

View File

@ -32,5 +32,5 @@ rc_local_insert_before: "^touch /var/lock/subsys/local$"
nfs_package: nfs-utils
step_ca_package_urls:
- 'https://github.com/smallstep/cli/releases/download/v0.23.4/step-cli_0.23.4_amd64.rpm'
- 'https://github.com/smallstep/certificates/releases/download/v0.23.2/step-ca_0.23.2_386.rpm'
- 'https://github.com/smallstep/cli/releases/download/v0.28.0/step-cli-0.28.0-1.x86_64.rpm'
- 'https://github.com/smallstep/certificates/releases/download/v0.28.0/step-ca_0.28.0_amd64.rpm'