Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to 2.11.0 #52

Closed
wants to merge 2 commits into from
Closed
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.10.0
version: 2.11.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.10.0
appVersion: 2.11.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.10.0
2.11.0
Binary file added antmedia-2.11.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.11.0
created: "2024-08-23T19:23:22.575144935Z"
dependencies:
- name: ingress-nginx
repository: https://kubernetes.github.io/ingress-nginx
version: <= 4.4.0
description: A Helm chart for Kubernetes
digest: ac5711a0d59c9c47a940969266b1720070c73ca19d068b93e9acb1bfc9edfeac
name: antmedia
type: application
urls:
- https://ant-media.github.io/helm/antmedia-2.11.0.tgz
version: 2.11.0
- apiVersion: v2
appVersion: 2.10.0
created: "2024-07-30T12:56:51.847169549Z"
Expand Down Expand Up @@ -140,7 +154,7 @@ entries:
artifacthub.io/prerelease: "false"
apiVersion: v2
appVersion: 1.5.1
created: "2024-07-30T12:56:51.849464907Z"
created: "2024-08-23T19:23:22.577418365Z"
description: Ingress controller for Kubernetes using NGINX as a reverse proxy
and load balancer
digest: 5c5ffcd4a19377f9e2eeb40fd8c0a2a7a9f851db74453247c357c83e1775c330
Expand Down Expand Up @@ -206,12 +220,12 @@ entries:
monitoring:
- apiVersion: v2
appVersion: 1.0.0
created: "2024-07-30T12:56:51.850471658Z"
created: "2024-08-23T19:23:22.578144864Z"
description: A Helm chart for Kubernetes
digest: d6257fe7da7e1f6c485fbdc59ce49e4dee25c0bfed96cedd8c3254993417defa
digest: f65e0150bfc4a37a7ee3faf1b86728ba5a1adaa37be5f53e51bda94e8028d70f
name: monitoring
type: application
urls:
- https://ant-media.github.io/helm/monitoring/monitoring-1.0.0.tgz
version: 1.0.0
generated: "2024-07-30T12:56:51.842564789Z"
generated: "2024-08-23T19:23:22.570020168Z"
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 @@ -8,7 +8,7 @@ image:
repository: nginx
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: 2.10.0
tag: 2.11.0

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

image:
repository: antmedia/enterprise
tag: 2.10.0
tag: 2.11.0
pullPolicy: IfNotPresent

provider:
Expand Down