Skip to content

Commit 2b44804

Browse files
committed
updates
1 parent 5aacadf commit 2b44804

File tree

3 files changed

+1
-28
lines changed

3 files changed

+1
-28
lines changed

charts/airbroke/Chart.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ annotations:
2424
artifacthub.io/license: "MIT"
2525
artifacthub.io/recommendations: |
2626
- url: https://artifacthub.io/packages/helm/icoretech/pgbouncer
27-
- url: https://artifacthub.io/packages/helm/bitnami/postgresql
2827
artifacthub.io/screenshots: |
2928
- title: Projects
3029
url: https://i.imgur.com/hcwnz84.png

charts/inngest-server/Chart.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: inngest-server
33
description: Inngest Server Helm chart for Kubernetes
44
type: application
5-
version: 1.1.2
5+
version: 1.1.3
66
appVersion: "v1.6.2"
77
icon: https://icoretech.github.io/helm/charts/inngest-server/logo.png
88
keywords:
@@ -29,8 +29,6 @@ sources:
2929
- https://github.com/icoretech/helm/tree/main/charts/inngest-server
3030
annotations:
3131
artifacthub.io/license: "MIT"
32-
artifacthub.io/recommendations: |
33-
- url: https://artifacthub.io/packages/helm/bitnami/redis
3432
artifacthub.io/category: streaming-messaging
3533
artifacthub.io/deprecated: "true"
3634
artifacthub.io/deprecationMessage: "This Helm chart is deprecated because an official Inngest Helm chart is available at https://github.com/inngest/inngest-helm. Please use the official chart for new deployments and plan migrations from this one."

charts/mcp-server/Chart.yaml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,8 @@
11
apiVersion: v2
22
name: mcp-server
33
description: "Generic MCP server runner for Node (TypeScript) and Python servers. Supports four modes: direct container image, Node (npx), Python (uvx/pip), and OpenAPI (external URL registered in Unla)."
4-
5-
# A chart can be either an 'application' or a 'library' chart.
6-
#
7-
# Application charts are a collection of templates that can be packaged into versioned archives
8-
# to be deployed.
9-
#
10-
# Library charts provide useful utilities or functions for the chart developer. They're included as
11-
# a dependency of application charts to inject those utilities and functions into the rendering
12-
# pipeline. Library charts do not define any templates and therefore cannot be deployed.
134
type: application
14-
15-
# This is the chart version. This version number should be incremented each time you make changes
16-
# to the chart and its templates, including the app version.
17-
# Versions are expected to follow Semantic Versioning (https://semver.org/)
185
version: 0.1.2
19-
20-
# This is the version number of the application being deployed. This version number should be
21-
# incremented each time you make changes to the application. Versions are not expected to
22-
# follow Semantic Versioning. They should reflect the version the application is using.
23-
# It is recommended to use it with quotes.
246
appVersion: "0.0.1"
257
icon: https://icoretech.github.io/helm/charts/mcp-server/logo.svg
268
keywords:
@@ -41,14 +23,8 @@ annotations:
4123
url: https://github.com/icoretech/helm/tree/main/charts/mcp-server
4224
- name: MCP Spec
4325
url: https://modelcontextprotocol.io/
44-
artifacthub.io/changes: |
45-
- kind: added
46-
description: Initial release with image, node (npx) and python (uvx/pip) modes
47-
artifacthub.io/prerelease: "false"
48-
4926
dependencies:
5027
- name: unla
5128
version: "0.9.0"
5229
repository: "https://amoylab.github.io/unla-helm-charts"
53-
# Allow turning the subchart on/off from root values via `unla.enabled`
5430
condition: unla.enabled

0 commit comments

Comments
 (0)