From 4ec501c8714e7708aa70e2dacf08fe2ceaa79754 Mon Sep 17 00:00:00 2001 From: subochev Date: Fri, 20 Feb 2026 16:03:05 +0300 Subject: [PATCH] init --- .../devspace-apiregistry-core-service/templates/deployment.yaml | 1 + .../templates/deployment.yaml | 1 + 2 files changed, 2 insertions(+) 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 }}