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

[fix] code executor image tag reference for internal tags #161

Merged
merged 1 commit into from
Mar 20, 2024

Conversation

avimoondra
Copy link
Contributor

@avimoondra avimoondra commented Mar 20, 2024

helm template -f ~/retool-helm/charts/retool/values.yaml foo ~/retool-helm/charts/retool --set config.encryptionKey="foo" --set image.tag="release-3.39.0-a0b2a86" --set codeExecutor.enabled="false" --set workflows.enabled="false" | rg "kind: Deployment" -C 2

# Source: retool/templates/deployment_backend.yaml
apiVersion: apps/v1
kind: Deployment
metadata:
  name: foo-retool
--
# Source: retool/templates/deployment_jobs.yaml
apiVersion: apps/v1
kind: Deployment
metadata:
  name: foo-retool-jobs-runner
helm template -f ~/retool-helm/charts/retool/values.yaml foo ~/retool-helm/charts/retool --set config.encryptionKey="foo" --set image.tag="release-3.39.0-a0b2a86" --set codeExecutor.enabled="false" --set workflows.enabled="true" | rg "kind: Deployment" -C 2

# Source: retool/templates/deployment_backend.yaml
apiVersion: apps/v1
kind: Deployment
metadata:
  name: foo-retool
--
# 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/fix-helm-chart-for-internal branch from 3e1d100 to 6dc5f7e Compare March 20, 2024 19:24
@avimoondra avimoondra merged commit a9c4696 into main Mar 20, 2024
12 checks passed
@avimoondra avimoondra deleted the avimoondra/fix-helm-chart-for-internal branch March 20, 2024 19:54
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