Skip to content

Commit e331ff7

Browse files
Merge pull request #79 from ant-media/update-to-2.16.2
Update to 2.16.2
2 parents 1d6add1 + 85e4516 commit e331ff7

12 files changed

Lines changed: 41 additions & 15 deletions

.github/workflows/build-and-tests.yml

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,14 @@ jobs:
4444
- name: Install Dependencies
4545
run: |
4646
sudo apt-get update
47-
sudo apt-get remove python3-typing-extensions -y
48-
sudo apt-get install -y python3-pip python3-dev libffi-dev libssl-dev
49-
sudo pip3 install python-openstackclient --break-system-packages
47+
sudo apt-get install -y python3-pip python3-dev python3-venv libffi-dev libssl-dev
48+
49+
python3 -m venv venv
50+
echo "$GITHUB_WORKSPACE/venv/bin" >> $GITHUB_PATH
51+
source venv/bin/activate
52+
53+
pip install --upgrade pip
54+
pip install python-openstackclient
5055
5156
- name: server-id
5257
id: set-server-id
@@ -301,12 +306,19 @@ jobs:
301306
if: ${{ always() }}
302307
run: |
303308
sudo apt-get update
304-
sudo apt-get remove python3-typing-extensions -y
305-
sudo apt-get install -y python3-pip python3-dev libffi-dev libssl-dev
306-
sudo pip3 install python-openstackclient
309+
sudo apt-get install -y python3-pip python3-dev python3-venv libffi-dev libssl-dev
310+
311+
python3 -m venv venv
312+
echo "$GITHUB_WORKSPACE/venv/bin" >> $GITHUB_PATH
313+
source venv/bin/activate
314+
315+
pip install --upgrade pip
316+
pip install python-openstackclient
307317
- name: Delete CI Instance
308318
if: ${{ always() }}
309319
run: |
310320
SERVER_ID="${{ needs.setup-runner.outputs.server_id }}"
311321
echo "server id" $SERVER_ID
312322
openstack server delete $SERVER_ID
323+
324+

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.16.0
18+
version: 2.16.2
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.16.0
24+
appVersion: 2.16.2
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.16.0
1+
2.16.2

antmedia-2.10.0.tgz

-189 KB
Binary file not shown.

antmedia-2.11.0.tgz

-202 KB
Binary file not shown.

antmedia-2.11.3.tgz

-207 KB
Binary file not shown.

antmedia-2.12.0.tgz

-219 KB
Binary file not shown.

antmedia-2.13.2.tgz

-260 KB
Binary file not shown.

antmedia-2.16.2.tgz

301 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.16.2
6+
created: "2025-12-10T11:14:47.188265138Z"
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: fa4906cd22a184e1e3278a696fedb2e70e3e218c0ec71bdd795ced70272e3ce5
13+
name: antmedia
14+
type: application
15+
urls:
16+
- https://ant-media.github.io/helm/antmedia-2.16.2.tgz
17+
version: 2.16.2
418
- apiVersion: v2
519
appVersion: 2.16.0
620
created: "2025-11-15T05:33:41.696985629Z"
@@ -123,7 +137,7 @@ entries:
123137
artifacthub.io/prerelease: "false"
124138
apiVersion: v2
125139
appVersion: 1.5.1
126-
created: "2025-11-15T05:33:41.700385434Z"
140+
created: "2025-12-10T11:14:47.19184857Z"
127141
description: Ingress controller for Kubernetes using NGINX as a reverse proxy
128142
and load balancer
129143
digest: 5c5ffcd4a19377f9e2eeb40fd8c0a2a7a9f851db74453247c357c83e1775c330
@@ -146,12 +160,12 @@ entries:
146160
monitoring:
147161
- apiVersion: v2
148162
appVersion: 1.0.0
149-
created: "2025-11-15T05:33:41.701273627Z"
163+
created: "2025-12-10T11:14:47.192688679Z"
150164
description: A Helm chart for Kubernetes
151-
digest: 692b0f55cb1d2ac8e7de5602c78b498ccfe7709bbba6a8b240e0c74fc08d58fe
165+
digest: ea668c32326f240b603e2a0f3d79767eb65cc1819652049ec4b85fce66854863
152166
name: monitoring
153167
type: application
154168
urls:
155169
- https://ant-media.github.io/helm/monitoring/monitoring-1.0.0.tgz
156170
version: 1.0.0
157-
generated: "2025-11-15T05:33:41.692565464Z"
171+
generated: "2025-12-10T11:14:47.184244857Z"

0 commit comments

Comments
 (0)