Skip to content

Commit b829a25

Browse files
committed
patch: Changing description of overall tools and fixed CI/CD workflows
Signed-off-by: S3B4SZ17 <sebastian.zumbado@sysdig.com>
1 parent a46dd9e commit b829a25

File tree

5 files changed

+4
-5
lines changed

5 files changed

+4
-5
lines changed

.github/workflows/helm_test.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ name: Lint & Test helm chart
44
on:
55
pull_request:
66
branches:
7-
- main
87
- beta
98
paths:
109
- 'charts/**'

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Extract version
4646
id: extract_version
4747
run: |
48-
VERSION=$(grep 'version =' pyproject.toml | sed -e 's/version = "\(.*\)"/\1/')-$(echo $GITHUB_SHA | cut -c1-7)
48+
VERSION=$(grep 'version =' pyproject.toml | sed -e 's/version = "\(.*\)"/\1/')
4949
echo "VERSION=$VERSION" >> "$GITHUB_OUTPUT"
5050
TAG=v$(grep 'version =' pyproject.toml | sed -e 's/version = "\(.*\)"/\1/')
5151
echo "TAG=$TAG" >> "$GITHUB_OUTPUT"

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.2-beta.0-3d30346"
11+
tag: "v0.1.2"
1212

1313
imagePullSecrets: []
1414
nameOverride: ""

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "sysdig-mcp-server"
3-
version = "0.1.2-beta.0"
3+
version = "0.1.2"
44
description = "Sysdig MCP Server"
55
readme = "README.md"
66
requires-python = ">=3.12"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)