Skip to content

Commit

Permalink
chore(charts): bump defaut kaniko version
Browse files Browse the repository at this point in the history
Signed-off-by: Thibault Camalon <[email protected]>
  • Loading branch information
thbcmlowk committed Aug 5, 2024
1 parent 1526435 commit 8f924bc
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions charts/substra-backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Changelog

<!-- towncrier release notes start -->
## [26.9.1] - 2024-08-05

# Changed

Upgrade default version for kaniko executor and warmer.

## [26.9.0] - 2024-07-22

# Added
Expand Down
2 changes: 1 addition & 1 deletion charts/substra-backend/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: substra-backend
home: https://github.com/Substra
version: "26.9.0"
version: "26.9.1"
appVersion: "0.47.0"
kubeVersion: ">= 1.19.0-0"
description: Main package for Substra
Expand Down
4 changes: 2 additions & 2 deletions charts/substra-backend/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -801,7 +801,7 @@ kaniko:
image:
registry: gcr.io
repository: kaniko-project/executor
tag: v1.8.1
tag: &kanikoVersion v1.23.2
## @param kaniko.resources.requests.cpu Kaniko container cpu request
## @param kaniko.resources.requests.memory Kaniko container memory request
## @param kaniko.resources.limits.memory Kaniko container memory limit
Expand All @@ -827,7 +827,7 @@ kaniko:
image:
registry: gcr.io
repository: kaniko-project/warmer
tag: v1.8.1
tag: *kanikoVersion
## @param kaniko.cache.warmer.cachedImages A list of docker images to warmup the Kaniko cache
## e.g:
## - ghcr.io/substra-314908/substra-tools:0.9.0-minimal
Expand Down

0 comments on commit 8f924bc

Please sign in to comment.