Skip to content

Commit

Permalink
feat: drop appversion
Browse files Browse the repository at this point in the history
  • Loading branch information
SonicGD committed Jul 3, 2024
1 parent b392ebe commit 2dfe205
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
4 changes: 1 addition & 3 deletions charts/dotnet-app/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,4 @@ description: SitkoRu dotnet app

type: application

version: 0.9.0

appVersion: "1.0.0"
version: 0.10.0
4 changes: 1 addition & 3 deletions charts/dotnet-app/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,7 @@ Common labels
{{- define "dotnet-app.labels" -}}
helm.sh/chart: {{ include "dotnet-app.chart" . }}
{{ include "dotnet-app.selectorLabels" . }}
{{- if .Chart.AppVersion }}
app.kubernetes.io/version: {{ .Chart.AppVersion | quote }}
{{- end }}
app.kubernetes.io/version: {{ .Values.image.tag | quote }}
app.kubernetes.io/managed-by: {{ .Release.Service }}
{{- end }}

Expand Down
1 change: 0 additions & 1 deletion charts/dotnet-app/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ image:
registry: "cr.yandex/crp7mlmqdq7ehq1gafh4"
name: ""
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: ""

imagePullSecrets: [ ]
Expand Down

0 comments on commit 2dfe205

Please sign in to comment.