Skip to content

Commit

Permalink
Merge pull request #54 from ant-media/update-to-2.11.3
Browse files Browse the repository at this point in the history
Update to 2.11.3
  • Loading branch information
muratugureminoglu authored Sep 18, 2024
2 parents 9a2a466 + c878347 commit 9392b3a
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 9 deletions.
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.11.0
version: 2.11.3

# 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.11.0
appVersion: 2.11.3

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.11.0
2.11.3
Binary file added antmedia-2.11.3.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.3
created: "2024-09-18T15:24:51.325155026Z"
dependencies:
- name: ingress-nginx
repository: https://kubernetes.github.io/ingress-nginx
version: <= 4.4.0
description: A Helm chart for Kubernetes
digest: 7f99bc130f2097f7a926e7d0356829883bd0398a0a7da1191f6bbd4442c3219d
name: antmedia
type: application
urls:
- https://ant-media.github.io/helm/antmedia-2.11.3.tgz
version: 2.11.3
- apiVersion: v2
appVersion: 2.11.0
created: "2024-08-23T20:00:21.077497671Z"
Expand Down Expand Up @@ -154,7 +168,7 @@ entries:
artifacthub.io/prerelease: "false"
apiVersion: v2
appVersion: 1.5.1
created: "2024-08-23T20:00:21.079833796Z"
created: "2024-09-18T15:24:51.327733325Z"
description: Ingress controller for Kubernetes using NGINX as a reverse proxy
and load balancer
digest: 5c5ffcd4a19377f9e2eeb40fd8c0a2a7a9f851db74453247c357c83e1775c330
Expand Down Expand Up @@ -220,12 +234,12 @@ entries:
monitoring:
- apiVersion: v2
appVersion: 1.0.0
created: "2024-08-23T20:00:21.080554223Z"
created: "2024-09-18T15:24:51.328730899Z"
description: A Helm chart for Kubernetes
digest: 1cf846c13e3ae7d98771b7cea9a42b5141e37288180b10d4f6bb378b01f27e81
digest: 80cfa31ec5ec2b7d674b8e3b9cb72b0853148d1fa9b2154f627eb1082b79f458
name: monitoring
type: application
urls:
- https://ant-media.github.io/helm/monitoring/monitoring-1.0.0.tgz
version: 1.0.0
generated: "2024-08-23T20:00:21.072619826Z"
generated: "2024-09-18T15:24:51.320846936Z"
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.11.0
tag: 2.11.3

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

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

provider:
Expand Down

0 comments on commit 9392b3a

Please sign in to comment.