Skip to content

Commit

Permalink
Merge pull request #13 from onebeyond:fix-on-kind-name
Browse files Browse the repository at this point in the history
chore: Bump chart version to 0.9.14 and update pod labels and service account name templates
  • Loading branch information
GentooXativa authored Jun 19, 2024
2 parents 0bc491b + 4c3fa21 commit 7ffbf4e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/one-beyond-cronjob/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ 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: 0.9.13
version: 0.9.14

# 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
Expand Down
4 changes: 2 additions & 2 deletions charts/one-beyond-cronjob/templates/cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ spec:
metadata:
{{- with .Values.podAnnotations }}
annotations:
{{- toYaml . | nindent 10 }}
{{- toYaml . | nindent 12 }}
{{- end }}
{{- with .Values.podLabels }}
labels:
{{- toYaml . | nindent 10 }}
{{- toYaml . | nindent 12 }}
{{- end }}
spec:
{{- with .Values.volumes }}
Expand Down
2 changes: 1 addition & 1 deletion charts/one-beyond-service/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ 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: 0.9.13
version: 0.9.14

# 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
Expand Down
2 changes: 1 addition & 1 deletion charts/one-beyond-service/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
dnsNames:
- {{ .Values.ingressroute.dns }}
---
apiVersion: traefik.containo.us/v1alpha1
apiVersion: traefik.io/v1alpha1
kind: IngressRoute
metadata:
name: {{ include "ob-service.fullname" . }}
Expand Down

0 comments on commit 7ffbf4e

Please sign in to comment.