Skip to content

Commit

Permalink
Merge pull request #1928 from AndrewSirenko/helm-customize-kubekins-i…
Browse files Browse the repository at this point in the history
…mage

Supply custom image to ebs-csi-driver-test pod via Helm
  • Loading branch information
k8s-ci-robot authored Feb 9, 2024
2 parents 037595c + 1e11cb4 commit e607514
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/aws-ebs-csi-driver/templates/tests/helm-tester.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ metadata:
spec:
containers:
- name: kubetest2
image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20231206-f7b83ffbe6-master
image: {{ default "gcr.io/k8s-staging-test-infra/kubekins-e2e:v20231206-f7b83ffbe6-master" (.Values.helmTester).image }}
command: [ "/bin/sh", "-c" ]
args:
- |
Expand Down
4 changes: 4 additions & 0 deletions charts/aws-ebs-csi-driver/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -457,3 +457,7 @@ volumeSnapshotClasses: []
# Intended for use with older clusters that cannot easily replace the CSIDriver object
# This parameter should always be false for new installations
useOldCSIDriver: false

# Supply a custom image to the ebs-csi-driver-test pod in helm-tester.yaml
helmTester:
image: "gcr.io/k8s-staging-test-infra/kubekins-e2e:v20231206-f7b83ffbe6-master"

0 comments on commit e607514

Please sign in to comment.