Skip to content

Commit

Permalink
Merge pull request #33 from ant-media/2.6.4
Browse files Browse the repository at this point in the history
Update to 2.6.4
  • Loading branch information
muratugureminoglu authored Sep 11, 2023
2 parents beae035 + ab3601b commit 6d830e8
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.6.2
version: 2.6.4

# 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.6.2
appVersion: 2.6.4

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.6.2
2.6.4
Binary file added antmedia-2.6.4.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.6.4
created: "2023-09-11T13:13:58.480751712Z"
dependencies:
- name: ingress-nginx
repository: https://kubernetes.github.io/ingress-nginx
version: <= 4.4.0
description: A Helm chart for Kubernetes
digest: a8da36559825b9b2775f6497c3788ccfe47cadb84cdbeedc66b3ae19c07b85e7
name: antmedia
type: application
urls:
- https://ant-media.github.io/helm/antmedia-2.6.4.tgz
version: 2.6.4
- apiVersion: v2
appVersion: 2.6.2
created: "2023-08-14T15:28:00.820074966Z"
Expand Down Expand Up @@ -70,7 +84,7 @@ entries:
artifacthub.io/prerelease: "false"
apiVersion: v2
appVersion: 1.5.1
created: "2023-08-14T15:28:00.832269313Z"
created: "2023-09-11T13:13:58.48386922Z"
description: Ingress controller for Kubernetes using NGINX as a reverse proxy
and load balancer
digest: 5c5ffcd4a19377f9e2eeb40fd8c0a2a7a9f851db74453247c357c83e1775c330
Expand Down Expand Up @@ -136,12 +150,12 @@ entries:
monitoring:
- apiVersion: v2
appVersion: 1.0.0
created: "2023-08-14T15:28:00.834154851Z"
created: "2023-09-11T13:13:58.485107323Z"
description: A Helm chart for Kubernetes
digest: c579adcc32afa7cbd98fa294f7fa0c930cc9380a55f43c308dbf3afdc3484f3f
digest: 87fb3d5d4d59a2fd048d6ce64498d660f7625666cd009124aa993038e408e802
name: monitoring
type: application
urls:
- https://ant-media.github.io/helm/monitoring/monitoring-1.0.0.tgz
version: 1.0.0
generated: "2023-08-14T15:28:00.810592574Z"
generated: "2023-09-11T13:13:58.475336097Z"
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.6.2
tag: 2.6.4

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

image:
repository: antmedia/enterprise
tag: 2.6.2
tag: 2.6.4
pullPolicy: IfNotPresent

provider:
Expand Down

0 comments on commit 6d830e8

Please sign in to comment.