Skip to content

Commit 8d23b8c

Browse files
Bump regctl to v0.11.4
Signed-off-by: Rajath Agasthya <ragasthya@nvidia.com>
1 parent 1c9515b commit 8d23b8c

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.common-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ trigger-pipeline:
137137
# Download the regctl binary for use in the release steps
138138
.regctl-setup:
139139
before_script:
140-
- export REGCTL_VERSION=v0.11.3
140+
- export REGCTL_VERSION=v0.11.4
141141
- apk add --no-cache curl
142142
- mkdir -p bin
143143
- curl -sSLo bin/regctl https://github.com/regclient/regclient/releases/download/${REGCTL_VERSION}/regctl-linux-amd64

.github/workflows/forward-compatibility.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Install regctl
3838
uses: regclient/actions/regctl-installer@c70ad64367908075211b10dcd2ab9fad4bfa1816
3939
with:
40-
release: v0.11.3
40+
release: v0.11.4
4141

4242
- name: Get latest component images and generate values override file
4343
env:

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
- name: Install regctl
7272
uses: regclient/actions/regctl-installer@c70ad64367908075211b10dcd2ab9fad4bfa1816
7373
with:
74-
release: v0.11.3
74+
release: v0.11.4
7575
- name: Retag gpu-operator
7676
env:
7777
OPERATOR_IMAGE_SOURCE: ${{ needs.variables.outputs.operator_image_source }}

0 commit comments

Comments
 (0)