Skip to content

Commit

Permalink
chore: update osaaMigrationJobs kubectlImage (#422)
Browse files Browse the repository at this point in the history
* chore: update osaaMigrationJobs kubectlImage

Signed-off-by: Hung Nguyen <hung.tran.nguyen.585@gmail.com>

* bump chart version

Signed-off-by: Brady Todhunter <bradyt@anchore.com>

---------

Signed-off-by: Hung Nguyen <hung.tran.nguyen.585@gmail.com>
Signed-off-by: Brady Todhunter <bradyt@anchore.com>
Co-authored-by: Brady Todhunter <bradyt@anchore.com>
  • Loading branch information
HN23 and Btodhunter authored Dec 5, 2024
1 parent f62f079 commit f16bfca
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion stable/enterprise/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: enterprise
version: "3.2.1"
version: "3.2.2"
appVersion: "5.12.0"
kubeVersion: 1.23.x - 1.31.x || 1.23.x-x - 1.31.x-x
description: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ migration job should match snapshot:
command:
- /bin/bash
- -c
image: bitnami/kubectl:1.27
image: bitnami/kubectl:1.30
name: scale-down-anchore
- args:
- |
Expand Down Expand Up @@ -175,7 +175,7 @@ migration job should match snapshot analysisArchiveMigration and objectStoreMigr
command:
- /bin/bash
- -c
image: bitnami/kubectl:1.27
image: bitnami/kubectl:1.30
name: scale-down-anchore
- args:
- |
Expand Down Expand Up @@ -295,7 +295,7 @@ migration job should match snapshot analysisArchiveMigration to true:
command:
- /bin/bash
- -c
image: bitnami/kubectl:1.27
image: bitnami/kubectl:1.30
name: scale-down-anchore
- args:
- |
Expand Down Expand Up @@ -414,7 +414,7 @@ migration job should match snapshot objectStoreMigration to true:
command:
- /bin/bash
- -c
image: bitnami/kubectl:1.27
image: bitnami/kubectl:1.30
name: scale-down-anchore
- args:
- |
Expand Down
2 changes: 1 addition & 1 deletion stable/enterprise/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1759,7 +1759,7 @@ osaaMigrationJob:
## @param osaaMigrationJob.kubectlImage The image to use for the job's init container that uses kubectl to scale down deployments for the migration
## This is only used in the osaaMigrationJob job.
##
kubectlImage: bitnami/kubectl:1.27
kubectlImage: bitnami/kubectl:1.30

## @param osaaMigrationJob.extraEnv An array to add extra environment variables
##
Expand Down

0 comments on commit f16bfca

Please sign in to comment.