Skip to content

Commit

Permalink
Merge pull request #554 from cdris/ctlog-labels
Browse files Browse the repository at this point in the history
Adding helm chart label to ctlog pods
  • Loading branch information
hectorj2f authored Jun 24, 2023
2 parents e2ba3b6 + 4583b93 commit 706d7dc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/ctlog/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Certificate Log

type: application

version: 0.2.42
version: 0.2.43
appVersion: 0.3.0

keywords:
Expand Down
2 changes: 1 addition & 1 deletion charts/ctlog/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ctlog

![Version: 0.2.42](https://img.shields.io/badge/Version-0.2.42-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.3.0](https://img.shields.io/badge/AppVersion-0.3.0-informational?style=flat-square)
![Version: 0.2.43](https://img.shields.io/badge/Version-0.2.43-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.3.0](https://img.shields.io/badge/AppVersion-0.3.0-informational?style=flat-square)

Certificate Log

Expand Down
2 changes: 1 addition & 1 deletion charts/ctlog/templates/ctlog-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
{{- toYaml .Values.server.podAnnotations | nindent 8 }}
{{- end }}
labels:
{{- include "ctlog.selectorLabels" . | nindent 8 }}
{{- include "ctlog.labels" . | nindent 8 }}
spec:
serviceAccountName: {{ template "ctlog.serviceAccountName" . }}
containers:
Expand Down

0 comments on commit 706d7dc

Please sign in to comment.