-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(schema): Adjust values.schema.json and bump chart version (#10)
The set values for the resource requests and limits are too high at the moment. It was only possible to use an integer which is still to high. That's why this merge requests enables the use of string values for the cpu limits and requests to make values like this valid: ``` resources: limits: cpu: 500m memory: 4Gi requests: cpu: 250m memory: 4Gi ```
- Loading branch information
Showing
4 changed files
with
6 additions
and
6 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ appVersion: 0.1.0 | |
description: A Helm chart for Kubernetes | ||
name: openoracle | ||
type: application | ||
version: 0.1.2 | ||
version: 0.1.3 | ||
maintainers: | ||
- name: xom4ek | ||
email: [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