Skip to content

Commit

Permalink
Begin big upgrade to Helm chart. #418
Browse files Browse the repository at this point in the history
  • Loading branch information
axisofentropy committed May 23, 2023
1 parent 6795600 commit de8faa2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions charts/uffizzi-app/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: uffizzi-app
version: 1.2.1
version: "2.0.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
Expand All @@ -24,11 +24,11 @@ dependencies:
version: "1.0.0"
repository: https://uffizzicloud.github.io/uffizzi_controller/
- name: postgresql
version: "12.1.11"
version: "12.5.5"
repository: https://charts.bitnami.com/bitnami
condition: postgresql.enabled
- name: redis
version: "17.6.0"
version: "17.11.3"
repository: https://charts.bitnami.com/bitnami
condition: redis.enabled
maintainers:
Expand All @@ -39,7 +39,7 @@ maintainers:
email: [email protected]
url: https://github.com/axisofentropy
icon: https://app.uffizzi.com/favicon.png
appVersion: "1.0.0"
appVersion: "1.2.1"
deprecated: false
annotations:
# Use this annotation to indicate that this chart version is a pre-release.
Expand Down
2 changes: 1 addition & 1 deletion charts/uffizzi-app/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This chart installs Uffizzi.

## Requirements

This chart requires a Kubernetes Cluster. While it will likely function on k8s >= 1.19, we have only tested upon k8s 1.21 - 1.23.
This chart requires a Kubernetes Cluster. While it will likely function on k8s >= 1.19, we have only tested upon k8s 1.21 - 1.26.

The Cluster must be capable of provisioning `Ingress` resources that obtain public IP addresses and/or hostnames.

Expand Down

0 comments on commit de8faa2

Please sign in to comment.