diff --git a/charts/ecr-proxy/Chart.yaml b/charts/ecr-proxy/Chart.yaml index 4f1d019..24291f1 100644 --- a/charts/ecr-proxy/Chart.yaml +++ b/charts/ecr-proxy/Chart.yaml @@ -32,7 +32,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.2.4 +version: 0.2.5 # 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/charts/ecr-proxy/templates/deployment.yaml b/charts/ecr-proxy/templates/deployment.yaml index 5175a30..37f9f14 100644 --- a/charts/ecr-proxy/templates/deployment.yaml +++ b/charts/ecr-proxy/templates/deployment.yaml @@ -19,6 +19,9 @@ spec: {{- end }} labels: {{- include "ecr-proxy.selectorLabels" . | nindent 8 }} + {{- with .Values.podLabels }} + {{- toYaml . | nindent 8 }} + {{- end }} spec: {{- with .Values.imagePullSecrets }} imagePullSecrets: diff --git a/charts/ecr-proxy/values.yaml b/charts/ecr-proxy/values.yaml index e4b47cd..6b91e04 100644 --- a/charts/ecr-proxy/values.yaml +++ b/charts/ecr-proxy/values.yaml @@ -100,3 +100,7 @@ nodeSelector: {} tolerations: [] affinity: {} + +podLabels: {} + # key1: value1 + # key2: value2