Skip to content

Conversation

breardon2011
Copy link
Contributor

@breardon2011 breardon2011 commented Oct 17, 2025

Add helm charts for opentaco cluster
Adjust UI deploy from netifly to portable
Clean up readme and helm chart instructions

AI used to iterate on the helm charts and clean up unused helm charts / settings from example implementations

Once this is merged I'll confirm the release pipelines work as expected. In packaging time we could also add more varied examples of configurations (this is pretty much happy path for cloud SQL/our setup)

i've tested a real version of test values

@breardon2011 breardon2011 marked this pull request as ready for review October 20, 2025 19:42
Comment on lines 18 to 23
- name: postgresql
version: "15.x.x"
repository: https://charts.bitnami.com/bitnami
condition: postgresql.enabled
tags:
- database
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.


maintainers:
- name: OpenTaco Team
email: team@opentaco.dev
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

# Digger Backend - terraform orchestration
- name: digger-backend
version: "0.1.12"
repository: "file://../digger-backend"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dont you think our repository links of the parent repository should rely on OCI images of the child repositories instead?

--create-namespace \
--values values.yaml
# 1. Configure values file (see Configuration Checklist below)
cp opentaco/values-test.yaml.example opentaco/values-test.yaml
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should not expect people to clone the repo and use local files, we can instead just ask them to fetch the values from the published repo on ghcr.io like the step here https://www.runatlantis.io/docs/deployment.html#kubernetes-helm-chart

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah that makes sense


# 4. Deploy
cd opentaco
helm install opentaco . -f values-test.yaml -n opentaco
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should probably say something like helm repo opentaco ghcr.io://

import { Route as AuthenticatedDashboardDashboardReposConnectRouteImport } from './routes/_authenticated/_dashboard/dashboard/repos.connect'
import { Route as AuthenticatedDashboardDashboardReposRepoIdRouteImport } from './routes/_authenticated/_dashboard/dashboard/repos.$repoId'
import { Route as AuthenticatedDashboardDashboardProjectsProjectIdRouteImport } from './routes/_authenticated/_dashboard/dashboard/projects.$projectId'
import { Route as AuthenticatedDashboardDashboardProjectsProjectidRouteImport } from './routes/_authenticated/_dashboard/dashboard/projects.$projectid'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this file and the projectid intentionally commited or is it by accident?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

that is intentional the ui wasn't building without those changes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants