Skip to content

Remote SourceΒΆ

Experimental feature

This feature can change in future

Remote source allows you use go-getter syntax to fetch helmwave.yml form Git, Mercurial, HTTP, Amazon S3, Google GCP

helmwave build --remote-source github.com/helmwave/unit-test-go-getter

Logs

[πŸ™ƒ aka INFO]: using cache for remote source
    remote source: github.com/helmwave/unit-test-go-getter
    cache path: /Users/zhilyaev/Library/Caches/helmwave/remote-source/2d4e600d4fa708cb8642b0fcd7ff4597a7b435e5552adedb4bd61a75888f61b4
[πŸ™ƒ aka INFO]: πŸ”¨ Building releases...
[πŸ™ƒ aka INFO]: πŸ”¨ Building values...
[πŸ™ƒ aka INFO]: πŸ”¨ no values provided
    release: nginx@test
[πŸ™ƒ aka INFO]: πŸ”¨ Building repositories...
[πŸ™ƒ aka INFO]: πŸ—„ repo has been added to the plan
    repository: bitnami
[πŸ™ƒ aka INFO]: ❎ repository already exists with the same configuration, skipping
    repository: bitnami
[πŸ™ƒ aka INFO]: πŸ”¨ Building registries...
[πŸ™ƒ aka INFO]: πŸ”¨ Building charts...
[πŸ™ƒ aka INFO]: πŸ”¨ Building manifests...
[πŸ™ƒ aka INFO]: ❎ skipping updating dependencies for remote chart
    release: nginx@test
[πŸ™ƒ aka INFO]: ❎ found chart in helm cache, using it
    release: nginx@test
    path: /Users/zhilyaev/Library/Caches/helm/repository/nginx-13.1.7.tgz
[πŸ™ƒ aka INFO]: βœ…  manifest done
    release: nginx@test
[πŸ™ƒ aka INFO]: πŸ”¨ Building graphs...
[πŸ™ƒ aka INFO]: show graph:
β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
β”‚ nginx@test  β”‚
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜

[πŸ™ƒ aka INFO]: πŸ— Plan
    releases:
      - nginx@test
    repositories:
      - bitnami
    registries:
      -
[πŸ™ƒ aka INFO]: πŸ†š Diff manifests in the kubernetes cluster
[πŸ™ˆ aka WARNING]: I can't get release from k8s: failed to get release nginx@test: release: not found
[πŸ™ƒ aka INFO]: πŸ— Planfile is ready!