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
24 changes: 18 additions & 6 deletions .github/workflows/build-and-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,14 @@ jobs:
- name: Install Dependencies
run: |
sudo apt-get update
sudo apt-get remove python3-typing-extensions -y
sudo apt-get install -y python3-pip python3-dev libffi-dev libssl-dev
sudo pip3 install python-openstackclient --break-system-packages
sudo apt-get install -y python3-pip python3-dev python3-venv libffi-dev libssl-dev

python3 -m venv venv
echo "$GITHUB_WORKSPACE/venv/bin" >> $GITHUB_PATH
source venv/bin/activate

pip install --upgrade pip
pip install python-openstackclient

- name: server-id
id: set-server-id
Expand Down Expand Up @@ -301,12 +306,19 @@ jobs:
if: ${{ always() }}
run: |
sudo apt-get update
sudo apt-get remove python3-typing-extensions -y
sudo apt-get install -y python3-pip python3-dev libffi-dev libssl-dev
sudo pip3 install python-openstackclient
sudo apt-get install -y python3-pip python3-dev python3-venv libffi-dev libssl-dev

python3 -m venv venv
echo "$GITHUB_WORKSPACE/venv/bin" >> $GITHUB_PATH
source venv/bin/activate

pip install --upgrade pip
pip install python-openstackclient
- name: Delete CI Instance
if: ${{ always() }}
run: |
SERVER_ID="${{ needs.setup-runner.outputs.server_id }}"
echo "server id" $SERVER_ID
openstack server delete $SERVER_ID


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.0
version: 2.16.2

# 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.0
appVersion: 2.16.2

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.0
2.16.2
Binary file removed antmedia-2.10.0.tgz
Binary file not shown.
Binary file removed antmedia-2.11.0.tgz
Binary file not shown.
Binary file removed antmedia-2.11.3.tgz
Binary file not shown.
Binary file removed antmedia-2.12.0.tgz
Binary file not shown.
Binary file removed antmedia-2.13.2.tgz
Binary file not shown.
Binary file added antmedia-2.16.2.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.16.2
created: "2025-12-10T11:14:47.188265138Z"
dependencies:
- name: ingress-nginx
repository: https://kubernetes.github.io/ingress-nginx
version: <= 4.4.0
description: A Helm chart for Kubernetes
digest: fa4906cd22a184e1e3278a696fedb2e70e3e218c0ec71bdd795ced70272e3ce5
name: antmedia
type: application
urls:
- https://ant-media.github.io/helm/antmedia-2.16.2.tgz
version: 2.16.2
- apiVersion: v2
appVersion: 2.16.0
created: "2025-11-15T05:33:41.696985629Z"
Expand Down Expand Up @@ -123,7 +137,7 @@ entries:
artifacthub.io/prerelease: "false"
apiVersion: v2
appVersion: 1.5.1
created: "2025-11-15T05:33:41.700385434Z"
created: "2025-12-10T11:14:47.19184857Z"
description: Ingress controller for Kubernetes using NGINX as a reverse proxy
and load balancer
digest: 5c5ffcd4a19377f9e2eeb40fd8c0a2a7a9f851db74453247c357c83e1775c330
Expand All @@ -146,12 +160,12 @@ entries:
monitoring:
- apiVersion: v2
appVersion: 1.0.0
created: "2025-11-15T05:33:41.701273627Z"
created: "2025-12-10T11:14:47.192688679Z"
description: A Helm chart for Kubernetes
digest: 692b0f55cb1d2ac8e7de5602c78b498ccfe7709bbba6a8b240e0c74fc08d58fe
digest: ea668c32326f240b603e2a0f3d79767eb65cc1819652049ec4b85fce66854863
name: monitoring
type: application
urls:
- https://ant-media.github.io/helm/monitoring/monitoring-1.0.0.tgz
version: 1.0.0
generated: "2025-11-15T05:33:41.692565464Z"
generated: "2025-12-10T11:14:47.184244857Z"
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.0
tag: 2.16.2

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

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

provider:
Expand Down