Skip to content

Commit 643f733

Browse files
authored
Update new version v1.1.3
1 parent df048ec commit 643f733

1 file changed

Lines changed: 13 additions & 13 deletions

File tree

.github/workflows/smurf_docker_helm.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ jobs:
203203

204204
- name: Docker Image Build
205205
if: inputs.docker_buildkit_enable != 'true'
206-
uses: clouddrove/smurf@v1.1.2
206+
uses: clouddrove/smurf@v1.1.3
207207
with:
208208
tool: sdkr
209209
command: >-
@@ -213,7 +213,7 @@ jobs:
213213
214214
- name: Docker Image Build with Buildkit
215215
if: inputs.docker_buildkit_enable == 'true'
216-
uses: clouddrove/smurf@v1.1.2
216+
uses: clouddrove/smurf@v1.1.3
217217
with:
218218
tool: sdkr
219219
command: >-
@@ -298,14 +298,14 @@ jobs:
298298
credentials_json: '${{ secrets.GOOGLE_CREDENTIALS }}'
299299

300300
- name: Docker Image Scan
301-
uses: clouddrove/smurf@v1.1.2
301+
uses: clouddrove/smurf@v1.1.3
302302
with:
303303
tool: sdkr
304304
command: scan ${{ inputs.docker_image_name }}:${{ inputs.docker_image_tag }}
305305

306306
- name: Docker Image Tag
307307
if: inputs.docker_push == 'true'
308-
uses: clouddrove/smurf@v1.1.2
308+
uses: clouddrove/smurf@v1.1.3
309309
with:
310310
tool: sdkr
311311
command: >-
@@ -314,7 +314,7 @@ jobs:
314314
315315
- name: Docker Image Push
316316
if: inputs.docker_push == 'true' && inputs.gcp_docker_push != 'true'
317-
uses: clouddrove/smurf@v1.1.2
317+
uses: clouddrove/smurf@v1.1.3
318318
with:
319319
tool: sdkr
320320
command: >-
@@ -323,7 +323,7 @@ jobs:
323323
324324
- name: Docker Image Push in GCP
325325
if: inputs.docker_push == 'true' && inputs.gcp_docker_push == 'true'
326-
uses: clouddrove/smurf@v1.1.2
326+
uses: clouddrove/smurf@v1.1.3
327327
with:
328328
tool: sdkr
329329
command: >-
@@ -339,13 +339,13 @@ jobs:
339339
uses: actions/checkout@v4
340340

341341
- name: Helm Lint
342-
uses: clouddrove/smurf@v1.1.2
342+
uses: clouddrove/smurf@v1.1.3
343343
with:
344344
tool: selm
345345
command: lint ${{ inputs.helm_chart_directory }} -f ${{ inputs.helm_values_file_path }}
346346

347347
- name: Helm Template
348-
uses: clouddrove/smurf@v1.1.2
348+
uses: clouddrove/smurf@v1.1.3
349349
with:
350350
tool: selm
351351
command: >-
@@ -404,27 +404,27 @@ jobs:
404404

405405
- name: Helm Plugin
406406
if: inputs.helm_plugin_install == 'true'
407-
uses: clouddrove/smurf@v1.1.2
407+
uses: clouddrove/smurf@v1.1.3
408408
with:
409409
tool: selm
410410
command: plugin ${{ inputs.helm_plugins }}
411411

412412
- name: Add Helm Chart
413413
if: inputs.helm_repo_add == 'true'
414-
uses: clouddrove/smurf@v1.1.2
414+
uses: clouddrove/smurf@v1.1.3
415415
with:
416416
tool: selm
417417
command: repo add ${{ inputs.helm_repository }} ${{ inputs.helm_repository_url }}
418418

419419
- name: Update Helm Charts
420420
if: inputs.helm_repo_add == 'true'
421-
uses: clouddrove/smurf@v1.1.2
421+
uses: clouddrove/smurf@v1.1.3
422422
with:
423423
tool: selm
424424
command: repo update
425425

426426
- name: Helm Deploy
427-
uses: clouddrove/smurf@v1.1.2
427+
uses: clouddrove/smurf@v1.1.3
428428
with:
429429
tool: selm
430430
command: >-
@@ -485,7 +485,7 @@ jobs:
485485
shell: bash
486486

487487
- name: Helm Rollback
488-
uses: clouddrove/smurf@v1.1.2
488+
uses: clouddrove/smurf@v1.1.3
489489
with:
490490
tool: selm
491491
command: >-

0 commit comments

Comments
 (0)