From 123f219606f70dcfc4494f3591519d3bf36adcd4 Mon Sep 17 00:00:00 2001 From: Jordan McClintock Date: Wed, 27 May 2026 16:11:03 -0400 Subject: [PATCH] feat: add requests and limits to deployment --- .github/container-and-chart/helm/chart/Chart.yaml | 2 +- .../helm/chart/templates/deployment.yaml | 7 +++++++ common/zarf.yaml | 2 +- releaser.yaml | 4 ++-- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.github/container-and-chart/helm/chart/Chart.yaml b/.github/container-and-chart/helm/chart/Chart.yaml index a5049fd..b846145 100644 --- a/.github/container-and-chart/helm/chart/Chart.yaml +++ b/.github/container-and-chart/helm/chart/Chart.yaml @@ -18,7 +18,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.1 +version: 0.1.2 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/.github/container-and-chart/helm/chart/templates/deployment.yaml b/.github/container-and-chart/helm/chart/templates/deployment.yaml index 0c3acaa..ceaccbc 100644 --- a/.github/container-and-chart/helm/chart/templates/deployment.yaml +++ b/.github/container-and-chart/helm/chart/templates/deployment.yaml @@ -40,3 +40,10 @@ spec: - secretRef: name: {{ .Values.sso.secretName }} {{- end }} + resources: + limits: + cpu: 500m + memory: 512Mi + requests: + cpu: 200m + memory: 256Mi diff --git a/common/zarf.yaml b/common/zarf.yaml index edd7114..c853e77 100644 --- a/common/zarf.yaml +++ b/common/zarf.yaml @@ -17,7 +17,7 @@ components: localPath: ../chart - name: reference-package namespace: reference-package - version: 0.1.1 + version: 0.1.2 url: oci://ghcr.io/uds-packages/reference-package/helm/reference-package valuesFiles: - ../values/common-values.yaml diff --git a/releaser.yaml b/releaser.yaml index 25bbf81..35c46c1 100644 --- a/releaser.yaml +++ b/releaser.yaml @@ -4,7 +4,7 @@ flavors: - name: upstream # renovate-uds: datasource=docker depName=ghcr.io/uds-packages/reference-package/container/reference-package - version: 0.1.1-uds.0 + version: 0.1.1-uds.1 - name: unicorn # renovate-uds: datasource=docker depName=ghcr.io/uds-packages/reference-package/container/reference-package - version: 0.1.1-uds.0 + version: 0.1.1-uds.1