Skip to content

Commit

Permalink
fix(helm): remove duplicate annotation in ui deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
sebdevaux committed Jun 8, 2023
1 parent 703a7a7 commit 3ec27d0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
6 changes: 6 additions & 0 deletions helm/CHANGELOG.md
Expand Up @@ -11,6 +11,8 @@ To ensure the compatibility between the APIM product and the APIM Helm Chart, th
As of 3.20.11, the APIM Helm Chart will follow APIM release cycle.
It means Helm Chart and APIM should always be aligned.

- Remove duplicate annotation in ui deployment

### 3.19.16

- Change APIM charts versioning
Expand All @@ -19,6 +21,8 @@ To ensure the compatibility between the APIM product and the APIM Helm Chart, th
As of 3.19.16, the APIM Helm Chart will follow APIM release cycle.
It means Helm Chart and APIM should always be aligned.

- Remove duplicate annotation in ui deployment

### 3.18.27

- Change APIM charts versioning
Expand All @@ -27,6 +31,8 @@ To ensure the compatibility between the APIM product and the APIM Helm Chart, th
As of 3.18.27, the APIM Helm Chart will follow APIM release cycle.
It means Helm Chart and APIM should always be aligned.

- Remove duplicate annotation in ui deployment

### 3.2.0

- Move Probes configuration under `deployment:`
Expand Down
1 change: 1 addition & 0 deletions helm/Chart.yaml
Expand Up @@ -21,3 +21,4 @@ annotations:
# https://artifacthub.io/packages/helm/graviteeio/apim?modal=changelog
artifacthub.io/changes: |
- Change the versioning
- Remove duplicate annotation in ui deployment
6 changes: 0 additions & 6 deletions helm/templates/ui/ui-deployment.yaml
Expand Up @@ -79,12 +79,6 @@ spec:
{{ $key }}: {{ $value | quote }}
{{- end }}
{{- end }}
annotations:
{{- if .Values.common.annotations }}
{{- range $key, $value := .Values.common.annotations }}
{{ $key }}: {{ $value | quote }}
{{- end }}
{{- end }}
spec:
affinity: {{ toYaml .Values.ui.deployment.affinity | nindent 8 }}
nodeSelector: {{ toYaml .Values.ui.deployment.nodeSelector | nindent 8 }}
Expand Down

0 comments on commit 3ec27d0

Please sign in to comment.