File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -57,10 +57,10 @@ jobs:
57
57
run : ct lint --target-branch ${{ github.event.repository.default_branch }} --chart-dirs charts
58
58
59
59
- name : Create kind cluster
60
- if : github.ref_name == 'beta' || github.ref_name == 'main '
60
+ if : steps.list-changed.outputs.changed == 'true '
61
61
uses : helm/kind-action@v1.12.0
62
62
63
63
- name : Run chart-testing (install)
64
- if : github.ref_name == 'beta' || github.ref_name == 'main '
64
+ if : steps.list-changed.outputs.changed == 'true '
65
65
run : |
66
66
ct install --target-branch ${{ github.event.repository.default_branch }} --chart-dirs charts
Original file line number Diff line number Diff line change @@ -26,4 +26,4 @@ version: 0.1.3
26
26
# incremented each time you make changes to the application. Versions are not expected to
27
27
# follow Semantic Versioning. They should reflect the version the application is using.
28
28
# It is recommended to use it with quotes.
29
- appVersion : " v0.1.3-beta.1 "
29
+ appVersion : " v0.1.3"
Original file line number Diff line number Diff line change 8
8
repository : ghcr.io/sysdiglabs/sysdig-mcp-server
9
9
pullPolicy : IfNotPresent
10
10
# Overrides the image tag whose default is the chart appVersion.
11
- tag : " v0.1.3-beta.1 "
11
+ tag : " v0.1.3"
12
12
13
13
imagePullSecrets : []
14
14
nameOverride : " "
You can’t perform that action at this time.
0 commit comments