Skip to content

Commit cd7cc63

Browse files
committed
Update helm chart version of app
Signed-off-by: S3B4SZ17 <sebastian.zumbado@sysdig.com>
1 parent 62b4ffe commit cd7cc63

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/helm_test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@ jobs:
5757
run: ct lint --target-branch ${{ github.event.repository.default_branch }} --chart-dirs charts
5858

5959
- name: Create kind cluster
60-
if: github.ref_name == 'beta' || github.ref_name == 'main'
60+
if: steps.list-changed.outputs.changed == 'true'
6161
uses: helm/kind-action@v1.12.0
6262

6363
- name: Run chart-testing (install)
64-
if: github.ref_name == 'beta' || github.ref_name == 'main'
64+
if: steps.list-changed.outputs.changed == 'true'
6565
run: |
6666
ct install --target-branch ${{ github.event.repository.default_branch }} --chart-dirs charts

charts/sysdig-mcp/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ version: 0.1.3
2626
# incremented each time you make changes to the application. Versions are not expected to
2727
# follow Semantic Versioning. They should reflect the version the application is using.
2828
# It is recommended to use it with quotes.
29-
appVersion: "v0.1.3-beta.1"
29+
appVersion: "v0.1.3"

charts/sysdig-mcp/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ image:
88
repository: ghcr.io/sysdiglabs/sysdig-mcp-server
99
pullPolicy: IfNotPresent
1010
# Overrides the image tag whose default is the chart appVersion.
11-
tag: "v0.1.3-beta.1"
11+
tag: "v0.1.3"
1212

1313
imagePullSecrets: []
1414
nameOverride: ""

0 commit comments

Comments
 (0)