Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

helm chart updates 2023 q2 #78

Draft
wants to merge 5 commits into
base: develop
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions charts/uffizzi-controller/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: uffizzi-controller
version: 1.1.0
version: 1.1.1
kubeVersion: ">= 1.21.6-0" # https://issuetracker.google.com/issues/77503699
description: "A smart proxy service that handles requests from Uffizzi App to the Kubernetes API - 1 of 3 services (controller, uffizzi_app, uffizzi_cli) that comprise the uffizzi full-stack previews engine which automates trigger-based on-demand preview environments"
type: application
Expand All @@ -21,14 +21,14 @@ sources:
- https://gitlab.com/dualbootpartners/idyl/uffizzi_controller
dependencies:
- name: ingress-nginx
version: "~4.6.1"
version: "4.x.x"
repository: https://kubernetes.github.io/ingress-nginx
# condition:
# tags:
# import-values:
# alias:
- name: cert-manager
version: "~1.12.0"
version: "1.x.x"
repository: https://charts.jetstack.io
# condition:
# tags:
Expand All @@ -42,9 +42,10 @@ maintainers:
email: [email protected]
url: https://github.com/axisofentropy
icon: https://app.uffizzi.com/favicon.png
appVersion: "1.0.1"
appVersion: "1.1.8"
deprecated: false
annotations:
# Use this annotation to indicate that this chart version is a pre-release.
# https://artifacthub.io/docs/topics/annotations/helm/
artifacthub.io/prerelease: "false"
artifacthub.io/category: integration-delivery
artifacthub.io/license: Apache-2.0