[bitnami/pytorch] Remove wrong entries from image verification (#29916)

This commit is contained in:
Miguel Ruiz
2024-10-16 11:36:55 +02:00
committed by GitHub
parent 788bb4a7ba
commit a779521612
3 changed files with 8 additions and 4 deletions

View File

@@ -1,8 +1,12 @@
# Changelog
## 4.2.18 (2024-09-19)
## 4.2.19 (2024-10-16)
* [bitnami/pytorch] Release 4.2.18 ([#29516](https://github.com/bitnami/charts/pull/29516))
* [bitnami/pytorch] Remove wrong entries from image verification ([#29916](https://github.com/bitnami/charts/pull/29916))
## <small>4.2.18 (2024-09-19)</small>
* [bitnami/pytorch] Release 4.2.18 (#29516) ([6d40617](https://github.com/bitnami/charts/commit/6d4061783e317fd6bdb13116bb694f3d200684f2)), closes [#29516](https://github.com/bitnami/charts/issues/29516)
## <small>4.2.17 (2024-09-15)</small>

View File

@@ -33,4 +33,4 @@ maintainers:
name: pytorch
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/pytorch
version: 4.2.18
version: 4.2.19

View File

@@ -65,4 +65,4 @@ Examples for the different methods can be found in the README.
{{ include "pytorch.validateValues" . }}
{{ include "pytorch.checkRollingTags" . }}
{{- include "common.warnings.resources" (dict "sections" (list "" "volumePermissions") "context" $) }}
{{- include "common.warnings.modifiedImages" (dict "images" (list .Values.image .Values.cloneFilesFromGit .Values.git .Values.volumePermissions.image) "context" $) }}
{{- include "common.warnings.modifiedImages" (dict "images" (list .Values.image .Values.git .Values.volumePermissions.image) "context" $) }}