We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82482a9 commit ef5cddcCopy full SHA for ef5cddc
CHANGELOG.md
@@ -1,8 +1,9 @@
1
-## 0.10.0 (2024-04-01)
+## 1.0.0 (to be released)
2
3
-* Update default imgproxy version to v3.23.0
+* default imgproxy version: v3.28.0
4
+* service account selecton bug fix
5
-### Backward incompatible changes
6
+### 🚨 Backward incompatible changes 🚨
7
8
* Remove all environment-specific values in favor of customizable env variables at `.Values.env.*`
9
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.24.1
+ tag: v3.28.0
pullPolicy: IfNotPresent
# create new image-pull-secret if enabled: true
pullSecrets:
0 commit comments