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

update helm chart to support stable + edge releases #160

Merged
merged 1 commit into from
Mar 19, 2024

Conversation

avimoondra
Copy link
Contributor

@avimoondra avimoondra commented Mar 19, 2024

$ helm template -f ~/retool-helm/charts/retool/values.yaml foo ~/retool-helm/charts/retool --set config.encryptionKey="foo" --set image.tag="3.33.13-stable" | rg "kind: Deployment" -C 2

# Source: retool/templates/deployment_backend.yaml
apiVersion: apps/v1
kind: Deployment
metadata:
  name: foo-retool
--
# Source: retool/templates/deployment_code_executor.yaml
apiVersion: apps/v1
kind: Deployment
metadata:
  name: foo-retool-code-executor
--
# Source: retool/templates/deployment_jobs.yaml
apiVersion: apps/v1
kind: Deployment
metadata:
  name: foo-retool-jobs-runner
--
# Source: retool/templates/deployment_workflows.yaml
apiVersion: apps/v1
kind: Deployment
metadata:
  name: foo-retool-workflow-backend
--
# Source: retool/templates/deployment_workflows_worker.yaml
apiVersion: apps/v1
kind: Deployment
metadata:
  name: foo-retool-workflow-worker
$ helm template -f ~/retool-helm/charts/retool/values.yaml foo ~/retool-helm/charts/retool --set config.encryptionKey="foo" --set image.tag="3.38.0-edge" | rg "kind: Deployment" -C 2

# Source: retool/templates/deployment_backend.yaml
apiVersion: apps/v1
kind: Deployment
metadata:
  name: foo-retool
--
# Source: retool/templates/deployment_code_executor.yaml
apiVersion: apps/v1
kind: Deployment
metadata:
  name: foo-retool-code-executor
--
# Source: retool/templates/deployment_jobs.yaml
apiVersion: apps/v1
kind: Deployment
metadata:
  name: foo-retool-jobs-runner
--
# Source: retool/templates/deployment_workflows.yaml
apiVersion: apps/v1
kind: Deployment
metadata:
  name: foo-retool-workflow-backend
--
# Source: retool/templates/deployment_workflows_worker.yaml
apiVersion: apps/v1
kind: Deployment
metadata:
  name: foo-retool-workflow-worker

@avimoondra avimoondra force-pushed the avimoondra/inc-1618-helm-chart branch from bb30944 to de5571d Compare March 19, 2024 15:05
@avimoondra avimoondra changed the title update helm chart to support stable releases update helm chart to support stable + edge releases Mar 19, 2024
@avimoondra avimoondra force-pushed the avimoondra/inc-1618-helm-chart branch from de5571d to 8e92a11 Compare March 19, 2024 15:08
@avimoondra avimoondra merged commit 4774c21 into main Mar 19, 2024
12 checks passed
@avimoondra avimoondra deleted the avimoondra/inc-1618-helm-chart branch March 19, 2024 15:22
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