File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 35
35
cmd : yq -i e '.global.imageRegistry = "kind-registry:5000"' chart/values.yaml
36
36
37
37
- name : Setup Helm
38
- uses : azure/setup-helm@5119fcb9089d432beecbf79bb2c7915207344b78 # v3.5
38
+ uses : azure/setup-helm@fe7b79cd5ee1e45176fcad797de68ecaf3ca4814 # v4.2.0
39
39
with :
40
40
version : v3.11.3
41
41
Original file line number Diff line number Diff line change 46
46
steps :
47
47
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
48
48
- name : Set up Helm
49
- uses : azure/setup-helm@5119fcb9089d432beecbf79bb2c7915207344b78 # v3.5
49
+ uses : azure/setup-helm@fe7b79cd5ee1e45176fcad797de68ecaf3ca4814 # v4.2.0
50
50
with :
51
51
version : v3.4.0
52
52
- name : Set up Python
Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ jobs:
141
141
- name : Update image tags
142
142
run : ./yq -i e '.image.tag = "v${{ env.RELEASE_VERSION }}"' chart/values.yaml
143
143
- name : Set up Helm
144
- uses : azure/setup-helm@5119fcb9089d432beecbf79bb2c7915207344b78 # v3.5
144
+ uses : azure/setup-helm@fe7b79cd5ee1e45176fcad797de68ecaf3ca4814 # v4.2.0
145
145
with :
146
146
version : v3.8.0
147
147
- name : Package Helm chart
You can’t perform that action at this time.
0 commit comments