-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9a500b1
commit 16d9b93
Showing
6 changed files
with
18 additions
and
12 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,2 +1,3 @@ | ||
# kubernetic-charts | ||
|
||
Charts of Kubernetic |
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,5 +1,5 @@ | ||
apiVersion: v1 | ||
appVersion: "1.0" | ||
appVersion: 3.1.0 | ||
description: Kubernetic Backend - Supercharge your clusters | ||
name: kubernetic-backend | ||
version: 0.1.0 | ||
version: 3.1.0 |
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,5 +1,5 @@ | ||
apiVersion: v1 | ||
appVersion: "1.0" | ||
appVersion: 3.1.0 | ||
description: Kubernetic Frontend - Supercharge your clusters | ||
name: kubernetic-frontend | ||
version: 0.1.0 | ||
version: 3.1.0 |
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,12 +1,12 @@ | ||
apiVersion: v1 | ||
appVersion: "1.0" | ||
appVersion: 3.1.0 | ||
description: Kubernetic - Supercharge your clusters | ||
name: kubernetic | ||
version: 0.1.0 | ||
version: 3.1.0 | ||
dependencies: | ||
- name: kubernetic-backend | ||
repository: file://../kubernetic-backend | ||
version: 0.1.0 | ||
version: 3.1.0 | ||
- name: kubernetic-frontend | ||
repository: file://../kubernetic-frontend | ||
version: 0.1.0 | ||
version: 3.1.0 |