Skip to content

Commit

Permalink
[CI] Publish inframold charts (#783)
Browse files Browse the repository at this point in the history
* [CI] Update inframold charts

* Update README.md with readme-generator-for-helm

Signed-off-by: innoavator <[email protected]>

* [CI] Update charts artifacts manifest files

Signed-off-by: innoavator <[email protected]>

---------

Signed-off-by: innoavator <[email protected]>
Co-authored-by: dunefro <[email protected]>
Co-authored-by: innoavator <[email protected]>
  • Loading branch information
3 people authored Nov 12, 2024
1 parent c9b7c88 commit 6b6a193
Show file tree
Hide file tree
Showing 10 changed files with 40 additions and 20 deletions.
2 changes: 1 addition & 1 deletion charts/tfy-k8s-aws-eks-inframold/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: tfy-k8s-aws-eks-inframold
version: 0.1.8
version: 0.1.9
description: "Inframold, the superchart that configure your cluster on aws for truefoundry."
maintainers:
- name: truefoundry
10 changes: 7 additions & 3 deletions charts/tfy-k8s-aws-eks-inframold/templates/truefoundry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,18 @@ spec:
istio:
virtualservice:
enabled: true
{{- range $v := .Values.truefoundry.virtualservice.hosts }}
hosts:
{{- if .Values.truefoundry.virtualservice.hosts }}
hosts:
{{- range $v := .Values.truefoundry.virtualservice.hosts }}
- {{ $v | quote }}
{{- end }}
{{- range $v := .Values.truefoundry.virtualservice.gateways }}
{{- end }}
{{- if .Values.truefoundry.virtualservice.gateways }}
gateways:
{{- range $v := .Values.truefoundry.virtualservice.gateways }}
- {{ $v | quote }}
{{- end }}
{{- end }}
{{- end }}
nats:
{{- with .Values.tolerations }}
Expand Down
2 changes: 1 addition & 1 deletion charts/tfy-k8s-azure-aks-inframold/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: tfy-k8s-azure-aks-inframold
version: 0.1.8
version: 0.1.9
description: "Inframold, the superchart that configure your cluster on azure for truefoundry."
maintainers:
- name: truefoundry
10 changes: 7 additions & 3 deletions charts/tfy-k8s-azure-aks-inframold/templates/truefoundry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,18 @@ spec:
istio:
virtualservice:
enabled: true
{{- range $v := .Values.truefoundry.virtualservice.hosts }}
hosts:
{{- if .Values.truefoundry.virtualservice.hosts }}
hosts:
{{- range $v := .Values.truefoundry.virtualservice.hosts }}
- {{ $v | quote }}
{{- end }}
{{- range $v := .Values.truefoundry.virtualservice.gateways }}
{{- end }}
{{- if .Values.truefoundry.virtualservice.gateways }}
gateways:
{{- range $v := .Values.truefoundry.virtualservice.gateways }}
- {{ $v | quote }}
{{- end }}
{{- end }}
{{- end }}
nats:
{{- with .Values.tolerations }}
Expand Down
2 changes: 1 addition & 1 deletion charts/tfy-k8s-civo-talos-inframold/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: tfy-k8s-civo-talos-inframold
version: 0.1.8
version: 0.1.9
description: "Inframold, the superchart that configure your cluster on civo for truefoundry."
maintainers:
- name: truefoundry
10 changes: 7 additions & 3 deletions charts/tfy-k8s-civo-talos-inframold/templates/truefoundry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,18 @@ spec:
istio:
virtualservice:
enabled: true
{{- range $v := .Values.truefoundry.virtualservice.hosts }}
hosts:
{{- if .Values.truefoundry.virtualservice.hosts }}
hosts:
{{- range $v := .Values.truefoundry.virtualservice.hosts }}
- {{ $v | quote }}
{{- end }}
{{- range $v := .Values.truefoundry.virtualservice.gateways }}
{{- end }}
{{- if .Values.truefoundry.virtualservice.gateways }}
gateways:
{{- range $v := .Values.truefoundry.virtualservice.gateways }}
- {{ $v | quote }}
{{- end }}
{{- end }}
{{- end }}
nats:
{{- with .Values.tolerations }}
Expand Down
2 changes: 1 addition & 1 deletion charts/tfy-k8s-gcp-gke-standard-inframold/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: tfy-k8s-gcp-gke-standard-inframold
version: 0.1.8
version: 0.1.9
description: "Inframold, the superchart that configure your cluster on gcp for truefoundry."
maintainers:
- name: truefoundry
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,18 @@ spec:
istio:
virtualservice:
enabled: true
{{- range $v := .Values.truefoundry.virtualservice.hosts }}
hosts:
{{- if .Values.truefoundry.virtualservice.hosts }}
hosts:
{{- range $v := .Values.truefoundry.virtualservice.hosts }}
- {{ $v | quote }}
{{- end }}
{{- range $v := .Values.truefoundry.virtualservice.gateways }}
{{- end }}
{{- if .Values.truefoundry.virtualservice.gateways }}
gateways:
{{- range $v := .Values.truefoundry.virtualservice.gateways }}
- {{ $v | quote }}
{{- end }}
{{- end }}
{{- end }}
nats:
{{- with .Values.tolerations }}
Expand Down
2 changes: 1 addition & 1 deletion charts/tfy-k8s-generic-inframold/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: tfy-k8s-generic-inframold
version: 0.1.8
version: 0.1.9
description: "Inframold, the superchart that configure your cluster on generic for truefoundry."
maintainers:
- name: truefoundry
10 changes: 7 additions & 3 deletions charts/tfy-k8s-generic-inframold/templates/truefoundry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,18 @@ spec:
istio:
virtualservice:
enabled: true
{{- range $v := .Values.truefoundry.virtualservice.hosts }}
hosts:
{{- if .Values.truefoundry.virtualservice.hosts }}
hosts:
{{- range $v := .Values.truefoundry.virtualservice.hosts }}
- {{ $v | quote }}
{{- end }}
{{- range $v := .Values.truefoundry.virtualservice.gateways }}
{{- end }}
{{- if .Values.truefoundry.virtualservice.gateways }}
gateways:
{{- range $v := .Values.truefoundry.virtualservice.gateways }}
- {{ $v | quote }}
{{- end }}
{{- end }}
{{- end }}
nats:
{{- with .Values.tolerations }}
Expand Down

0 comments on commit 6b6a193

Please sign in to comment.