Skip to content

Commit e837abc

Browse files
committed
Release v0.8.30 (support imgproxy 3.15+)
1 parent 597b788 commit e837abc

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.8.30 (not released)
1+
## 0.8.30 (2023-04-11)
22

33
* Add value to configure the service's node port
44
* Enable security context settings for the imgproxy pods

imgproxy/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v1
22
description: A fast and secure standalone server for resizing and converting remote images. The main principles of imgproxy are simplicity, speed, and security.
33
name: imgproxy
44
icon: https://cdn.rawgit.com/imgproxy/imgproxy/master/logo.svg
5-
version: 0.8.29
6-
appVersion: 3.14.0
5+
version: 0.8.30
6+
appVersion: 3.15.0
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.14.0
28+
image: darthsim/imgproxy:v3.15.0
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.14.0
5+
tag: v3.15.0
66
pullPolicy: IfNotPresent
77
# create new image-pull-secret if enabled: true
88
pullSecrets:

0 commit comments

Comments
 (0)