Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions imgproxy/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: A fast and secure standalone server for resizing and converting rem
name: imgproxy
icon: https://cdn.rawgit.com/imgproxy/imgproxy/master/logo.svg
version: 1.1.0
appVersion: 3.30.0
appVersion: 3.30.1
keywords:
- imgproxy
- image
Expand All @@ -23,7 +23,7 @@ annotations:
artifacthub.io/containsSecurityUpdates: "false"
artifacthub.io/images: |
- name: impgroxy
image: ghcr.io/imgproxy/imgproxy:v3.30.0
image: ghcr.io/imgproxy/imgproxy:v3.30.1
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: ghcr.io/imgproxy/imgproxy
tag: v3.30.0
tag: v3.30.1
pullPolicy: IfNotPresent
# create new image-pull-secret if enabled: true
pullSecrets:
Expand Down