Skip to content

Commit

Permalink
Release 1.0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
kerny3d committed Jan 23, 2024
1 parent 50b9101 commit a5733a1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion charts/knowage/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

apiVersion: v2
name: knowage
version: 1.0.19
version: 1.0.20
kubeVersion: ">= 1.22.0-0"
description: A Helm chart for Kubernetes Suite
type: application
Expand Down
4 changes: 2 additions & 2 deletions charts/knowage/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -312,9 +312,9 @@ spec:
mountPath: /home/knowage/apache-tomcat/conf/context.xml.d
- name: tls
mountPath: /home/knowage/apache-tomcat/conf/tls
{{- if .Values.knowage.imagePullSecret -}}
{{- if .Values.knowage.imagePullSecret }}
imagePullSecrets:
- name: {{ print .Values.knowage.imagePullSecret | quote }}
- name: {{ .Values.knowage.imagePullSecret }}
{{- end }}
{{- if .Values.knowage.priorityClasses.enabled }}
priorityClassName: {{ include "knowage.priorityclass.primary" . }}
Expand Down
6 changes: 3 additions & 3 deletions charts/knowage/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,13 @@ knowage:

#
# Pull secret for private registry when using custom images
#
#
imagePullSecret:

#
# Storage Classes for server, metadata db and cache db
#
storageClasses:
#
storageClasses:
main:
db:
cache:
Expand Down

0 comments on commit a5733a1

Please sign in to comment.