diff --git a/.github/workflows/build-and-tests.yml b/.github/workflows/build-and-tests.yml index 09b98c7..36d21da 100644 --- a/.github/workflows/build-and-tests.yml +++ b/.github/workflows/build-and-tests.yml @@ -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 @@ -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 + + \ No newline at end of file diff --git a/Chart.yaml b/Chart.yaml index 74a044f..e1be811 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -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 diff --git a/VERSION b/VERSION index 7524906..43c85e7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.16.0 +2.16.2 diff --git a/antmedia-2.10.0.tgz b/antmedia-2.10.0.tgz deleted file mode 100644 index ca70c5d..0000000 Binary files a/antmedia-2.10.0.tgz and /dev/null differ diff --git a/antmedia-2.11.0.tgz b/antmedia-2.11.0.tgz deleted file mode 100644 index 24e4bea..0000000 Binary files a/antmedia-2.11.0.tgz and /dev/null differ diff --git a/antmedia-2.11.3.tgz b/antmedia-2.11.3.tgz deleted file mode 100644 index 595a004..0000000 Binary files a/antmedia-2.11.3.tgz and /dev/null differ diff --git a/antmedia-2.12.0.tgz b/antmedia-2.12.0.tgz deleted file mode 100644 index fda7762..0000000 Binary files a/antmedia-2.12.0.tgz and /dev/null differ diff --git a/antmedia-2.13.2.tgz b/antmedia-2.13.2.tgz deleted file mode 100644 index 663e005..0000000 Binary files a/antmedia-2.13.2.tgz and /dev/null differ diff --git a/antmedia-2.16.2.tgz b/antmedia-2.16.2.tgz new file mode 100644 index 0000000..36a588e Binary files /dev/null and b/antmedia-2.16.2.tgz differ diff --git a/index.yaml b/index.yaml index 02dbf4d..2612291 100644 --- a/index.yaml +++ b/index.yaml @@ -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" @@ -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 @@ -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" diff --git a/monitoring/monitoring-1.0.0.tgz b/monitoring/monitoring-1.0.0.tgz index 3f57484..2ffb4ba 100644 Binary files a/monitoring/monitoring-1.0.0.tgz and b/monitoring/monitoring-1.0.0.tgz differ diff --git a/values.yaml b/values.yaml index 96926b8..892d43a 100644 --- a/values.yaml +++ b/values.yaml @@ -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: "" @@ -125,7 +125,7 @@ hostNetwork: true image: repository: antmedia/enterprise - tag: 2.16.0 + tag: 2.16.2 pullPolicy: IfNotPresent provider: