From 4d7ce161773e850409978ee5b0451ea76381456d Mon Sep 17 00:00:00 2001 From: Whyeasy Date: Fri, 16 Oct 2020 14:51:57 +0200 Subject: [PATCH] revert releaseRevision change. --- charts/osiris/Chart.yaml | 2 +- charts/osiris/README.md | 2 +- charts/osiris/templates/endpoints-hijacker-deployment.yaml | 1 + charts/osiris/templates/proxy-injector-deployment.yaml | 1 + 4 files changed, 4 insertions(+), 2 deletions(-) diff --git a/charts/osiris/Chart.yaml b/charts/osiris/Chart.yaml index a98c0a5..9edb603 100644 --- a/charts/osiris/Chart.yaml +++ b/charts/osiris/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: osiris description: A general purpose, scale-to-zero component for Kubernetes -version: v0.0.3 +version: v0.0.4 appVersion: v0.3.0 home: https://github.com/whyeasy/osiris sources: diff --git a/charts/osiris/README.md b/charts/osiris/README.md index c2dd14c..3f7420b 100644 --- a/charts/osiris/README.md +++ b/charts/osiris/README.md @@ -2,7 +2,7 @@ osiris ====== A general purpose, scale-to-zero component for Kubernetes -Current chart version is `v0.0.3` +Current chart version is `v0.0.4` Source code can be found [here](https://github.com/whyeasy/osiris) diff --git a/charts/osiris/templates/endpoints-hijacker-deployment.yaml b/charts/osiris/templates/endpoints-hijacker-deployment.yaml index 6248c4d..77a20c9 100644 --- a/charts/osiris/templates/endpoints-hijacker-deployment.yaml +++ b/charts/osiris/templates/endpoints-hijacker-deployment.yaml @@ -19,6 +19,7 @@ spec: labels: app.kubernetes.io/name: {{ include "osiris.name" . }}-endpoints-hijacker app.kubernetes.io/instance: {{ .Release.Name }} + releaseRevision: "{{ .Release.Revision }}" spec: serviceAccountName: {{ include "osiris.fullname" . }} {{- with .Values.imagePullSecrets }} diff --git a/charts/osiris/templates/proxy-injector-deployment.yaml b/charts/osiris/templates/proxy-injector-deployment.yaml index 101a508..751754e 100644 --- a/charts/osiris/templates/proxy-injector-deployment.yaml +++ b/charts/osiris/templates/proxy-injector-deployment.yaml @@ -19,6 +19,7 @@ spec: labels: app.kubernetes.io/name: {{ include "osiris.name" . }}-proxy-injector app.kubernetes.io/instance: {{ .Release.Name }} + releaseRevision: "{{ .Release.Revision }}" spec: serviceAccountName: {{ include "osiris.fullname" . }} {{- with .Values.imagePullSecrets }}