From 6a8092c4db8a26dda6f65856e8441a7330e367ca Mon Sep 17 00:00:00 2001 From: kornzhoudev Date: Thu, 12 Sep 2024 15:20:23 +1000 Subject: [PATCH 1/2] test --- charts/hello-world/templates/deployment.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/charts/hello-world/templates/deployment.yaml b/charts/hello-world/templates/deployment.yaml index bf9e042..650e0df 100644 --- a/charts/hello-world/templates/deployment.yaml +++ b/charts/hello-world/templates/deployment.yaml @@ -31,3 +31,5 @@ spec: httpGet: path: / port: http + resources: + {{- toJson .Values.resources | nindent 12 }} From 89500d221663abdfb5c785fa0a9f5eb57222fee7 Mon Sep 17 00:00:00 2001 From: kornzhoudev Date: Thu, 12 Sep 2024 15:21:09 +1000 Subject: [PATCH 2/2] test1 --- charts/hello-world/Chart.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/charts/hello-world/Chart.yaml b/charts/hello-world/Chart.yaml index 576f5e9..7a198a2 100644 --- a/charts/hello-world/Chart.yaml +++ b/charts/hello-world/Chart.yaml @@ -21,4 +21,5 @@ version: 0.1.0 # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. +# test appVersion: "1.16.0"