GoogleContainerTools / GoogleContainerTools/skaffold

[FeatureRequest] Allow remoteChart downloaded to an alias

Open
#8,366 1 comment 0 reactions 0 assignees View on GitHub
kind/feature-request priority/p3
Dominant language
Go
Stars
15.9k
Forks
1.7k
Avg merge
3d 9h
Merged PRs (30d)
10

Description

### Expected behavior

### Actual behavior

### Information

- Skaffold version: v2.0.4
- Operating system: Linux Debian 5.19.11-1rodete1
- Installed via: curl -Lo skaffold \
https://storage.googleapis.com/skaffold/releases/latest/skaffold-linux-amd64 && \
sudo install skaffold /usr/local/bin/

- Contents of skaffold.yaml (excerpt):

```yaml
profiles:
- name: local-mobile-api-gateway
manifests:
helm:
releases:
- name: istio-ingress
remoteChart: gateway
namespace: istio-ingress
version: 1.12.0
setValues:
service.type: ClusterIP
createNamespace: false
wait: true
repo: gs://verily-plato-helm-charts-thirdparty/istio
- name: plato-gateway
remoteChart: gateway
namespace: istio-ingress
version: 1.12.0
setValues:
gatewayCertificate: cluster-gateway-cert
wait: true
repo: gs://verily-plato-helm-charts-stable/
```

In the above excerpt, 2 releases both point to remoteChart: gateway. They both will end up getting pulled down into repo cache - interfering with each other. Is there a way to pull remoteChart: FOO into ALIAS-FOO?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.