-
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: change min ram percentage to initial (like it should be)
- Loading branch information
1 parent
c3f3500
commit 460b3db
Showing
6 changed files
with
10 additions
and
10 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,13 +1,13 @@ | ||
apiVersion: v2 | ||
name: frankframework | ||
description: A Helm chart for running the Frank!Framework on Kubernetes | ||
version: 0.2.11 | ||
version: 0.2.12 | ||
appVersion: "7.8" | ||
type: application | ||
home: https://frankframework.org | ||
icon: https://raw.githubusercontent.com/frankframework/charts/master/charts/frankframework/icon.svg | ||
|
||
dependencies: | ||
- name: ff-common | ||
version: ~0.1.17 | ||
version: ~0.1.18 | ||
repository: file://../ff-common |
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,13 +1,13 @@ | ||
apiVersion: v2 | ||
name: ff-template | ||
description: A Helm chart for running a Frank! on Kubernetes | ||
version: 0.1.7 | ||
version: 0.1.8 | ||
appVersion: "7.8" | ||
type: application | ||
home: https://frankframework.org | ||
icon: https://raw.githubusercontent.com/frankframework/charts/master/ff-template/icon.svg | ||
|
||
dependencies: | ||
- name: ff-common | ||
version: ~0.1.17 | ||
version: ~0.1.18 | ||
repository: file://../charts/ff-common |