Skip to content

Commit

Permalink
Sync chart with bitnami/kubeapps chart (version 7.0.4) (#2879)
Browse files Browse the repository at this point in the history
* bump chart version to 7.0.4

* Add dev changes back. Bump to 7.0.5-dev1

Co-authored-by: Antonio Gamez Diaz <agamez@vmware.com>
  • Loading branch information
kubeapps-bot and antgamdia committed May 25, 2021
1 parent 5676b87 commit e6dfc82
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion chart/kubeapps/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ maintainers:
name: kubeapps
sources:
- https://github.com/kubeapps/kubeapps
version: 7.0.4-dev1
version: 7.0.5-dev1
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ metadata:
namespace: {{ $.Release.Namespace | quote }}
{{- end }}
labels: {{- include "common.labels.standard" $ | nindent 4 }}
{{- if .Values.commonLabels }}
{{- include "common.tplvalues.render" ( dict "value" .Values.commonLabels "context" $ ) | nindent 4 }}
{{- if $.Values.commonLabels }}
{{- include "common.tplvalues.render" ( dict "value" $.Values.commonLabels "context" $ ) | nindent 4 }}
{{- end }}
{{- if .Values.commonAnnotations }}
annotations: {{- include "common.tplvalues.render" ( dict "value" .Values.commonAnnotations "context" $ ) | nindent 4 }}
{{- if $.Values.commonAnnotations }}
annotations: {{- include "common.tplvalues.render" ( dict "value" $.Values.commonAnnotations "context" $ ) | nindent 4 }}
{{- end }}
data:
{{- if .caCert }}
Expand All @@ -34,11 +34,11 @@ metadata:
name: {{ printf "%s-apprepo-%s" .namespace .name }}
namespace: {{ $.Release.Namespace | quote }}
labels: {{- include "common.labels.standard" $ | nindent 4 }}
{{- if .Values.commonLabels }}
{{- include "common.tplvalues.render" ( dict "value" .Values.commonLabels "context" $ ) | nindent 4 }}
{{- if $.Values.commonLabels }}
{{- include "common.tplvalues.render" ( dict "value" $.Values.commonLabels "context" $ ) | nindent 4 }}
{{- end }}
{{- if .Values.commonAnnotations }}
annotations: {{- include "common.tplvalues.render" ( dict "value" .Values.commonAnnotations "context" $ ) | nindent 4 }}
{{- if $.Values.commonAnnotations }}
annotations: {{- include "common.tplvalues.render" ( dict "value" $.Values.commonAnnotations "context" $ ) | nindent 4 }}
{{- end }}
data:
{{- if .caCert }}
Expand Down

0 comments on commit e6dfc82

Please sign in to comment.