diff --git a/stable/svai/Chart.yaml b/stable/svai/Chart.yaml index df7d009..cc661ee 100644 --- a/stable/svai/Chart.yaml +++ b/stable/svai/Chart.yaml @@ -15,7 +15,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.5 +version: 0.1.6 # 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/stable/svai/templates/deployment.yaml b/stable/svai/templates/deployment.yaml index 380a670..21bae1b 100644 --- a/stable/svai/templates/deployment.yaml +++ b/stable/svai/templates/deployment.yaml @@ -18,7 +18,9 @@ spec: {{- toYaml . | nindent 8 }} {{- end }} labels: + app: {{ $name }} {{- include "svai.selectorLabels" . | nindent 8 }} + {{- toYaml .Values.selectorLabels | nindent 8 }} spec: serviceAccountName: {{ include "svai.serviceAccountName" . }} containers: diff --git a/stable/svai/values.yaml b/stable/svai/values.yaml index b5eb33f..4ac753f 100644 --- a/stable/svai/values.yaml +++ b/stable/svai/values.yaml @@ -11,7 +11,8 @@ autoscaling: env: dev #prod/dev domain: mydomain.no - +selectorLabes: + app: svai image: repository: registry.azurecr.io/registry-name tag: b3543c41-1682426341