-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix bug in zarf.yaml Podinfo images moved upstream from ironbank Update git repo value in gitrepository def Fix gitrepo URL Update gitrepo info in BigBang chart Update podinfo Update keycloak config Update git repo values in values.yaml Add volume mounts for quarkus properties and truststore Enable minio and change keycloak replicas to 1 Update README Disable neuvector healthcheck Add correct ns for podinfo healthcheck
- Loading branch information
Showing
11 changed files
with
205 additions
and
172 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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# The version of Big Bang to use. | ||
BIGBANG_VERSION := 1.50.0 | ||
BIGBANG_VERSION := 1.51.0 | ||
|
||
ZARF_BIN := zarf | ||
|
||
|
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,2 +1,5 @@ | ||
istio: | ||
enabled: true | ||
image: | ||
repository: ghcr.io/stefanprodan/podinfo | ||
tag: 6.0.0 |
Oops, something went wrong.