File tree Expand file tree Collapse file tree 6 files changed +24
-24
lines changed
config/testdata/helmchart-valuesfile Expand file tree Collapse file tree 6 files changed +24
-24
lines changed Original file line number Diff line number Diff line change @@ -26,11 +26,11 @@ jobs:
2626 - name : Setup Kubernetes
27272828 - name : Setup Kustomize
29- uses : fluxcd/pkg/actions/kustomize@master
29+ uses : fluxcd/pkg/actions/kustomize@main
3030 - name : Setup Kubebuilder
31- uses : fluxcd/pkg/actions/kubebuilder@master
31+ uses : fluxcd/pkg/actions/kubebuilder@main
3232 - name : Setup Helm
33- uses : fluxcd/pkg/actions/helm@master
33+ uses : fluxcd/pkg/actions/helm@main
3434 - name : Run tests
3535 run : make test
3636 env :
6363 - name : Run HelmChart values file tests
6464 run : |
6565 kubectl -n source-system apply -f ./config/testdata/helmchart-valuesfile
66- kubectl -n source-system wait helmchart/mariadb --for=condition=ready --timeout=5m
67- kubectl -n source-system wait helmchart/mariadb -git --for=condition=ready --timeout=5m
66+ kubectl -n source-system wait helmchart/podinfo --for=condition=ready --timeout=5m
67+ kubectl -n source-system wait helmchart/podinfo -git --for=condition=ready --timeout=5m
6868 kubectl -n source-system delete -f ./config/testdata/helmchart-valuesfile
6969 - name : Setup Minio
7070 env :
Original file line number Diff line number Diff line change 1010 steps :
1111 - uses : actions/checkout@v2
1212 - name : Setup Kustomize
13- uses : fluxcd/pkg/actions/kustomize@master
13+ uses : fluxcd/pkg/actions/kustomize@main
1414 - name : Prepare
1515 id : prep
1616 run : |
Original file line number Diff line number Diff line change 11apiVersion : source.toolkit.fluxcd.io/v1beta1
22kind : GitRepository
33metadata :
4- name : bitnami-charts
4+ name : podinfo
55spec :
6- interval : 1m
7- url : https://github.com/bitnami/charts
6+ interval : 5m
7+ url : https://github.com/stefanprodan/podinfo
88 ref :
9- branch : master
9+ branch : v5.x
1010 ignore :
1111 /*
12- !/bitnami /
12+ !/charts /
Original file line number Diff line number Diff line change 11apiVersion : source.toolkit.fluxcd.io/v1beta1
22kind : HelmChart
33metadata :
4- name : mariadb -git
4+ name : podinfo -git
55spec :
6- chart : bitnami/mariadb
7- valuesFile : values-production.yaml
6+ interval : 1m
87 sourceRef :
98 kind : GitRepository
10- name : bitnami-charts
11- interval : 1m
9+ name : podinfo
10+ chart : charts/podinfo
11+ valuesFile : values-prod.yaml
Original file line number Diff line number Diff line change 11apiVersion : source.toolkit.fluxcd.io/v1beta1
22kind : HelmChart
33metadata :
4- name : mariadb
4+ name : podinfo
55spec :
6- chart : mariadb
7- valuesFile : values-production.yaml
6+ interval : 1m
87 sourceRef :
98 kind : HelmRepository
10- name : bitnami-charts
11- interval : 1m
9+ name : podinfo
10+ chart : podinfo
11+ valuesFile : values-prod.yaml
Original file line number Diff line number Diff line change 11apiVersion : source.toolkit.fluxcd.io/v1beta1
22kind : HelmRepository
33metadata :
4- name : bitnami-charts
4+ name : podinfo
55spec :
6- interval : 1m
7- url : https://charts.bitnami.com/bitnami
6+ interval : 5m
7+ url : https://stefanprodan.github.io/podinfo
You can’t perform that action at this time.
0 commit comments