Skip to content

Commit 55877ab

Browse files
authored
update k3k tiltfiles (#58)
1 parent 24fc6c7 commit 55877ab

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Tiltfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
image_name = os.getenv('TEST_IMAGE', 'localhost:5005/controller:latest')
33

44
local_resource('Set up CAPI operator', cmd='clusterctl init')
5-
docker_build(image_name, '.', build_args={'K3K_VERSION': '0.3.3'})
5+
docker_build(image_name, '.', build_args={'K3K_VERSION': '0.3.4'})
66

77
k8s_yaml(kustomize('config/default', images={'controller': image_name}))

tilt-provider.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ config:
55
label: CAPK3K
66
go_main: cmd/main.go
77
additional_docker_helper_commands: |
8-
ENV K3K_VERSION=0.3.3
8+
ENV K3K_VERSION=0.3.4
99
RUN wget https://github.com/rancher/k3k/releases/download/chart-${K3K_VERSION}/k3k-${K3K_VERSION}.tgz && \
1010
gunzip k3k-${K3K_VERSION}.tgz && \
1111
tar xvf k3k-${K3K_VERSION}.tar && \
1212
mkdir -p /charts && \
1313
mv k3k /charts/k3k
1414
additional_docker_build_commands: |
15-
ENV K3K_VERSION=0.3.3
15+
ENV K3K_VERSION=0.3.4
1616
COPY --from=tilt-helper /charts /charts

0 commit comments

Comments
 (0)