diff --git a/charts/apisix/Chart.yaml b/charts/apisix/Chart.yaml index 12b576af..dc1cc7c3 100644 --- a/charts/apisix/Chart.yaml +++ b/charts/apisix/Chart.yaml @@ -31,12 +31,12 @@ 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: 0.9.4 +version: 0.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. -appVersion: 2.13.1 +appVersion: 2.14.1 dependencies: - name: etcd diff --git a/charts/apisix/values.yaml b/charts/apisix/values.yaml index a171c383..9512401a 100644 --- a/charts/apisix/values.yaml +++ b/charts/apisix/values.yaml @@ -56,7 +56,7 @@ apisix: repository: apache/apisix pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: 2.13.1-alpine + tag: 2.14.1-alpine # Use a `DaemonSet` or `Deployment` kind: Deployment