Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
github-merge-queue[bot] committed Apr 15, 2024
1 parent 25fadc8 commit 99a5623
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/evm-rollup/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ type: application
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)

version: 0.12.1
version: 0.12.2

# 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: 2 additions & 0 deletions charts/evm-rollup/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ metadata:
{{- toYaml . | nindent 4 }}
{{- end }}
annotations:
{{- if not $ingressSupportsIngressClassName }}
kubernetes.io/ingress.class: {{ $.Values.ingress.className }}
{{- end }}
{{- if $ingressApiIsStable }}
{{- range $key, $value := $ingress.annotations }}
{{ $key }}: {{ tpl $value $ | quote }}
Expand Down
2 changes: 1 addition & 1 deletion charts/sequencer-faucet/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.5.0
version: 0.5.1

# 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: 2 additions & 0 deletions charts/sequencer-faucet/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ metadata:
{{- end }}
{{- with .Values.ingress.annotations }}
annotations:
{{- if not $ingressSupportsIngressClassName }}
kubernetes.io/ingress.class: {{ $.Values.ingress.className }}
{{- end }}
{{- range $key, $value := . }}
{{ $key }}: {{ tpl $value $ | quote }}
{{- end }}
Expand Down
2 changes: 1 addition & 1 deletion charts/sequencer/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.11.3
version: 0.11.4

# 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

0 comments on commit 99a5623

Please sign in to comment.