Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 2.16.2
version: 2.17.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: 2.16.2
appVersion: 2.17.0

dependencies:
- name: ingress-nginx
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.16.2
2.17.0
Binary file added antmedia-2.17.0.tgz
Binary file not shown.
22 changes: 18 additions & 4 deletions index.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
apiVersion: v1
entries:
antmedia:
- apiVersion: v2
appVersion: 2.17.0
created: "2026-01-29T13:56:24.714947732Z"
dependencies:
- name: ingress-nginx
repository: https://kubernetes.github.io/ingress-nginx
version: <= 4.4.0
description: A Helm chart for Kubernetes
digest: 251e56a3fba50de73e5c306e0ddb7f589af7f199cf181d83a7a8ad71d53d7b86
name: antmedia
type: application
urls:
- https://ant-media.github.io/helm/antmedia-2.17.0.tgz
version: 2.17.0
- apiVersion: v2
appVersion: 2.16.2
created: "2026-01-25T17:27:58.534316041Z"
Expand Down Expand Up @@ -137,7 +151,7 @@ entries:
artifacthub.io/prerelease: "false"
apiVersion: v2
appVersion: 1.5.1
created: "2026-01-25T17:27:58.536781433Z"
created: "2026-01-29T13:56:24.717321514Z"
description: Ingress controller for Kubernetes using NGINX as a reverse proxy
and load balancer
digest: 5c5ffcd4a19377f9e2eeb40fd8c0a2a7a9f851db74453247c357c83e1775c330
Expand All @@ -160,12 +174,12 @@ entries:
monitoring:
- apiVersion: v2
appVersion: 1.0.0
created: "2026-01-25T17:27:58.537848319Z"
created: "2026-01-29T13:56:24.718223496Z"
description: A Helm chart for Kubernetes
digest: 10e9031a59fdc117e9930f08d44fcd596fb49ce14031a805d0eeb35b3c913ea9
digest: cf20ab9788c7392bf10546dc5e6dd2e9a7ad9d5b8d761089f9c638c09a722a4a
name: monitoring
type: application
urls:
- https://ant-media.github.io/helm/monitoring/monitoring-1.0.0.tgz
version: 1.0.0
generated: "2026-01-25T17:27:58.529588986Z"
generated: "2026-01-29T13:56:24.709717866Z"
Binary file modified monitoring/monitoring-1.0.0.tgz
Binary file not shown.
4 changes: 2 additions & 2 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ image:
repository: nginx
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: 2.16.2
tag: 2.17.0

imagePullSecrets: []
nameOverride: ""
Expand Down Expand Up @@ -125,7 +125,7 @@ hostNetwork: true

image:
repository: antmedia/enterprise
tag: 2.16.2
tag: 2.17.0
pullPolicy: IfNotPresent

provider:
Expand Down