From de8faa2098cda0f8390d4f7c7aa887da91f1390f Mon Sep 17 00:00:00 2001 From: Adam Vollrath Date: Tue, 23 May 2023 13:46:52 -0500 Subject: [PATCH] Begin big upgrade to Helm chart. #418 --- charts/uffizzi-app/Chart.yaml | 8 ++++---- charts/uffizzi-app/README.md | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/uffizzi-app/Chart.yaml b/charts/uffizzi-app/Chart.yaml index b22ca505..3d6986a5 100644 --- a/charts/uffizzi-app/Chart.yaml +++ b/charts/uffizzi-app/Chart.yaml @@ -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 @@ -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: @@ -39,7 +39,7 @@ maintainers: email: adam.vollrath@uffizzi.com 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. diff --git a/charts/uffizzi-app/README.md b/charts/uffizzi-app/README.md index 5adbbb8b..7b498f02 100644 --- a/charts/uffizzi-app/README.md +++ b/charts/uffizzi-app/README.md @@ -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.