-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update cass-operator to v1.3.0 * Added appVersion and home fields to Chart.yaml * Added maintainer to chart * Removed maintainer validation * Test fixing kind action * Add kubeconfig home directory * Add kubeconfig home directory and file * Removed maintainers check * Added duration to timeout
- Loading branch information
1 parent
5bbbeba
commit d737624
Showing
8 changed files
with
70 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,6 +15,11 @@ jobs: | |
- name: Fetch history | ||
run: git fetch --prune --unshallow | ||
|
||
- name: Create Kubeconfig directories | ||
run: | | ||
mkdir ~/.kube | ||
touch ~/.kube/config | ||
- name: Run chart-testing (lint) | ||
id: lint | ||
uses: helm/[email protected] | ||
|
@@ -24,7 +29,7 @@ jobs: | |
- name: Create kind cluster | ||
uses: helm/[email protected] | ||
# Only build a kind cluster if there are chart changes to test. | ||
if: steps.lint.outputs.changed == 'true' | ||
# if: steps.lint.outputs.changed == 'true' | ||
|
||
- name: Run chart-testing (install) | ||
uses: helm/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,10 @@ | ||
apiVersion: v2 | ||
name: cass-operator | ||
version: 1.2.0 | ||
version: 1.3.0 | ||
description: Helm chart for Cass Operator. | ||
appVersion: 1.3.0 | ||
home: https://github.com/datastax/cass-operator | ||
maintainers: | ||
- name: Cassandra Operator Team | ||
email: [email protected] | ||
url: https://www.datastax.com/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -63,3 +63,9 @@ rules: | |
- '*' | ||
verbs: | ||
- '*' | ||
- apiGroups: | ||
- batch | ||
resources: | ||
- '*' | ||
verbs: | ||
- '*' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters