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 registry to 2@422c023 by renovate #19282

Merged
merged 1 commit into from
Mar 16, 2024
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
4 changes: 2 additions & 2 deletions charts/stable/dockerregistry/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ keywords:
- Network-Management
- Productivity
- Tools-Utilities
kubeVersion: ">=1.24.0-0"
kubeVersion: '>=1.24.0-0'
maintainers:
- name: TrueCharts
email: info@truecharts.org
Expand All @@ -39,4 +39,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/dockerregistry
- https://hub.docker.com/_/registry
type: application
version: 5.6.0
version: 5.6.1
2 changes: 1 addition & 1 deletion charts/stable/dockerregistry/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image:
pullPolicy: IfNotPresent
repository: registry
tag: 2@sha256:f4e1b878d4bc40a1f65532d68c94dcfbab56aa8cba1f00e355a206e7f6cc9111
tag: 2@sha256:422c0234a2c2da49562207b72e3f8a206d0d956ecfa485f9517927867ac946f8
persistence:
datastoragepath:
enabled: true
Expand Down
4 changes: 2 additions & 2 deletions charts/stable/reg/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/reg
icon: https://truecharts.org/img/hotlink-ok/chart-icons/reg.png
keywords:
- reg
kubeVersion: ">=1.24.0-0"
kubeVersion: '>=1.24.0-0'
maintainers:
- name: TrueCharts
email: info@truecharts.org
Expand All @@ -34,4 +34,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/reg
- https://hub.docker.com/_/registry
type: application
version: 13.6.0
version: 13.6.1
2 changes: 1 addition & 1 deletion charts/stable/reg/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image:
repository: registry
pullPolicy: IfNotPresent
tag: 2@sha256:f4e1b878d4bc40a1f65532d68c94dcfbab56aa8cba1f00e355a206e7f6cc9111
tag: 2@sha256:422c0234a2c2da49562207b72e3f8a206d0d956ecfa485f9517927867ac946f8
service:
main:
ports:
Expand Down