Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update container image tccr.io/truecharts/nginx to v1.24.0 #8606

Merged
merged 2 commits into from May 3, 2023
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/stable/inventree/Chart.yaml
Expand Up @@ -28,7 +28,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/inventree
- https://inventree.readthedocs.io
- https://github.com/inventree/InvenTree
version: 7.0.34
version: 7.0.35
annotations:
truecharts.org/catagories: |
- utilities
Expand Down
2 changes: 1 addition & 1 deletion charts/stable/inventree/values.yaml
Expand Up @@ -5,7 +5,7 @@ image:

nginxImage:
repository: tccr.io/truecharts/nginx
tag: 1.23.4@sha256:7e6b4bc511d01b48171cb3c345a67802297c77143c1411e22c5cf7e8acbf1915
tag: 1.24.0@sha256:7eee831d79f11786149bd02a0d4d438057772285ec7b62fc2976ee70676707fa
pullPolicy: IfNotPresent

securityContext:
Expand Down
2 changes: 1 addition & 1 deletion charts/stable/recipes/Chart.yaml
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
appVersion: "1.4.9"
description: Recipes is a Django application to manage, tag and search recipes using either built in models or external storage providers hosting PDF's, Images or other files.
name: recipes
version: 11.0.35
version: 11.0.36
kubeVersion: ">=1.16.0-0"
keywords:
- recipes
Expand Down
2 changes: 1 addition & 1 deletion charts/stable/recipes/values.yaml
Expand Up @@ -5,7 +5,7 @@ image:

nginxImage:
repository: tccr.io/truecharts/nginx
tag: 1.23.4@sha256:7e6b4bc511d01b48171cb3c345a67802297c77143c1411e22c5cf7e8acbf1915
tag: 1.24.0@sha256:7eee831d79f11786149bd02a0d4d438057772285ec7b62fc2976ee70676707fa

securityContext:
readOnlyRootFilesystem: false
Expand Down
2 changes: 1 addition & 1 deletion charts/stable/vikunja/values.yaml
Expand Up @@ -8,7 +8,7 @@ frontendImage:
pullPolicy: IfNotPresent
nginxImage:
repository: tccr.io/truecharts/nginx
tag: 1.23.4@sha256:7e6b4bc511d01b48171cb3c345a67802297c77143c1411e22c5cf7e8acbf1915
tag: 1.24.0@sha256:7eee831d79f11786149bd02a0d4d438057772285ec7b62fc2976ee70676707fa

workload:
main:
Expand Down
2 changes: 1 addition & 1 deletion charts/stable/wger/Chart.yaml
Expand Up @@ -27,7 +27,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/wger
- https://github.com/wger-project/wger
- https://github.com/wger-project/docker
version: 4.0.42
version: 4.0.43
annotations:
truecharts.org/catagories: |
- life
Expand Down
2 changes: 1 addition & 1 deletion charts/stable/wger/values.yaml
Expand Up @@ -5,7 +5,7 @@ image:

nginxImage:
repository: tccr.io/truecharts/nginx
tag: 1.23.4@sha256:7e6b4bc511d01b48171cb3c345a67802297c77143c1411e22c5cf7e8acbf1915
tag: 1.24.0@sha256:7eee831d79f11786149bd02a0d4d438057772285ec7b62fc2976ee70676707fa
pullPolicy: IfNotPresent

securityContext:
Expand Down