Skip to content

Commit

Permalink
Commit triggered by a change on the main branch of helm-charts-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
rconway committed Aug 14, 2023
1 parent f923d62 commit e4c1612
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions charts/pep-engine/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 1.1.10
version: 1.1.11

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# appVersion: "v0.9.2"
appVersion: "v1.2"
appVersion: "v1.2"
6 changes: 3 additions & 3 deletions charts/pep-engine/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ apiVersion: extensions/v1beta1
{{- end }}
kind: Ingress
metadata:
name: pep-engine
name: {{ .Values.global.context }}-pep
annotations:
{{- if .Values.global.certManager.clusterIssuer }}
cert-manager.io/cluster-issuer: {{ .Values.global.certManager.clusterIssuer }}
Expand Down Expand Up @@ -41,7 +41,7 @@ spec:
tls:
- hosts:
- {{ printf "%s.%s" .Values.global.context .Values.global.domain | quote }}
secretName: pep-tls-certificate
secretName: {{ printf "%s-pep-tls" .Values.global.context | quote }}
{{- end }}
---
{{- if semverCompare ">=1.19-0" .Capabilities.KubeVersion.GitVersion -}}
Expand Down Expand Up @@ -135,4 +135,4 @@ spec:
- {{ printf "%s.%s" $hostname .Values.global.domain | quote }}
secretName: {{ printf "%s-tls" $hostname | quote }}
{{- end }}
{{- end }}
{{- end }}
4 changes: 2 additions & 2 deletions charts/pep-engine/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ requests:

image:
statefulSetReplicas: 1
repository: um-pdp-engine
repository: eoepca/um-pep-engine
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: ""
Expand All @@ -99,4 +99,4 @@ persistence:
# VolumeClaim values
volumeClaim:
name: um-pep-engine-pvc
create: true
create: true

0 comments on commit e4c1612

Please sign in to comment.