generated from ansible-community/project-template
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make starter Chart.yaml the source of truth for all versions (#25)
* Make starter Chart.yaml the source of truth for all versions Signed-off-by: Miles Wilson <[email protected]> * formatting nits and raise from e * Remove prints --------- Signed-off-by: Miles Wilson <[email protected]> Co-authored-by: Don Naro <[email protected]>
- Loading branch information
Showing
3 changed files
with
47 additions
and
18 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 |
---|---|---|
@@ -1,7 +1,9 @@ | ||
--- | ||
apiVersion: v2 | ||
appVersion: 0.1.0 | ||
description: A Helm chart for Kubernetes | ||
name: starter | ||
description: The community-supported AWX Operator Helm Chart | ||
name: awx-operator | ||
type: application | ||
# the current version of this helm chart | ||
version: 0.1.0 | ||
# The version of the awx-operator to install | ||
appVersion: 2.19.1 |
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