Skip to content

Commit

Permalink
Rename helmfiles to releases (#76)
Browse files Browse the repository at this point in the history
* Rename dirs
  • Loading branch information
goruha committed Jan 14, 2019
1 parent 8194825 commit 7aba0fa
Show file tree
Hide file tree
Showing 32 changed files with 40 additions and 39 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
@@ -1,4 +1,5 @@
FROM scratch
COPY helmfiles/ /helmfiles/
COPY scripts/ /scripts/
COPY /releases /helmfiles/releases
COPY /scripts /helmfiles/scripts
COPY /helmfile.yaml /helmfiles/
WORKDIR /
24 changes: 12 additions & 12 deletions README.md
Expand Up @@ -67,7 +67,7 @@ We distribute a docker image with all helmfiles. Use a multi-stage build to incl
```
FROM cloudposse/helmfiles:latest as helmfiles
COPY --from helmfiles /helmfiles/ /conf/helmfiles/
COPY --from helmfiles /helmfiles /conf/helmfiles/
```

**IMPORTANT:** we recommend pinning `cloudposse/helmfiles` to a specific release rather than using `latest`
Expand All @@ -87,17 +87,17 @@ Here's an example of a [`helmfile.yaml`](helmfile.yaml):
```
# Ordered list of releases.
helmfiles:
- "helmfiles/prometheus-operator.yaml"
- "helmfiles/cluster-autoscaler.yaml"
- "helmfiles/kiam.yaml"
- "helmfiles/external-dns.yaml"
- "helmfiles/kube-lego.yaml"
- "helmfiles/nginx-ingress.yaml"
- "helmfiles/kube-prometheus.yaml"
- "helmfiles/grafana.yaml"
- "helmfiles/heapster.yaml"
- "helmfiles/dashboard.yaml"
- "helmfiles/portal.yaml"
- "releases/prometheus-operator.yaml"
- "releases/cluster-autoscaler.yaml"
- "releases/kiam.yaml"
- "releases/external-dns.yaml"
- "releases/kube-lego.yaml"
- "releases/nginx-ingress.yaml"
- "releases/kube-prometheus.yaml"
- "releases/grafana.yaml"
- "releases/heapster.yaml"
- "releases/dashboard.yaml"
- "releases/portal.yaml"
```


Expand Down
24 changes: 12 additions & 12 deletions README.yaml
Expand Up @@ -47,7 +47,7 @@ usage: |-
```
FROM cloudposse/helmfiles:latest as helmfiles
COPY --from helmfiles /helmfiles/ /conf/helmfiles/
COPY --from=helmfiles /helmfiles /conf/helmfiles/
```
**IMPORTANT:** we recommend pinning `cloudposse/helmfiles` to a specific release rather than using `latest`
Expand All @@ -67,17 +67,17 @@ usage: |-
```
# Ordered list of releases.
helmfiles:
- "helmfiles/prometheus-operator.yaml"
- "helmfiles/cluster-autoscaler.yaml"
- "helmfiles/kiam.yaml"
- "helmfiles/external-dns.yaml"
- "helmfiles/kube-lego.yaml"
- "helmfiles/nginx-ingress.yaml"
- "helmfiles/kube-prometheus.yaml"
- "helmfiles/grafana.yaml"
- "helmfiles/heapster.yaml"
- "helmfiles/dashboard.yaml"
- "helmfiles/portal.yaml"
- "releases/prometheus-operator.yaml"
- "releases/cluster-autoscaler.yaml"
- "releases/kiam.yaml"
- "releases/external-dns.yaml"
- "releases/kube-lego.yaml"
- "releases/nginx-ingress.yaml"
- "releases/kube-prometheus.yaml"
- "releases/grafana.yaml"
- "releases/heapster.yaml"
- "releases/dashboard.yaml"
- "releases/portal.yaml"
```
related:
Expand Down
22 changes: 11 additions & 11 deletions helmfile.yaml
@@ -1,13 +1,13 @@
# Ordered list of releases.
helmfiles:
- "helmfiles/prometheus-operator.yaml"
- "helmfiles/cluster-autoscaler.yaml"
- "helmfiles/kiam.yaml"
- "helmfiles/external-dns.yaml"
- "helmfiles/kube-lego.yaml"
- "helmfiles/nginx-ingress.yaml"
- "helmfiles/kube-prometheus.yaml"
- "helmfiles/grafana.yaml"
- "helmfiles/heapster.yaml"
- "helmfiles/dashboard.yaml"
- "helmfiles/portal.yaml"
- "releases/prometheus-operator.yaml"
- "releases/cluster-autoscaler.yaml"
- "releases/kiam.yaml"
- "releases/external-dns.yaml"
- "releases/kube-lego.yaml"
- "releases/nginx-ingress.yaml"
- "releases/kube-prometheus.yaml"
- "releases/grafana.yaml"
- "releases/heapster.yaml"
- "releases/dashboard.yaml"
- "releases/portal.yaml"
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Expand Up @@ -176,7 +176,7 @@ releases:
{{ end }}
set:
- name: "alertmanager.templateFiles.deployment\\.tmpl"
file: ./helmfiles/values/kube-prometheus.alerts.template
file: ./releases/values/kube-prometheus.alerts.template

#######################################################################################
## kube-prometheus-pushgateway ##
Expand Down
File renamed without changes.
Expand Up @@ -99,7 +99,7 @@ releases:
configMapKey: "template"
set:
- name: "controller.config.template"
file: ./helmfiles/values/ingress.nginx.template
file: ./releases/values/ingress.nginx.template
## Workaround until https://github.com/kubernetes/ingress-nginx/pull/2989 is merged

- name: "ingress-backend"
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 7aba0fa

Please sign in to comment.