Skip to content
Merged
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
2 changes: 1 addition & 1 deletion charts/nginx/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: nginx
description: Nginx is a high-performance HTTP server and reverse proxy.
type: application
version: 0.11.0
version: 0.11.1
appVersion: "1.30.0"
keywords:
- nginx
Expand Down
2 changes: 1 addition & 1 deletion charts/nginx/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ image:
## @param image.repository Nginx image repository
repository: nginx
## @param image.tag Nginx image tag
tag: "1.30.0-alpine@sha256:f60d139a69209d4340f6621fc6a50c9843702214231522a3390432f8db0ed870"
tag: "1.30.0-alpine@sha256:0272e4604ed93c1792f03695a033a6e8546840f86e0de20a884bb17d2c924883"
## @param image.pullPolicy Nginx image pull policy
pullPolicy: Always

Expand Down
Loading