Skip to content

Commit b20232a

Browse files
innoavatordunefro
andauthored
[CI] Publish inframold charts (#1280)
* [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]>
1 parent 2f3fe07 commit b20232a

File tree

17 files changed

+21
-21
lines changed

17 files changed

+21
-21
lines changed
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
name: tfy-k8s-aws-eks-inframold
3-
version: 0.1.59
3+
version: 0.1.60
44
description: "Inframold, the superchart that configure your cluster on aws for truefoundry."
55
maintainers:
66
- name: truefoundry

charts/tfy-k8s-aws-eks-inframold/artifacts-manifest.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@
183183
"details": {
184184
"chart": "tfy-agent",
185185
"repoURL": "https://truefoundry.github.io/infra-charts/",
186-
"targetRevision": "0.2.59",
186+
"targetRevision": "0.2.61",
187187
"images": [
188188
"tfy.jfrog.io/tfy-images/sds-server:c3bb65485f56faaa236f4ee02074c6da7ab269a8",
189189
"tfy.jfrog.io/tfy-images/tfy-agent:7452a61579c97e6b27721451a705603217fbb386",
@@ -221,7 +221,7 @@
221221
"details": {
222222
"chart": "tfy-karpenter-config",
223223
"repoURL": "https://truefoundry.github.io/infra-charts/",
224-
"targetRevision": "0.1.41",
224+
"targetRevision": "0.1.42",
225225
"images": []
226226
}
227227
},
@@ -230,9 +230,9 @@
230230
"details": {
231231
"chart": "tfy-karpenter",
232232
"repoURL": "https://truefoundry.github.io/infra-charts/",
233-
"targetRevision": "0.4.4",
233+
"targetRevision": "0.4.5",
234234
"images": [
235-
"public.ecr.aws/karpenter/controller:1.2.1@sha256:6d771157293958fdf58ea64613e6fb5f3854ed5bebe68fdb457259e29ee68b43"
235+
"public.ecr.aws/karpenter/controller:1.3.2@sha256:51f273f1f32eb073914b9fa229cd09a006e3c31fd278658ee8f682a4a6419b05"
236236
]
237237
}
238238
},
@@ -1132,7 +1132,7 @@
11321132
{
11331133
"type": "image",
11341134
"details": {
1135-
"registryURL": "public.ecr.aws/karpenter/controller:1.2.1@sha256:6d771157293958fdf58ea64613e6fb5f3854ed5bebe68fdb457259e29ee68b43",
1135+
"registryURL": "public.ecr.aws/karpenter/controller:1.3.2@sha256:51f273f1f32eb073914b9fa229cd09a006e3c31fd278658ee8f682a4a6419b05",
11361136
"platforms": [
11371137
{
11381138
"os": "linux",

charts/tfy-k8s-aws-eks-inframold/templates/tfy-agent.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ spec:
1414
server: https://kubernetes.default.svc
1515
project: tfy-apps
1616
source:
17-
targetRevision: 0.2.59
17+
targetRevision: 0.2.61
1818
repoURL: https://truefoundry.github.io/infra-charts/
1919
chart: tfy-agent
2020
helm:

charts/tfy-k8s-aws-eks-inframold/templates/tfy-aws/karpenter-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spec:
1515
source:
1616
chart: tfy-karpenter-config
1717
repoURL: https://truefoundry.github.io/infra-charts/
18-
targetRevision: 0.1.41
18+
targetRevision: 0.1.42
1919
helm:
2020
values: |-
2121
{{- if .Values.aws.karpenter.config.valuesOverride }}

charts/tfy-k8s-aws-eks-inframold/templates/tfy-aws/karpenter.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ spec:
1616
server: 'https://kubernetes.default.svc'
1717
source:
1818
repoURL: https://truefoundry.github.io/infra-charts/
19-
targetRevision: 0.4.4
19+
targetRevision: 0.4.5
2020
chart: tfy-karpenter
2121
helm:
2222
values: |-
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
name: tfy-k8s-azure-aks-inframold
3-
version: 0.1.59
3+
version: 0.1.60
44
description: "Inframold, the superchart that configure your cluster on azure for truefoundry."
55
maintainers:
66
- name: truefoundry

charts/tfy-k8s-azure-aks-inframold/artifacts-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@
172172
"details": {
173173
"chart": "tfy-agent",
174174
"repoURL": "https://truefoundry.github.io/infra-charts/",
175-
"targetRevision": "0.2.59",
175+
"targetRevision": "0.2.61",
176176
"images": [
177177
"tfy.jfrog.io/tfy-images/sds-server:c3bb65485f56faaa236f4ee02074c6da7ab269a8",
178178
"tfy.jfrog.io/tfy-images/tfy-agent:7452a61579c97e6b27721451a705603217fbb386",

charts/tfy-k8s-azure-aks-inframold/templates/tfy-agent.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ spec:
1414
server: https://kubernetes.default.svc
1515
project: tfy-apps
1616
source:
17-
targetRevision: 0.2.59
17+
targetRevision: 0.2.61
1818
repoURL: https://truefoundry.github.io/infra-charts/
1919
chart: tfy-agent
2020
helm:
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
name: tfy-k8s-civo-talos-inframold
3-
version: 0.1.59
3+
version: 0.1.60
44
description: "Inframold, the superchart that configure your cluster on civo for truefoundry."
55
maintainers:
66
- name: truefoundry

charts/tfy-k8s-civo-talos-inframold/artifacts-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@
159159
"details": {
160160
"chart": "tfy-agent",
161161
"repoURL": "https://truefoundry.github.io/infra-charts/",
162-
"targetRevision": "0.2.59",
162+
"targetRevision": "0.2.61",
163163
"images": [
164164
"tfy.jfrog.io/tfy-images/sds-server:c3bb65485f56faaa236f4ee02074c6da7ab269a8",
165165
"tfy.jfrog.io/tfy-images/tfy-agent:7452a61579c97e6b27721451a705603217fbb386",

charts/tfy-k8s-civo-talos-inframold/templates/tfy-agent.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ spec:
1414
server: https://kubernetes.default.svc
1515
project: tfy-apps
1616
source:
17-
targetRevision: 0.2.59
17+
targetRevision: 0.2.61
1818
repoURL: https://truefoundry.github.io/infra-charts/
1919
chart: tfy-agent
2020
helm:
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
name: tfy-k8s-gcp-gke-standard-inframold
3-
version: 0.1.59
3+
version: 0.1.60
44
description: "Inframold, the superchart that configure your cluster on gcp for truefoundry."
55
maintainers:
66
- name: truefoundry

charts/tfy-k8s-gcp-gke-standard-inframold/artifacts-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@
172172
"details": {
173173
"chart": "tfy-agent",
174174
"repoURL": "https://truefoundry.github.io/infra-charts/",
175-
"targetRevision": "0.2.59",
175+
"targetRevision": "0.2.61",
176176
"images": [
177177
"tfy.jfrog.io/tfy-images/sds-server:c3bb65485f56faaa236f4ee02074c6da7ab269a8",
178178
"tfy.jfrog.io/tfy-images/tfy-agent:7452a61579c97e6b27721451a705603217fbb386",

charts/tfy-k8s-gcp-gke-standard-inframold/templates/tfy-agent.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ spec:
1414
server: https://kubernetes.default.svc
1515
project: tfy-apps
1616
source:
17-
targetRevision: 0.2.59
17+
targetRevision: 0.2.61
1818
repoURL: https://truefoundry.github.io/infra-charts/
1919
chart: tfy-agent
2020
helm:
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
name: tfy-k8s-generic-inframold
3-
version: 0.1.59
3+
version: 0.1.60
44
description: "Inframold, the superchart that configure your cluster on generic for truefoundry."
55
maintainers:
66
- name: truefoundry

charts/tfy-k8s-generic-inframold/artifacts-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@
159159
"details": {
160160
"chart": "tfy-agent",
161161
"repoURL": "https://truefoundry.github.io/infra-charts/",
162-
"targetRevision": "0.2.59",
162+
"targetRevision": "0.2.61",
163163
"images": [
164164
"tfy.jfrog.io/tfy-images/sds-server:c3bb65485f56faaa236f4ee02074c6da7ab269a8",
165165
"tfy.jfrog.io/tfy-images/tfy-agent:7452a61579c97e6b27721451a705603217fbb386",

charts/tfy-k8s-generic-inframold/templates/tfy-agent.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ spec:
1414
server: https://kubernetes.default.svc
1515
project: tfy-apps
1616
source:
17-
targetRevision: 0.2.59
17+
targetRevision: 0.2.61
1818
repoURL: https://truefoundry.github.io/infra-charts/
1919
chart: tfy-agent
2020
helm:

0 commit comments

Comments
 (0)