...

Text file src/edge-infra.dev/config/pallets/sds/storage/local/justfile

Documentation: edge-infra.dev/config/pallets/sds/storage/local

     1helper_version := "v0.0.6"
     2just := "just --justfile=" + justfile_directory() + "/../../../../../justfile"
     3
     4update-helper:
     5    {{just}} push --tag {{helper_version}} cmd/sds/rancher-local-storage/helper-image:container_push
     6    bazel run --config=quiet //hack/tools:yq -- -i '.spec.containers[].image = "us-east1-docker.pkg.dev/ret-edge-pltf-infra/workloads/local-path-provisioner-helper:{{helper_version}}"' ./base/helper-pod/helperPod.yaml
     7    {{just}} fmt-manifests config/pallets/sds/storage/local-storage-provider/base/helper-pod

View as plain text