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
4 changes: 2 additions & 2 deletions charts/stable/multus-cni/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ annotations:
trueforge.org/min_helm_version: "3.14"
trueforge.org/train: stable
apiVersion: v2
appVersion: 4.3.0
appVersion: 4.3.1
dependencies:
- name: common
version: 29.17.0
Expand Down Expand Up @@ -39,5 +39,5 @@ sources:
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/multus-cni
- https://hub.docker.com/r/alpine/crane
type: application
version: 2.12.1
version: 2.12.2

2 changes: 1 addition & 1 deletion charts/stable/multus-cni/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
image:
pullPolicy: IfNotPresent
repository: ghcr.io/k8snetworkplumbingwg/multus-cni
tag: v4.3.0-thick@sha256:2b9671447f3ea4e7e56730843dbf59445b9307246f393b61386b896d56ae51c9
tag: v4.3.1-thick@sha256:a357a79359b80ddd5f4699117946cacf3b54f5baecf7944535594863e875fc25

craneImage:
pullPolicy: IfNotPresent
Expand Down
Loading