diff --git a/charts/livekit-webhook-proxy/Chart.yaml b/charts/livekit-webhook-proxy/Chart.yaml index 17de156..28307ef 100644 --- a/charts/livekit-webhook-proxy/Chart.yaml +++ b/charts/livekit-webhook-proxy/Chart.yaml @@ -15,10 +15,10 @@ 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: 1.0.3 +version: 1.1.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: "v1.0.2" +appVersion: "v1.1.0" diff --git a/charts/livekit-webhook-proxy/values.yaml b/charts/livekit-webhook-proxy/values.yaml index 34fa61a..4063af4 100644 --- a/charts/livekit-webhook-proxy/values.yaml +++ b/charts/livekit-webhook-proxy/values.yaml @@ -8,7 +8,7 @@ image: repository: ghcr.io/mashmetv/livekit-webhook-proxy pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "v1.0.2" + tag: "v1.1.0" config: port: 8080