Skip to content

Commit

Permalink
[bitnami/pytorch] Remove wrong entries from image verification (bitna…
Browse files Browse the repository at this point in the history
…mi#29916)

Signed-off-by: Michael Faherty <[email protected]>
  • Loading branch information
migruiz4 authored and mike12806 committed Oct 30, 2024
1 parent c3c6892 commit 75a8bf7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions bitnami/pytorch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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>

Expand Down
2 changes: 1 addition & 1 deletion bitnami/pytorch/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion bitnami/pytorch/templates/NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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" $) }}

0 comments on commit 75a8bf7

Please sign in to comment.