Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CI] Publish inframold charts #356

Merged
merged 2 commits into from
May 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.0.18
version: 0.0.19
description: "Inframold, the superchart that configure your cluster on aws for truefoundry."
maintainers:
- name: truefoundry
27 changes: 9 additions & 18 deletions charts/tfy-k8s-aws-eks-inframold/templates/prometheus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -313,24 +313,15 @@ spec:
{{- end }}
admissionWebhooks:
patch:
{{- with .Values.tolerations }}
tolerations:
{{ toYaml . | nindent 14 }}
{{- end }}
{{- with .Values.affinity }}
affinity:
{{ toYaml . | nindent 14 }}
{{- end }}
admissionWebhooks:
patch:
{{- with .Values.tolerations }}
tolerations:
{{ toYaml . | nindent 14 }}
{{- end }}
{{- with .Values.affinity }}
affinity:
{{ toYaml . | nindent 14 }}
{{- end }}
enabled: true
{{- with .Values.tolerations }}
tolerations:
{{ toYaml . | nindent 14 }}
{{- end }}
{{- with .Values.affinity }}
affinity:
{{ toYaml . | nindent 14 }}
{{- end }}
serviceMonitor:
selfMonitor: false
kubeControllerManager:
Expand Down
4 changes: 2 additions & 2 deletions charts/tfy-k8s-aws-eks-inframold/templates/tfy-agent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ metadata:
- resources-finalizer.argocd.argoproj.io
labels:
truefoundry.com/infra-component: "tfy-agent"
truefoundry.com/infra-migration-tag: "1000"
truefoundry.com/infra-migration-tag: "1002"
spec:
destination:
namespace: tfy-agent
server: https://kubernetes.default.svc
project: tfy-apps
source:
targetRevision: 0.2.22
targetRevision: 0.2.25
repoURL: https://truefoundry.github.io/infra-charts/
chart: tfy-agent
helm:
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.0.18
version: 0.0.19
description: "Inframold, the superchart that configure your cluster on azure for truefoundry."
maintainers:
- name: truefoundry
27 changes: 9 additions & 18 deletions charts/tfy-k8s-azure-aks-inframold/templates/prometheus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -313,24 +313,15 @@ spec:
{{- end }}
admissionWebhooks:
patch:
{{- with .Values.tolerations }}
tolerations:
{{ toYaml . | nindent 14 }}
{{- end }}
{{- with .Values.affinity }}
affinity:
{{ toYaml . | nindent 14 }}
{{- end }}
admissionWebhooks:
patch:
{{- with .Values.tolerations }}
tolerations:
{{ toYaml . | nindent 14 }}
{{- end }}
{{- with .Values.affinity }}
affinity:
{{ toYaml . | nindent 14 }}
{{- end }}
enabled: true
{{- with .Values.tolerations }}
tolerations:
{{ toYaml . | nindent 14 }}
{{- end }}
{{- with .Values.affinity }}
affinity:
{{ toYaml . | nindent 14 }}
{{- end }}
serviceMonitor:
selfMonitor: false
kubeControllerManager:
Expand Down
4 changes: 2 additions & 2 deletions charts/tfy-k8s-azure-aks-inframold/templates/tfy-agent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ metadata:
- resources-finalizer.argocd.argoproj.io
labels:
truefoundry.com/infra-component: "tfy-agent"
truefoundry.com/infra-migration-tag: "1000"
truefoundry.com/infra-migration-tag: "1002"
spec:
destination:
namespace: tfy-agent
server: https://kubernetes.default.svc
project: tfy-apps
source:
targetRevision: 0.2.22
targetRevision: 0.2.25
repoURL: https://truefoundry.github.io/infra-charts/
chart: tfy-agent
helm:
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.0.18
version: 0.0.19
description: "Inframold, the superchart that configure your cluster on civo for truefoundry."
maintainers:
- name: truefoundry
27 changes: 9 additions & 18 deletions charts/tfy-k8s-civo-talos-inframold/templates/prometheus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -313,24 +313,15 @@ spec:
{{- end }}
admissionWebhooks:
patch:
{{- with .Values.tolerations }}
tolerations:
{{ toYaml . | nindent 14 }}
{{- end }}
{{- with .Values.affinity }}
affinity:
{{ toYaml . | nindent 14 }}
{{- end }}
admissionWebhooks:
patch:
{{- with .Values.tolerations }}
tolerations:
{{ toYaml . | nindent 14 }}
{{- end }}
{{- with .Values.affinity }}
affinity:
{{ toYaml . | nindent 14 }}
{{- end }}
enabled: true
{{- with .Values.tolerations }}
tolerations:
{{ toYaml . | nindent 14 }}
{{- end }}
{{- with .Values.affinity }}
affinity:
{{ toYaml . | nindent 14 }}
{{- end }}
serviceMonitor:
selfMonitor: false
kubeControllerManager:
Expand Down
4 changes: 2 additions & 2 deletions charts/tfy-k8s-civo-talos-inframold/templates/tfy-agent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ metadata:
- resources-finalizer.argocd.argoproj.io
labels:
truefoundry.com/infra-component: "tfy-agent"
truefoundry.com/infra-migration-tag: "1000"
truefoundry.com/infra-migration-tag: "1002"
spec:
destination:
namespace: tfy-agent
server: https://kubernetes.default.svc
project: tfy-apps
source:
targetRevision: 0.2.22
targetRevision: 0.2.25
repoURL: https://truefoundry.github.io/infra-charts/
chart: tfy-agent
helm:
Expand Down
2 changes: 1 addition & 1 deletion charts/tfy-k8s-gcp-gke-autopilot-inframold/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: tfy-k8s-gcp-gke-autopilot-inframold
version: 0.0.18
version: 0.0.19
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 @@ -313,24 +313,15 @@ spec:
{{- end }}
admissionWebhooks:
patch:
{{- with .Values.tolerations }}
tolerations:
{{ toYaml . | nindent 14 }}
{{- end }}
{{- with .Values.affinity }}
affinity:
{{ toYaml . | nindent 14 }}
{{- end }}
admissionWebhooks:
patch:
{{- with .Values.tolerations }}
tolerations:
{{ toYaml . | nindent 14 }}
{{- end }}
{{- with .Values.affinity }}
affinity:
{{ toYaml . | nindent 14 }}
{{- end }}
enabled: true
{{- with .Values.tolerations }}
tolerations:
{{ toYaml . | nindent 14 }}
{{- end }}
{{- with .Values.affinity }}
affinity:
{{ toYaml . | nindent 14 }}
{{- end }}
serviceMonitor:
selfMonitor: false
kubeControllerManager:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ metadata:
- resources-finalizer.argocd.argoproj.io
labels:
truefoundry.com/infra-component: "tfy-agent"
truefoundry.com/infra-migration-tag: "1000"
truefoundry.com/infra-migration-tag: "1002"
spec:
destination:
namespace: tfy-agent
server: https://kubernetes.default.svc
project: tfy-apps
source:
targetRevision: 0.2.22
targetRevision: 0.2.25
repoURL: https://truefoundry.github.io/infra-charts/
chart: tfy-agent
helm:
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.0.18
version: 0.0.19
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 @@ -313,24 +313,15 @@ spec:
{{- end }}
admissionWebhooks:
patch:
{{- with .Values.tolerations }}
tolerations:
{{ toYaml . | nindent 14 }}
{{- end }}
{{- with .Values.affinity }}
affinity:
{{ toYaml . | nindent 14 }}
{{- end }}
admissionWebhooks:
patch:
{{- with .Values.tolerations }}
tolerations:
{{ toYaml . | nindent 14 }}
{{- end }}
{{- with .Values.affinity }}
affinity:
{{ toYaml . | nindent 14 }}
{{- end }}
enabled: true
{{- with .Values.tolerations }}
tolerations:
{{ toYaml . | nindent 14 }}
{{- end }}
{{- with .Values.affinity }}
affinity:
{{ toYaml . | nindent 14 }}
{{- end }}
serviceMonitor:
selfMonitor: false
kubeControllerManager:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ metadata:
- resources-finalizer.argocd.argoproj.io
labels:
truefoundry.com/infra-component: "tfy-agent"
truefoundry.com/infra-migration-tag: "1000"
truefoundry.com/infra-migration-tag: "1002"
spec:
destination:
namespace: tfy-agent
server: https://kubernetes.default.svc
project: tfy-apps
source:
targetRevision: 0.2.22
targetRevision: 0.2.25
repoURL: https://truefoundry.github.io/infra-charts/
chart: tfy-agent
helm:
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.0.18
version: 0.0.19
description: "Inframold, the superchart that configure your cluster on generic for truefoundry."
maintainers:
- name: truefoundry
27 changes: 9 additions & 18 deletions charts/tfy-k8s-generic-inframold/templates/prometheus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -313,24 +313,15 @@ spec:
{{- end }}
admissionWebhooks:
patch:
{{- with .Values.tolerations }}
tolerations:
{{ toYaml . | nindent 14 }}
{{- end }}
{{- with .Values.affinity }}
affinity:
{{ toYaml . | nindent 14 }}
{{- end }}
admissionWebhooks:
patch:
{{- with .Values.tolerations }}
tolerations:
{{ toYaml . | nindent 14 }}
{{- end }}
{{- with .Values.affinity }}
affinity:
{{ toYaml . | nindent 14 }}
{{- end }}
enabled: true
{{- with .Values.tolerations }}
tolerations:
{{ toYaml . | nindent 14 }}
{{- end }}
{{- with .Values.affinity }}
affinity:
{{ toYaml . | nindent 14 }}
{{- end }}
serviceMonitor:
selfMonitor: false
kubeControllerManager:
Expand Down
4 changes: 2 additions & 2 deletions charts/tfy-k8s-generic-inframold/templates/tfy-agent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ metadata:
- resources-finalizer.argocd.argoproj.io
labels:
truefoundry.com/infra-component: "tfy-agent"
truefoundry.com/infra-migration-tag: "1000"
truefoundry.com/infra-migration-tag: "1002"
spec:
destination:
namespace: tfy-agent
server: https://kubernetes.default.svc
project: tfy-apps
source:
targetRevision: 0.2.22
targetRevision: 0.2.25
repoURL: https://truefoundry.github.io/infra-charts/
chart: tfy-agent
helm:
Expand Down