We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62b4ffe commit 7d06212Copy full SHA for 7d06212
charts/sysdig-mcp/Chart.yaml
@@ -26,4 +26,4 @@ version: 0.1.3
26
# incremented each time you make changes to the application. Versions are not expected to
27
# follow Semantic Versioning. They should reflect the version the application is using.
28
# It is recommended to use it with quotes.
29
-appVersion: "v0.1.3-beta.1"
+appVersion: "v0.1.3"
charts/sysdig-mcp/values.yaml
@@ -8,7 +8,7 @@ image:
8
repository: ghcr.io/sysdiglabs/sysdig-mcp-server
9
pullPolicy: IfNotPresent
10
# Overrides the image tag whose default is the chart appVersion.
11
- tag: "v0.1.3-beta.1"
+ tag: "v0.1.3"
12
13
imagePullSecrets: []
14
nameOverride: ""
0 commit comments