Skip to content

Commit

Permalink
Release v0.8.35 (support imgproxy 3.19.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
nepalez committed Aug 21, 2023
1 parent 74b1b61 commit fc18022
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.8.35 (2023-08-21)

* Support imgproxy v3.19.0

## 0.8.34 (2023-07-26)

* Make Prometheus ServiceMonitor optional
Expand Down
6 changes: 3 additions & 3 deletions imgproxy/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.34
appVersion: 3.18.2
version: 0.8.35
appVersion: 3.19.0
keywords:
- imgproxy
- image
Expand All @@ -25,7 +25,7 @@ annotations:
artifacthub.io/containsSecurityUpdates: "false"
artifacthub.io/images: |
- name: impgroxy
image: darthsim/imgproxy:v3.18.2
image: darthsim/imgproxy:v3.19.0
artifacthub.io/license: MIT-open-group
artifacthub.io/links: |
- name: imgproxy-helm chart on Github
Expand Down
2 changes: 1 addition & 1 deletion imgproxy/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Docker image repository, tag, policy and secrets for Kubernetes to pull it.
image:
repo: darthsim/imgproxy
tag: v3.18.2
tag: v3.19.0
pullPolicy: IfNotPresent
# create new image-pull-secret if enabled: true
pullSecrets:
Expand Down

0 comments on commit fc18022

Please sign in to comment.