Skip to content

Commit

Permalink
fix template
Browse files Browse the repository at this point in the history
  • Loading branch information
mankrit-singh committed Feb 12, 2024
1 parent a763d60 commit 5e158b2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
6 changes: 3 additions & 3 deletions index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ apiVersion: v1
entries:
gitops-helm-byoa:
- apiVersion: v2
created: "2024-02-12T21:36:45.688406+05:30"
created: "2024-02-12T21:43:10.697218+05:30"
description: A Helm chart for Harness GitOps Agent through BYOA installation flows.
digest: 9fbedfe68ecadc70203705f9e868c7d6b662dd885f1be2c856062407511ca1a1
digest: 85b9aed8fcb53a0db1087027760e0584745f1725fd8ed4b2ee9348087db75662
name: gitops-helm-byoa
urls:
- https://harness.github.io/gitops-helm-byoa/releases/gitops-helm-byoa-1.0.0.tgz
version: 1.0.0
generated: "2024-02-12T21:36:45.686997+05:30"
generated: "2024-02-12T21:43:10.694994+05:30"
Binary file modified releases/gitops-helm-byoa-1.0.0.tgz
Binary file not shown.
6 changes: 0 additions & 6 deletions templates/_common.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ helm.sh/chart: {{ include "harness.chart" .context }}
app.kubernetes.io/managed-by: {{ .context.Release.Service }}
app.kubernetes.io/part-of: harness-gitops
app.kubernetes.io/version: {{ include "harness.versionLabelValue" .context }}
{{- with .context.Values.global.additionalLabels }}
{{ toYaml . }}
{{- end }}
{{- end }}

{{/*
Expand All @@ -43,9 +40,6 @@ helm.sh/chart: {{ include "harness.chart" .context }}
app.kubernetes.io/managed-by: {{ .context.Release.Service }}
app.kubernetes.io/part-of: harness-gitops
app.kubernetes.io/version: {{ include "harness.versionLabelValue" .context }}
{{- with .context.Values.global.additionalLabels }}
{{ toYaml . }}
{{- end }}
{{- end }}

{{/*
Expand Down

0 comments on commit 5e158b2

Please sign in to comment.