Skip to content

Commit

Permalink
Remove releaseRevision from Osiris. No redeploy with helm operator.
Browse files Browse the repository at this point in the history
  • Loading branch information
Whyeasy committed Oct 16, 2020
1 parent f729d9e commit 25509cd
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/osiris/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
name: osiris
description: A general purpose, scale-to-zero component for Kubernetes
version: v0.0.2
version: v0.0.3
appVersion: v0.3.0
home: https://github.com/whyeasy/osiris
sources:
Expand Down
2 changes: 1 addition & 1 deletion charts/osiris/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ osiris
======
A general purpose, scale-to-zero component for Kubernetes

Current chart version is `v0.0.2`
Current chart version is `v0.0.3`

Source code can be found [here](https://github.com/whyeasy/osiris)

Expand Down
1 change: 0 additions & 1 deletion charts/osiris/templates/endpoints-hijacker-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ 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 }}
Expand Down
1 change: 0 additions & 1 deletion charts/osiris/templates/proxy-injector-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ 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 }}
Expand Down

0 comments on commit 25509cd

Please sign in to comment.