Skip to content

Commit

Permalink
Merge pull request #948 from furkatgofurov7/fix-tillt
Browse files Browse the repository at this point in the history
🐛 Fix local tilt setup
  • Loading branch information
salasberryfin authored Dec 27, 2024
2 parents e535531 + 24d4515 commit 9a0de64
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 56 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,7 @@ spec:
- args:
- --leader-elect
command:
- ./etcd-snapshot-restore
- /manager
env:
- name: POD_NAMESPACE
valueFrom:
Expand Down
52 changes: 0 additions & 52 deletions exp/etcdrestore/Dockerfile

This file was deleted.

3 changes: 1 addition & 2 deletions exp/etcdrestore/config/default/manager_image_patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,4 @@ spec:
spec:
containers:
- image: ghcr.io/rancher/turtles-etcd-snapshot-restore:dev
name: manager
command: ["./etcd-snapshot-restore"]
name: manager
2 changes: 1 addition & 1 deletion tilt/project/Tiltfile
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ def get_port_forwards(debug):

tilt_helper_dockerfile_header = """
# Tilt image
FROM golang:1.20.4 as tilt-helper
FROM golang:1.22.10 as tilt-helper
# Support live reloading with Tilt
RUN go install github.com/go-delve/delve/cmd/dlv@latest
RUN wget --output-document /restart.sh --quiet https://raw.githubusercontent.com/tilt-dev/rerun-process-wrapper/master/restart.sh && \
Expand Down

0 comments on commit 9a0de64

Please sign in to comment.