Skip to content

Commit

Permalink
chore: integration test debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ibakshay committed Sep 13, 2024
1 parent 0389f4f commit 12191ec
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/helm-lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

- name: Run chart integration tests
if: steps.list-changed.outputs.changed == 'true'
run: ct install --config ct.yaml
run: ct install --config ct-2.yaml

- name: Check version bump
id: check-bump
Expand Down
19 changes: 19 additions & 0 deletions ct-2.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and Greenhouse contributors
# SPDX-License-Identifier: Apache-2.0

# See https://github.com/helm/chart-testing#configuration
remote: origin
target-branch: main
validate-maintainers: false
check-version-increment: false
chart-dirs:
- alerts
- cert-manager/charts/v1.11.0
- exposed-services/charts/v1.0.0
- exposed-services/charts/v2.0.0
- kube-monitoring
- service-proxy/charts/1.0.0
chart-repos:
- cert-manager=https://charts.jetstack.io
- alerts=https://prometheus-community.github.io/helm-charts
- kube-monitoring=https://prometheus-community.github.io/helm-charts
2 changes: 1 addition & 1 deletion kubeconfig-generator/chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ apiVersion: v2
description: Automated kubeconfig generator for kubectl-sync/kubectl-logon/u8s
type: application
name: kubeconfig-generator
version: 0.1.8
version: 0.1.9
appVersion: "9e97607a21d909a8464488973741e5e1f534068e"
keywords:
- operator
Expand Down
3 changes: 3 additions & 0 deletions kubeconfig-generator/chart/ci/test-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,6 @@ cluster:
clientSecretRef:
name: super-secret
key: clientSecret


testKey: testValue

0 comments on commit 12191ec

Please sign in to comment.