File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22image_name = os .getenv ('TEST_IMAGE' , 'localhost:5005/controller:latest' )
33
44local_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
77k8s_yaml (kustomize ('config/default' , images = {'controller' : image_name }))
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments