Skip to content

Commit

Permalink
Merge branch 'ucluster-integration-2023'
Browse files Browse the repository at this point in the history
  • Loading branch information
axisofentropy committed Jun 23, 2023
2 parents 3dec0f2 + 7c4652f commit 7b74897
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
1 change: 1 addition & 0 deletions charts/uffizzi-controller/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
charts/
Chart.lock
13 changes: 4 additions & 9 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: 2.0.0
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 @@ -23,17 +23,12 @@ dependencies:
- name: ingress-nginx
version: "~4.6.1"
repository: https://kubernetes.github.io/ingress-nginx
# condition:
# tags:
# import-values:
# alias:
- name: cert-manager
version: "~1.12.0"
repository: https://charts.jetstack.io
# condition:
# tags:
# import-values:
# alias:
- name: uffizzi-cluster-operator
version: "0.x.x"
repository: https://uffizzicloud.github.io/uffizzi-cluster-operator/
maintainers:
- name: Uffizzi
email: [email protected]
Expand Down
6 changes: 6 additions & 0 deletions charts/uffizzi-controller/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,14 @@ global:
password: ChangeMeNow

cert-manager: # dependency
enabled: true
installCRDs: true

ingress-nginx:
controller:
extraArgs:
enable-ssl-passthrough: true

certEmail: "[email protected]"

clusterIssuer: "letsencrypt"
Expand Down

0 comments on commit 7b74897

Please sign in to comment.