Skip to content
Snippets Groups Projects
Commit 7beee11b authored by andree.klattenhoff's avatar andree.klattenhoff
Browse files

helm: add podLabels from ox common

parent bccd6bda
No related branches found
No related tags found
No related merge requests found
...@@ -15,7 +15,7 @@ type: application ...@@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes # 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. # to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/) # Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 2.0.2 version: 2.0.3
# This is the version number of the application being deployed. This version number should be # 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 # incremented each time you make changes to the application. Versions are not expected to
...@@ -24,5 +24,5 @@ version: 2.0.2 ...@@ -24,5 +24,5 @@ version: 2.0.2
appVersion: "1.1.0" appVersion: "1.1.0"
dependencies: dependencies:
- name: ox-common - name: ox-common
version: 1.0.13 version: 1.0.14
repository: "oci://registry.open-xchange.com/common/charts" repository: "oci://registry.open-xchange.com/common/charts"
...@@ -13,7 +13,7 @@ spec: ...@@ -13,7 +13,7 @@ spec:
metadata: metadata:
annotations: {{ toYaml .Values.podAnnotations | nindent 8 }} annotations: {{ toYaml .Values.podAnnotations | nindent 8 }}
labels: labels:
{{- include "ox-common.labels.matchLabels" . | nindent 8 }} {{- include "ox-common.labels.podLabels" . | nindent 8 }}
spec: {{ include "ox-common.pods.podSpec" (dict "podRoot" .Values "global" $ "context" . ) | nindent 6 }} spec: {{ include "ox-common.pods.podSpec" (dict "podRoot" .Values "global" $ "context" . ) | nindent 6 }}
containers: containers:
- name: main - name: main
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment