Skip to content

Commit 7ffbf4e

Browse files
authored
Merge pull request #13 from onebeyond:fix-on-kind-name
chore: Bump chart version to 0.9.14 and update pod labels and service account name templates
2 parents 0bc491b + 4c3fa21 commit 7ffbf4e

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

charts/one-beyond-cronjob/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.9.13
18+
version: 0.9.14
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to

charts/one-beyond-cronjob/templates/cronjob.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ spec:
1212
metadata:
1313
{{- with .Values.podAnnotations }}
1414
annotations:
15-
{{- toYaml . | nindent 10 }}
15+
{{- toYaml . | nindent 12 }}
1616
{{- end }}
1717
{{- with .Values.podLabels }}
1818
labels:
19-
{{- toYaml . | nindent 10 }}
19+
{{- toYaml . | nindent 12 }}
2020
{{- end }}
2121
spec:
2222
{{- with .Values.volumes }}

charts/one-beyond-service/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.9.13
18+
version: 0.9.14
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to

charts/one-beyond-service/templates/ingress.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ spec:
1212
dnsNames:
1313
- {{ .Values.ingressroute.dns }}
1414
---
15-
apiVersion: traefik.containo.us/v1alpha1
15+
apiVersion: traefik.io/v1alpha1
1616
kind: IngressRoute
1717
metadata:
1818
name: {{ include "ob-service.fullname" . }}

0 commit comments

Comments
 (0)