Skip to content

Commit 1b097c3

Browse files
committed
Fix imgproxy image: 3.18.0 -> 3.18.2
1 parent e31bda9 commit 1b097c3

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

imgproxy/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: A fast and secure standalone server for resizing and converting rem
33
name: imgproxy
44
icon: https://cdn.rawgit.com/imgproxy/imgproxy/master/logo.svg
55
version: 0.8.31
6-
appVersion: 3.18.0
6+
appVersion: 3.18.2
77
keywords:
88
- imgproxy
99
- image
@@ -25,7 +25,7 @@ annotations:
2525
artifacthub.io/containsSecurityUpdates: "false"
2626
artifacthub.io/images: |
2727
- name: impgroxy
28-
image: darthsim/imgproxy:v3.18.0
28+
image: darthsim/imgproxy:v3.18.2
2929
artifacthub.io/license: MIT-open-group
3030
artifacthub.io/links: |
3131
- name: imgproxy-helm chart on Github

imgproxy/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Docker image repository, tag, policy and secrets for Kubernetes to pull it.
33
image:
44
repo: darthsim/imgproxy
5-
tag: v3.18.0
5+
tag: v3.18.2
66
pullPolicy: IfNotPresent
77
# create new image-pull-secret if enabled: true
88
pullSecrets:

0 commit comments

Comments
 (0)