...

Text file src/edge-infra.dev/third_party/k8s/configconnector/justfile

Documentation: edge-infra.dev/third_party/k8s/configconnector

     1manifests := "manifests.yaml"
     2
     3update version="1.106.0":
     4  rm -f {{manifests}}
     5  gsutil cp gs://configconnector-operator/{{version}}/release-bundle.tar.gz kcc-release-bundle.tar.gz
     6  tar zxvf kcc-release-bundle.tar.gz
     7  mv operator-system/configconnector-operator.yaml {{manifests}}
     8  rm -rf samples kcc-release-bundle.tar.gz operator-system

View as plain text