-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fixed cratedb liveness and readiness probes replace the curl which only looks at the headers with kubernetes native httpGet action. The other one cannot be replace with httpGet action as it inspects the body of the response which httpGet is not able to do. * increased supported cratedb version * increased chart version * set supported crate version to 4.6.7 * set supported crate version to 4.6.7 Co-authored-by: modularTaco <none>
- Loading branch information
1 parent
5d0440a
commit 65c8808
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
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 |
---|---|---|
|
@@ -6,7 +6,7 @@ app: crate | |
|
||
image: | ||
name: crate | ||
tag: 4.0.12 | ||
tag: 4.6.7 | ||
pullPolicy: IfNotPresent | ||
|
||
service: | ||
|