Skip to content

Commit 8a10284

Browse files
authored
Merge branch 'main' into dependency/org.flywaydb-flyway-core-7.6.0
2 parents a821bd2 + e9f7e56 commit 8a10284

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

RELEASING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Anyone may request a new release of the project in the #general Slack channel.
2626

2727
After one is proposed, committers have 48 hours to give a +1 or -1.
2828

29-
Three +1s authorize the release.
29+
A total of three +1s, taking into account -1s and excluding votes by the proposer, authorize the release.
3030

3131
Alternatively, if after 2 days the release has received at least one +1 and no -1s, the release is also authorized.
3232

chart/templates/web/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ spec:
3939
port: http
4040
env:
4141
- name: MARQUEZ_HOST
42-
value: {{ .Values.marquez.hostname | quote }}
42+
value: {{ include "common.names.fullname" . }}
4343
- name: MARQUEZ_PORT
4444
value: {{ .Values.marquez.port | quote }}
4545
{{- if .Values.web.resources }}

0 commit comments

Comments
 (0)