-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix:update crd version in helm chart * fix:update crd version in folder * refactor: remove the import aliases as they are not needed thereby reducing maintenance with every upgrade * refactor: upgrading the version on samples and comments that were missed in the last commit * fix: moving the crd to crd folder and checking to see if we can deploy through helm controller * upgrade helm chart version * refactor: update v1aplpha2 reference Co-authored-by: Sangeetha Madamanchi <[email protected]> Co-authored-by: Flux <>
- Loading branch information
1 parent
f8aeafd
commit e16cda4
Showing
9 changed files
with
45 additions
and
20 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
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
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,6 +1,6 @@ | ||
apiVersion: v2 | ||
name: overwhelm | ||
version: 1.1.1 | ||
version: 1.1.2 | ||
maintainers: | ||
- name: "Expedia Group" | ||
url: "https://github.com/ExpediaGroup/overwhelm" |
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
11 changes: 11 additions & 0 deletions
11
config/helm-manifest/application_crd_older_version_patch.yaml
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# add older versions here if there is a version upgrade of the application CRD | ||
- op: add | ||
path: /spec/versions/0 | ||
value: | ||
name: v1alpha1 | ||
served: false | ||
storage: false | ||
schema: | ||
openAPIV3Schema: | ||
description: Application is the Schema for the applications API | ||
type: object |
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