Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
lidiamokevnina committed Feb 8, 2024
2 parents 0624f79 + 3edb4e7 commit fdb0c2e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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: 2.3.8
version: 2.4.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 Down
6 changes: 6 additions & 0 deletions charts/uffizzi-controller/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,19 @@ helm list --namespace uffizzi-controller

### Troubleshooting

#### Flux

When installing this chart, you may see errors like this:
```
clusterroles.rbac.authorization.k8s.io "my-uffizzi-controller-flux-default-source-controller-helmchart" already exists
```

This happens when more than one resource within a dependency chart (in this case `flux`) has a very long name truncated into the same name as another resource. To avoid this, use shorter release names as in the example above.

#### cert-manager

Check the cert-manager project's documentation for compatibility with many cloud Kubernetes providers, including private GKE clusters, GKE Autopilot, and AWS EKS: https://cert-manager.io/docs/installation/compatibility/

## More Info

See this project's main repository here: https://github.com/UffizziCloud/uffizzi_controller
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.3.8
2.4.0

0 comments on commit fdb0c2e

Please sign in to comment.