-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop', update Helm chart.
- Loading branch information
Showing
2 changed files
with
14 additions
and
4 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,6 +1,6 @@ | ||
apiVersion: v2 | ||
name: uffizzi-app | ||
version: 1.2.6 | ||
version: 1.3.0 | ||
kubeVersion: ">= 1.21.0-0" # https://issuetracker.google.com/issues/77503699 | ||
description: "Uffizzi is an open-source engine for creating lightweight, ephemeral test environments for APIs and full-stack applications. Uffizzi enables teams to preview new features before merging." | ||
type: application | ||
|
@@ -16,6 +16,7 @@ keywords: | |
- ci | ||
- cd | ||
- cp | ||
- idp | ||
home: https://uffizzi.com/ | ||
sources: | ||
- https://github.com/UffizziCloud/uffizzi | ||
|
@@ -24,11 +25,11 @@ dependencies: | |
version: "^2" | ||
repository: https://uffizzicloud.github.io/uffizzi_controller/ | ||
- name: postgresql | ||
version: "12.1.11" | ||
version: "~13" | ||
repository: https://charts.bitnami.com/bitnami | ||
condition: postgresql.enabled | ||
- name: redis | ||
version: "17.6.0" | ||
version: "~18" | ||
repository: https://charts.bitnami.com/bitnami | ||
condition: redis.enabled | ||
maintainers: | ||
|
@@ -39,7 +40,7 @@ maintainers: | |
email: [email protected] | ||
url: https://github.com/axisofentropy | ||
icon: https://app.uffizzi.com/favicon.png | ||
appVersion: "1.0.0" | ||
appVersion: "2.3.0" | ||
deprecated: false | ||
annotations: | ||
# Use this annotation to indicate that this chart version is a pre-release. | ||
|
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