Skip to content
Merged
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 charts/cron-job/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
description: EcoVadis Helm chart for K8s Cron Job
name: charts-cron-job
type: application
version: 2.11.0
version: 2.11.1
dependencies:
- name: charts-core
version: 2.4.2
Expand Down
2 changes: 1 addition & 1 deletion charts/cron-job/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -159,5 +159,5 @@ global:
enabled: false

helmTest:
enabled: true
enabled: false
image: dockerhub/alpine/kubectl:latest # Image used by the helm test pod; must contain kubectl
Loading