diff --git a/devspc/devspace-apiregistry-core-service/templates/deployment.yaml b/devspc/devspace-apiregistry-core-service/templates/deployment.yaml index e8efee2..6cf099b 100644 --- a/devspc/devspace-apiregistry-core-service/templates/deployment.yaml +++ b/devspc/devspace-apiregistry-core-service/templates/deployment.yaml @@ -5,6 +5,7 @@ metadata: annotations: devspace.isb/name: {{ $.Values.repository.name | quote }} devspace.isb/branch: {{ $.Values.repository.branch | quote }} + rollme: {{ .Release.Revision | quote }} labels: {{- if $.Values.labels}} {{- toYaml $.Values.labels | nindent 4 }} diff --git a/devspc/devspace-apiregistry-generator-service/templates/deployment.yaml b/devspc/devspace-apiregistry-generator-service/templates/deployment.yaml index e8efee2..6cf099b 100644 --- a/devspc/devspace-apiregistry-generator-service/templates/deployment.yaml +++ b/devspc/devspace-apiregistry-generator-service/templates/deployment.yaml @@ -5,6 +5,7 @@ metadata: annotations: devspace.isb/name: {{ $.Values.repository.name | quote }} devspace.isb/branch: {{ $.Values.repository.branch | quote }} + rollme: {{ .Release.Revision | quote }} labels: {{- if $.Values.labels}} {{- toYaml $.Values.labels | nindent 4 }}