mirror of
https://github.com/rancher/k3k.git
synced 2026-03-02 01:30:27 +00:00
* Add release chart drone action * fix release charts * Add deploy dir to Dapper * Add remove build step from drone k3k-chart * Fix repo and org name * fix ci * add index.yaml
10 lines
134 B
Bash
Executable File
10 lines
134 B
Bash
Executable File
#!/bin/bash
|
|
set -ex
|
|
|
|
source $(dirname $0)/version
|
|
|
|
cd $(dirname $0)/..
|
|
|
|
mkdir -p deploy/
|
|
|
|
cr package --package-path deploy/ charts/k3k |