Skip to content

Commit

Permalink
fixed some naming
Browse files Browse the repository at this point in the history
  • Loading branch information
robjuz committed Oct 31, 2024
1 parent ccdcb9d commit e6fd0a0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion charts/kimai2/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: kimai2
description: A Helm chart for Kubernetes
type: application
version: 4.2.6
version: 4.2.7
appVersion: "apache-2.24.0"

dependencies:
Expand Down
2 changes: 1 addition & 1 deletion charts/kimai2/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ We truncate at 63 chars because some Kubernetes name fields are limited to this
{{- end -}}

{{/*
Return the proper WordPress image name
Return the proper Kimai image name
*/}}
{{- define "kimai.image" -}}
{{- include "common.images.image" (dict "imageRoot" .Values.image "global" .Values.global) -}}
Expand Down
10 changes: 5 additions & 5 deletions charts/kimai2/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -553,8 +553,8 @@ ingress:
## e.g:
## extraTls:
## - hosts:
## - wordpress.local
## secretName: wordpress.local-tls
## - kimai.local
## secretName: kimai.local-tls
##
extraTls: []
## @param ingress.secrets Custom TLS certificates as secrets
Expand All @@ -566,7 +566,7 @@ ingress:
## Please see README.md for more information
## e.g:
## secrets:
## - name: wordpress.local-tls
## - name: kimai.local-tls
## key: |-
## -----BEGIN RSA PRIVATE KEY-----
## ...
Expand All @@ -581,12 +581,12 @@ ingress:
## ref: https://kubernetes.io/docs/concepts/services-networking/ingress/#ingress-rules
## e.g:
## extraRules:
## - host: wordpress.local
## - host: kimai.local
## http:
## path: /
## backend:
## service:
## name: wordpress-svc
## name: kimai-svc
## port:
## name: http
##
Expand Down

0 comments on commit e6fd0a0

Please sign in to comment.