Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: bump kubectl version to 1.32.2 #3209

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
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
2 changes: 1 addition & 1 deletion apptests/appscenarios/contants.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ const (

// Velero constants
kubetoolsImageRepository = "bitnami/kubectl"
kubetoolsImageTag = "1.31.4"
kubetoolsImageTag = "1.32.2"
)
2 changes: 1 addition & 1 deletion common/build/list-images-values.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
secretName: unused
commonName: unused
kubectlImage: bitnami/kubectl:1.31.4
kubectlImage: bitnami/kubectl:1.32.2
2 changes: 1 addition & 1 deletion licenses.d2iq.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@ resources:
- url: https://github.com/NVIDIA/cuda-samples
ref: v12.5
license_path: LICENSE
- container_image: docker.io/bitnami/kubectl:1.31.4
- container_image: docker.io/bitnami/kubectl:1.32.2
sources:
- url: https://github.com/kubernetes/kubectl
ref: v0${image_tag#1}
Expand Down
2 changes: 1 addition & 1 deletion services/ai-navigator-app/0.2.10/defaults/cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,4 @@ data:
tolerations: []

affinity: {}
kubectlImage: ${kubetoolsImageRepository:=bitnami/kubectl}:${kubetoolsImageTag:=1.31.4}
kubectlImage: ${kubetoolsImageRepository:=bitnami/kubectl}:${kubetoolsImageTag:=1.32.2}
2 changes: 2 additions & 0 deletions services/cosi-driver-nutanix/0.3.0/defaults/cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ data:
cosi-bucket-kit-values.yaml: |-
cosiBucketKit:
enabled: true
transformations:
kubectlImage: bitnami/kubectl:1.32.2
bucketClasses:
- name: cosi-nutanix-nkp
driverName: ntnx.objectstorage.k8s.io
Expand Down
2 changes: 1 addition & 1 deletion services/dex/2.14.1/defaults/cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ data:
values.yaml: |-
---
priorityClassName: "dkp-critical-priority"
kubectlImage: "${kubetoolsImageRepository:=bitnami/kubectl}:${kubetoolsImageTag:=1.31.4}"
kubectlImage: "${kubetoolsImageRepository:=bitnami/kubectl}:${kubetoolsImageTag:=1.32.2}"
image: mesosphere/dex
imageTag: v2.41.1-d2iq.2
resources:
Expand Down
2 changes: 1 addition & 1 deletion services/git-operator/0.1.3/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ patches:
name: git-operator-git-webserver
images:
- name: bitnami/kubectl
newTag: 1.31.4
newTag: 1.32.2
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ spec:
priorityClassName: dkp-critical-priority
containers:
- name: pre-install
image: "${kubetoolsImageRepository:=bitnami/kubectl}:${kubetoolsImageTag:=1.31.4}"
image: "${kubetoolsImageRepository:=bitnami/kubectl}:${kubetoolsImageTag:=1.32.2}"
command:
- sh
- -c
Expand Down
4 changes: 2 additions & 2 deletions services/harbor/1.16.2/defaults/harbor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ data:
enabled: false
transformations:
priorityClassName: dkp-high-priority
kubectlImage: ${kubetoolsImageRepository:=bitnami/kubectl}:${kubetoolsImageTag:=1.31.4}
kubectlImage: ${kubetoolsImageRepository:=bitnami/kubectl}:${kubetoolsImageTag:=1.32.2}
harbor:
enabled: true
cmName: harbor-cosi-overrides
Expand All @@ -131,4 +131,4 @@ data:
targetSecretName: "harbor-s3-credentials"
reloader: true

kubectlImage: ${kubetoolsImageRepository:=bitnami/kubectl}:${kubetoolsImageTag:=1.31.4}
kubectlImage: ${kubetoolsImageRepository:=bitnami/kubectl}:${kubetoolsImageTag:=1.32.2}
4 changes: 2 additions & 2 deletions services/harbor/1.16.2/pre-install/pre-install-jobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ spec:
priorityClassName: dkp-high-priority
containers:
- name: generate-harbor-admin-password
image: "${kubetoolsImageRepository:=bitnami/kubectl}:${kubetoolsImageTag:=1.31.4}"
image: "${kubetoolsImageRepository:=bitnami/kubectl}:${kubetoolsImageTag:=1.32.2}"
command:
- bash
- -c
Expand All @@ -96,7 +96,7 @@ spec:
--from-literal=HARBOR_ADMIN_PASSWORD=$(tr -dc 'A-Za-z0-9!?%=' < /dev/urandom | head -c 20) | \
kubectl apply --server-side -f -
- name: generate-valkey-password
image: "${kubetoolsImageRepository:=bitnami/kubectl}:${kubetoolsImageTag:=1.31.4}"
image: "${kubetoolsImageRepository:=bitnami/kubectl}:${kubetoolsImageTag:=1.32.2}"
command:
- bash
- -c
Expand Down
2 changes: 1 addition & 1 deletion services/istio/1.23.3/defaults/cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ data:
prometheus.kommander.d2iq.io/select: "true"
global:
image: ${kubetoolsImageRepository:=bitnami/kubectl}
tag: ${kubetoolsImageTag:=1.31.4}
tag: ${kubetoolsImageTag:=1.32.2}
priorityClassName: "dkp-critical-priority"
operator:
# expose metrics for prometheus scraping
Expand Down
2 changes: 1 addition & 1 deletion services/knative/1.17.0/defaults/cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ data:
global:
priorityClassName: "dkp-high-priority"
image: ${kubetoolsImageRepository:=bitnami/kubectl}
tag: ${kubetoolsImageTag:=1.31.4}
tag: ${kubetoolsImageTag:=1.32.2}
eventing:
enabled: false
eventing-sources:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
hooks:
kubectlImage: "bitnami/kubectl:1.31.4"
kubectlImage: "bitnami/kubectl:1.32.2"
2 changes: 1 addition & 1 deletion services/kube-prometheus-stack/69.1.2/defaults/cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ data:
mesosphereResources:
create: true
hooks:
kubectlImage: "${kubetoolsImageRepository:=bitnami/kubectl}:${kubetoolsImageTag:=1.31.4}"
kubectlImage: "${kubetoolsImageRepository:=bitnami/kubectl}:${kubetoolsImageTag:=1.32.2}"
rules:
# addon alert rules are defaulted to false to prevent potential misfires if addons
# are disabled.
Expand Down
2 changes: 1 addition & 1 deletion services/kubecost/2.5.2/defaults/cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ data:
credentialsSecretName: federated-store
transformations:
priorityClassName: dkp-high-priority
kubectlImage: ${kubetoolsImageRepository:=bitnami/kubectl}:${kubetoolsImageTag:=1.31.4}
kubectlImage: ${kubetoolsImageRepository:=bitnami/kubectl}:${kubetoolsImageTag:=1.32.2}
kubecost:
enabled: true
# Overrides for kubecost to run in primary mode for multi cluster setup with object storage.
Expand Down
2 changes: 1 addition & 1 deletion services/kubecost/2.5.2/pre-install/pre-install-jobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ spec:
priorityClassName: dkp-high-priority
containers:
- name: create-kubecost-cluster-info-configmap
image: "${kubetoolsImageRepository:=bitnami/kubectl}:${kubetoolsImageTag:=1.31.4}"
image: "${kubetoolsImageRepository:=bitnami/kubectl}:${kubetoolsImageTag:=1.32.2}"
command:
- bash
- -c
Expand Down
2 changes: 1 addition & 1 deletion services/kubefed/0.11.1/defaults/cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ data:
postInstallJob:
repository: bitnami
image: kubectl
tag: 1.31.4
tag: 1.32.2
webhook:
annotations:
secret.reloader.stakater.com/reload: "kubefed-root-ca"
Expand Down
2 changes: 1 addition & 1 deletion services/kubetunnel/0.0.39/defaults/cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ data:
hooks:
kubectlImage:
repository: "${kubetoolsImageRepository:=bitnami/kubectl}"
tag: "${kubetoolsImageTag:=1.31.4}"
tag: "${kubetoolsImageTag:=1.32.2}"
controller:
manager:
resources:
Expand Down
2 changes: 1 addition & 1 deletion services/nkp-insights-management/1.4.4/defaults/cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ data:
insightsCRIngress:
globalRateLimitAverageQPS: 100
globalRateLimitBurst: 100
kubectlImage: bitnami/kubectl:1.31.4
kubectlImage: bitnami/kubectl:1.32.2
managementCM:
backendTokenTTL: 1h
insightsTTL: 72h
Expand Down
2 changes: 1 addition & 1 deletion services/nkp-insights/1.4.4/defaults/cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ data:
cpu: 100m
memory: 512Mi
schedule: '@every 35m'
kubectlImage: bitnami/kubectl:1.31.4
kubectlImage: bitnami/kubectl:1.32.2
nova:
baseEvaluationTimeout: 1m
enabled: true
Expand Down
2 changes: 1 addition & 1 deletion services/project-grafana-loki/0.79.5/defaults/cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ data:
####################################################################
# this is used in object-bucket-claims overrides
kubectlImage: bitnami/kubectl:1.31.4
kubectlImage: bitnami/kubectl:1.32.2
loki:
ingesterFullname: loki-ingester
Expand Down
4 changes: 3 additions & 1 deletion services/rook-ceph-cluster/1.16.2/defaults/cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ data:
memory: "100Mi"

# this is used in object-bucket-claims overrides
kubectlImage: bitnami/kubectl:1.31.4
kubectlImage: bitnami/kubectl:1.32.2

#################################################################
## BEGIN NKP specific config overrides ##
Expand Down Expand Up @@ -282,6 +282,8 @@ data:
# COSI related resources corresponding to cosi-bucket-kit chart from mesosphere/charts stable repo.
cosiBucketKit:
enabled: true
transformations:
kubectlImage: bitnami/kubectl:1.32.2
bucketClasses: # Cluster scoped resource
- name: cosi-ceph-nkp
driverName: rook-ceph.ceph.objectstorage.k8s.io
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ spec:
restartPolicy: OnFailure
containers:
- name: pre-install
image: "${kubetoolsImageRepository:=bitnami/kubectl}:${kubetoolsImageTag:=1.31.4}"
image: "${kubetoolsImageRepository:=bitnami/kubectl}:${kubetoolsImageTag:=1.32.2}"
command:
- sh
- -c
Expand All @@ -57,7 +57,7 @@ spec:
sleep 30
done
- name: pre-upgrade
image: "${kubetoolsImageRepository:=bitnami/kubectl}:${kubetoolsImageTag:=1.31.4}"
image: "${kubetoolsImageRepository:=bitnami/kubectl}:${kubetoolsImageTag:=1.32.2}"
command:
- sh
- -c
Expand Down
2 changes: 1 addition & 1 deletion services/thanos/15.7.24/jobs/jobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ spec:
priorityClassName: dkp-critical-priority
containers:
- name: kubectl
image: "${kubetoolsImageRepository:=bitnami/kubectl}:${kubetoolsImageTag:=1.31.4}"
image: "${kubetoolsImageRepository:=bitnami/kubectl}:${kubetoolsImageTag:=1.32.2}"
command:
- sh
- "-c"
Expand Down
3 changes: 2 additions & 1 deletion services/velero/8.3.0/defaults/cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ data:
name: plugins
kubectl:
image:
repository: docker.io/bitnami/kubectl
# If we don't override the version here, upstream chart will pull an image dynamically based on k8s cluster version.
# which makes it harder to build airgapped tar bundles. So to make bundle collection predictable, we override the tag here.
tag: "${kubetoolsImageTag:=1.31.4}"
tag: "${kubetoolsImageTag:=1.32.2}"
2 changes: 1 addition & 1 deletion services/velero/8.3.0/velero-pre-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ spec:
substitute:
releaseNamespace: ${releaseNamespace}
kubetoolsImageRepository: ${kubetoolsImageRepository:=bitnami/kubectl}
kubetoolsImageTag: ${kubetoolsImageTag:=1.31.4}
kubetoolsImageTag: ${kubetoolsImageTag:=1.32.2}
Loading