Skip to content

Commit

Permalink
Merge pull request #42 from ant-media/update-to-2.10.0
Browse files Browse the repository at this point in the history
Update to 2.10.0
  • Loading branch information
muratugureminoglu authored Jul 30, 2024
2 parents bb71c3f + 5db0de1 commit 53e0557
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.9.0
version: 2.10.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.9.0
appVersion: 2.10.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.9.0
2.10.0
Binary file added antmedia-2.10.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.10.0
created: "2024-07-30T12:56:51.847169549Z"
dependencies:
- name: ingress-nginx
repository: https://kubernetes.github.io/ingress-nginx
version: <= 4.4.0
description: A Helm chart for Kubernetes
digest: 7ebcd5c59ced570779264625fdb5a8d3c88bb20f3f49d058b7a9e5e7e7b52914
name: antmedia
type: application
urls:
- https://ant-media.github.io/helm/antmedia-2.10.0.tgz
version: 2.10.0
- apiVersion: v2
appVersion: 2.9.0
created: "2024-04-08T10:09:39.37293293Z"
Expand Down Expand Up @@ -126,7 +140,7 @@ entries:
artifacthub.io/prerelease: "false"
apiVersion: v2
appVersion: 1.5.1
created: "2024-04-08T10:09:39.375170848Z"
created: "2024-07-30T12:56:51.849464907Z"
description: Ingress controller for Kubernetes using NGINX as a reverse proxy
and load balancer
digest: 5c5ffcd4a19377f9e2eeb40fd8c0a2a7a9f851db74453247c357c83e1775c330
Expand Down Expand Up @@ -192,12 +206,12 @@ entries:
monitoring:
- apiVersion: v2
appVersion: 1.0.0
created: "2024-04-08T10:09:39.376041536Z"
created: "2024-07-30T12:56:51.850471658Z"
description: A Helm chart for Kubernetes
digest: 0b39ceece9367de47573cd5330c158b8449c79180a7c060f8f2472f81a218491
digest: d6257fe7da7e1f6c485fbdc59ce49e4dee25c0bfed96cedd8c3254993417defa
name: monitoring
type: application
urls:
- https://ant-media.github.io/helm/monitoring/monitoring-1.0.0.tgz
version: 1.0.0
generated: "2024-04-08T10:09:39.368279912Z"
generated: "2024-07-30T12:56:51.842564789Z"
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.9.0
tag: 2.10.0

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

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

provider:
Expand Down

0 comments on commit 53e0557

Please sign in to comment.