Skip to content

Commit cea9bae

Browse files
committed
enterprise: bumping bitnami/kubectl version
Signed-off-by: Hung Nguyen <[email protected]>
1 parent 21b8766 commit cea9bae

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

stable/enterprise/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
name: enterprise
3-
version: "3.1.2"
3+
version: "3.1.3"
44
appVersion: "5.12.0"
55
kubeVersion: 1.23.x - 1.31.x || 1.23.x-x - 1.31.x-x
66
description: |

stable/enterprise/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1054,7 +1054,7 @@ To restore your deployment to using your previous driver configurations:
10541054
| `upgradeJob.rbacCreate` | Create RBAC resources for the Anchore upgrade job | `true` |
10551055
| `upgradeJob.serviceAccountName` | Use an existing service account for the Anchore upgrade job | `""` |
10561056
| `upgradeJob.usePostUpgradeHook` | Use a Helm post-upgrade hook to run the upgrade job instead of the default pre-upgrade hook. This job does not require creating RBAC resources. | `false` |
1057-
| `upgradeJob.kubectlImage` | The image to use for the upgrade job's init container that uses kubectl to scale down deployments before an upgrade | `bitnami/kubectl:1.27` |
1057+
| `upgradeJob.kubectlImage` | The image to use for the upgrade job's init container that uses kubectl to scale down deployments before an upgrade | `bitnami/kubectl:1.30` |
10581058
| `upgradeJob.nodeSelector` | Node labels for the Anchore upgrade job pod assignment | `{}` |
10591059
| `upgradeJob.tolerations` | Tolerations for the Anchore upgrade job pod assignment | `[]` |
10601060
| `upgradeJob.affinity` | Affinity for the Anchore upgrade job pod assignment | `{}` |
@@ -1119,7 +1119,7 @@ To restore your deployment to using your previous driver configurations:
11191119
| Name | Description | Value |
11201120
| ------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------- | ---------------------- |
11211121
| `osaaMigrationJob.enabled` | Enable the Anchore Object Store and Analysis Archive migration job | `false` |
1122-
| `osaaMigrationJob.kubectlImage` | The image to use for the job's init container that uses kubectl to scale down deployments for the migration | `bitnami/kubectl:1.27` |
1122+
| `osaaMigrationJob.kubectlImage` | The image to use for the job's init container that uses kubectl to scale down deployments for the migration | `bitnami/kubectl:1.30` |
11231123
| `osaaMigrationJob.extraEnv` | An array to add extra environment variables | `[]` |
11241124
| `osaaMigrationJob.extraVolumes` | Define additional volumes for Anchore Object Store and Analysis Archive migration job | `[]` |
11251125
| `osaaMigrationJob.extraVolumeMounts` | Define additional volume mounts for Anchore Object Store and Analysis Archive migration job | `[]` |

stable/enterprise/tests/__snapshot__/prehook_upgrade_resources_test.yaml.snap

+5-5
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ migration job should match snapshot:
5353
command:
5454
- /bin/bash
5555
- -c
56-
image: bitnami/kubectl:1.27
56+
image: bitnami/kubectl:1.30
5757
name: scale-down-anchore
5858
- args:
5959
- |
@@ -175,7 +175,7 @@ migration job should match snapshot analysisArchiveMigration and objectStoreMigr
175175
command:
176176
- /bin/bash
177177
- -c
178-
image: bitnami/kubectl:1.27
178+
image: bitnami/kubectl:1.30
179179
name: scale-down-anchore
180180
- args:
181181
- |
@@ -295,7 +295,7 @@ migration job should match snapshot analysisArchiveMigration to true:
295295
command:
296296
- /bin/bash
297297
- -c
298-
image: bitnami/kubectl:1.27
298+
image: bitnami/kubectl:1.30
299299
name: scale-down-anchore
300300
- args:
301301
- |
@@ -414,7 +414,7 @@ migration job should match snapshot objectStoreMigration to true:
414414
command:
415415
- /bin/bash
416416
- -c
417-
image: bitnami/kubectl:1.27
417+
image: bitnami/kubectl:1.30
418418
name: scale-down-anchore
419419
- args:
420420
- |
@@ -585,7 +585,7 @@ should render proper initContainers:
585585
command:
586586
- /bin/bash
587587
- -c
588-
image: bitnami/kubectl:1.27
588+
image: bitnami/kubectl:1.30
589589
name: scale-down-anchore
590590
- args:
591591
- |

stable/enterprise/values.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1548,7 +1548,7 @@ upgradeJob:
15481548
## @param upgradeJob.kubectlImage The image to use for the upgrade job's init container that uses kubectl to scale down deployments before an upgrade
15491549
## This is only used in the preupgrade job.
15501550
##
1551-
kubectlImage: bitnami/kubectl:1.27
1551+
kubectlImage: bitnami/kubectl:1.30
15521552

15531553
## @param upgradeJob.nodeSelector Node labels for the Anchore upgrade job pod assignment
15541554
##
@@ -1759,7 +1759,7 @@ osaaMigrationJob:
17591759
## @param osaaMigrationJob.kubectlImage The image to use for the job's init container that uses kubectl to scale down deployments for the migration
17601760
## This is only used in the osaaMigrationJob job.
17611761
##
1762-
kubectlImage: bitnami/kubectl:1.27
1762+
kubectlImage: bitnami/kubectl:1.30
17631763

17641764
## @param osaaMigrationJob.extraEnv An array to add extra environment variables
17651765
##

0 commit comments

Comments
 (0)