Skip to content
This repository has been archived by the owner on Oct 30, 2024. It is now read-only.

Commit

Permalink
Allow running unique and non unique cert-operators in the same namesp…
Browse files Browse the repository at this point in the history
…ace. (#537)
  • Loading branch information
Christian Bianchi authored Nov 29, 2022
1 parent d6fb86c commit 9003512
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Fixed

- Allow running unique and non unique cert-operators in the same namespace.

## [3.0.0] - 2022-11-23

### Added
Expand Down
2 changes: 1 addition & 1 deletion helm/cert-operator/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ app: {{ include "name" . | quote }}
app.giantswarm.io/branch: {{ .Values.project.branch | quote }}
app.giantswarm.io/commit: {{ .Values.project.commit | quote }}
app.kubernetes.io/managed-by: {{ .Release.Service | quote }}
app.kubernetes.io/version: {{ .Chart.AppVersion | quote }}
app.kubernetes.io/version: "{{ .Chart.AppVersion }}{{- if eq $.Chart.Name $.Release.Name }}-unique{{ end }}"
helm.sh/chart: {{ include "chart" . | quote }}
{{- end -}}

Expand Down

0 comments on commit 9003512

Please sign in to comment.