Skip to content

Commit 03c817d

Browse files
Merge pull request #84 from ant-media/update-to-2.17.1
Update 2.17.0 to 2.17.1
2 parents da5256a + 12b95fe commit 03c817d

File tree

6 files changed

+23
-9
lines changed

6 files changed

+23
-9
lines changed

Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 2.17.0
18+
version: 2.17.1
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
2323
# It is recommended to use it with quotes.
24-
appVersion: 2.17.0
24+
appVersion: 2.17.1
2525

2626
dependencies:
2727
- name: ingress-nginx

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.17.0
1+
2.17.1

antmedia-2.17.1.tgz

324 KB
Binary file not shown.

index.yaml

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
apiVersion: v1
22
entries:
33
antmedia:
4+
- apiVersion: v2
5+
appVersion: 2.17.1
6+
created: "2026-02-23T06:03:32.138587601Z"
7+
dependencies:
8+
- name: ingress-nginx
9+
repository: https://kubernetes.github.io/ingress-nginx
10+
version: <= 4.4.0
11+
description: A Helm chart for Kubernetes
12+
digest: 796fa491767a1404515d8938a55a2f37bd2d2f4669e185df9a9d7ac963450e2b
13+
name: antmedia
14+
type: application
15+
urls:
16+
- https://ant-media.github.io/helm/antmedia-2.17.1.tgz
17+
version: 2.17.1
418
- apiVersion: v2
519
appVersion: 2.17.0
620
created: "2026-01-29T15:58:10.820256551Z"
@@ -151,7 +165,7 @@ entries:
151165
artifacthub.io/prerelease: "false"
152166
apiVersion: v2
153167
appVersion: 1.5.1
154-
created: "2026-01-29T15:58:10.82361249Z"
168+
created: "2026-02-23T06:03:32.141537675Z"
155169
description: Ingress controller for Kubernetes using NGINX as a reverse proxy
156170
and load balancer
157171
digest: 5c5ffcd4a19377f9e2eeb40fd8c0a2a7a9f851db74453247c357c83e1775c330
@@ -174,12 +188,12 @@ entries:
174188
monitoring:
175189
- apiVersion: v2
176190
appVersion: 1.0.0
177-
created: "2026-01-29T15:58:10.824831733Z"
191+
created: "2026-02-23T06:03:32.142417329Z"
178192
description: A Helm chart for Kubernetes
179-
digest: 1e100aed29d8cdf1c7f8ccfbf6d8b99eaa0660dfed638c9a8d727b2cce108cee
193+
digest: 2547d75208a8b77ce1f83d5720b92d140eb0f63eabf8b0a88ca88045174ad7ae
180194
name: monitoring
181195
type: application
182196
urls:
183197
- https://ant-media.github.io/helm/monitoring/monitoring-1.0.0.tgz
184198
version: 1.0.0
185-
generated: "2026-01-29T15:58:10.814630937Z"
199+
generated: "2026-02-23T06:03:32.134320755Z"

monitoring/monitoring-1.0.0.tgz

5.75 KB
Binary file not shown.

values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ image:
99
repository: nginx
1010
pullPolicy: IfNotPresent
1111
# Overrides the image tag whose default is the chart appVersion.
12-
tag: 2.17.0
12+
tag: 2.17.1
1313

1414
imagePullSecrets: []
1515
nameOverride: ""
@@ -125,7 +125,7 @@ hostNetwork: true
125125

126126
image:
127127
repository: antmedia/enterprise
128-
tag: 2.17.0
128+
tag: 2.17.1
129129
pullPolicy: IfNotPresent
130130

131131
provider:

0 commit comments

Comments
 (0)