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 #53

Merged
merged 4 commits into from
Aug 23, 2024
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
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-23T20:00:21.077497671Z"
dependencies:
- name: ingress-nginx
repository: https://kubernetes.github.io/ingress-nginx
version: <= 4.4.0
description: A Helm chart for Kubernetes
digest: 2587f4246507e345f00554f2625d2da5a0cae8814e90807ec73d4037c9d67d5e
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-23T20:00:21.079833796Z"
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-23T20:00:21.080554223Z"
description: A Helm chart for Kubernetes
digest: d6257fe7da7e1f6c485fbdc59ce49e4dee25c0bfed96cedd8c3254993417defa
digest: 1cf846c13e3ae7d98771b7cea9a42b5141e37288180b10d4f6bb378b01f27e81
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-23T20:00:21.072619826Z"
Binary file modified monitoring/monitoring-1.0.0.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion templates/ams-k8s-mongodb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
containers:
- name: mongodb
imagePullPolicy: Always
image: mongo:5.0.6
image: mongo:6.0
ports:
- containerPort: 27017
resources:
Expand Down
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