Skip to content

Commit

Permalink
revert releaseRevision change.
Browse files Browse the repository at this point in the history
  • Loading branch information
Whyeasy committed Oct 16, 2020
1 parent 25509cd commit 4d7ce16
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 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.3
version: v0.0.4
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.3`
Current chart version is `v0.0.4`

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

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

0 comments on commit 4d7ce16

Please sign in to comment.