diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ce781a..281ad1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.8.29 (2023-03-09) + +* Support imgproxy v3.14.0 + ## 0.8.28 (2023-03-07) * Support imgproxy v3.13.2 diff --git a/imgproxy/Chart.yaml b/imgproxy/Chart.yaml index 11bec0a..3b60776 100644 --- a/imgproxy/Chart.yaml +++ b/imgproxy/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v1 description: A fast and secure standalone server for resizing and converting remote images. The main principles of imgproxy are simplicity, speed, and security. name: imgproxy icon: https://cdn.rawgit.com/imgproxy/imgproxy/master/logo.svg -version: 0.8.28 -appVersion: 3.13.2 +version: 0.8.29 +appVersion: 3.14.0 keywords: - imgproxy - image @@ -25,7 +25,7 @@ annotations: artifacthub.io/containsSecurityUpdates: "false" artifacthub.io/images: | - name: impgroxy - image: darthsim/imgproxy:v3.13.2 + image: darthsim/imgproxy:v3.14.0 artifacthub.io/license: MIT-open-group artifacthub.io/links: | - name: imgproxy-helm chart on Github diff --git a/imgproxy/values.yaml b/imgproxy/values.yaml index b805a35..ecd2075 100644 --- a/imgproxy/values.yaml +++ b/imgproxy/values.yaml @@ -2,7 +2,7 @@ # Docker image repository, tag, policy and secrets for Kubernetes to pull it. image: repo: darthsim/imgproxy - tag: v3.13.2 + tag: v3.14.0 pullPolicy: IfNotPresent # create new image-pull-secret if enabled: true pullSecrets: